Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: base/android/jni_generator/class_list.jni

Issue 11363079: Android: uses "import" section and inner classes for obtaining qualified JNI parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yaron's comments Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # This file contains a list of JNI parameters used to generate the
6 # bindings.
7 # TODO(bulach): this file should only contain classes from base/ all other
8 # classes should move to corresponding class_list.jni files closer to their own
9 # directories. See crbug.com/158722
10 Lcom/google/android/apps/chrome/ChromeContextMenuInfo
11 Lcom/google/android/apps/chrome/ChromeWindow
12 Lcom/google/android/apps/chrome/OmniboxSuggestion
13 Lcom/google/android/apps/chrome/PageInfoViewer
14 Lcom/google/android/apps/chrome/Tab
15 Lcom/google/android/apps/chrome/infobar/AutoLogin
16 Lcom/google/android/apps/chrome/infobar/InfoBarContainer
17 Lcom/google/android/apps/chrome/infobar/InfoBarContainer$NativeInfoBar
18 Lcom/google/android/apps/chrome/preferences/ChromeNativePreferences$PasswordList Observer
19 Lorg/chromium/android_webview/AwContents
20 Lorg/chromium/android_webview/AwContentsClient
21 Lorg/chromium/android_webview/AwHttpAuthHandler
22 Lorg/chromium/android_webview/AwContentsIoThreadClient
23 Lorg/chromium/android_webview/AwWebContentsDelegate
24 Lorg/chromium/android_webview/InterceptedRequestData
25 Lorg/chromium/android_webview/JsPromptResultReceiver
26 Lorg/chromium/android_webview/JsResultHandler
27 Lorg/chromium/android_webview/JsResultReceiver
28 Lorg/chromium/base/SystemMessageHandler
29 Lorg/chromium/chrome/browser/component/navigation_interception/InterceptNavigati onDelegate
30 Lorg/chromium/chrome/browser/ChromeHttpAuthHandler
31 Lorg/chromium/chrome/browser/ChromeWebContentsDelegateAndroid
32 Lorg/chromium/content/app/SandboxedProcessService
33 Lorg/chromium/content/browser/ContainerViewDelegate
34 Lorg/chromium/content/browser/ContentVideoView
35 Lorg/chromium/content/browser/ContentViewCore
36 Lorg/chromium/content/browser/DeviceOrientation
37 Lorg/chromium/content/browser/JavaInputStream
38 Lorg/chromium/content/browser/LocationProvider
39 Lorg/chromium/content/browser/SandboxedProcessArgs
40 Lorg/chromium/content/browser/SandboxedProcessConnection
41 Lorg/chromium/content/browser/TouchPoint
42 Lorg/chromium/content/browser/WaitableNativeEvent
43 Lorg/chromium/content/browser/WebContentsObserverAndroid
44 Lorg/chromium/content/common/DeviceInfo
45 Lorg/chromium/content/common/SurfaceTextureListener
46 Lorg/chromium/media/MediaPlayerListener
47 Lorg/chromium/net/NetworkChangeNotifier
48 Lorg/chromium/net/ProxyChangeListener
49 Lorg/chromium/ui/gfx/NativeWindow
50 Lorg/chromium/ui/SelectFileDialog
51 Lcom/google/android/apps/chrome/GoogleLocationSettingsHelperImpl
52 Lorg/chromium/chrome/browser/GoogleLocationSettingsHelper
53 Lorg/chromium/chrome/browser/GoogleLocationSettingsHelperStub
OLDNEW
« no previous file with comments | « base/android/jni_generator/SampleForTests.java ('k') | base/android/jni_generator/jni_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698