Searched defs:nativeWebContents (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DJellyBeanContentView.java20 JellyBeanContentView(Context context, int nativeWebContents, WindowAndroid windowAndroid, argument
22 super(context, nativeWebContents, windowAndroid, attrs, defStyle);
H A DContentView.java48 * @param nativeWebContents A pointer to the native web contents.
52 public static ContentView newInstance(Context context, int nativeWebContents, argument
54 return newInstance(context, nativeWebContents, windowAndroid, null,
62 * @param nativeWebContents A pointer to the native web contents.
67 public static ContentView newInstance(Context context, int nativeWebContents, argument
71 return newInstance(context, nativeWebContents, windowAndroid, attrs,
79 * @param nativeWebContents A pointer to the native web contents.
85 public static ContentView newInstance(Context context, int nativeWebContents, argument
88 return new ContentView(context, nativeWebContents, windowAndroid, attrs, defStyle);
90 return new JellyBeanContentView(context, nativeWebContents, windowAndroi
95 ContentView(Context context, int nativeWebContents, WindowAndroid windowAndroid, AttributeSet attrs, int defStyle) argument
[all...]
H A DContentViewCore.java678 * @param nativeWebContents A pointer to the native web contents.
686 // We supply the nativeWebContents pointer here rather than in the constructor to allow us
688 // Note that the caller remains the owner of the nativeWebContents and is responsible for
691 int nativeWebContents, WindowAndroid windowAndroid,
719 nativeWebContents, viewAndroidNativePointer, windowNativePointer);
690 initialize(ViewGroup containerView, InternalAccessDelegate internalDispatcher, int nativeWebContents, WindowAndroid windowAndroid, int inputEventDeliveryMode) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DOmniboxPrerender.java58 * @param nativeWebContents native pointer to a web contents instance.
61 Profile profile, int nativeWebContents) {
63 profile, nativeWebContents);
73 int nativeWebContents);
60 prerenderMaybe(String url, String currentUrl, int nativeAutocompleteResult, Profile profile, int nativeWebContents) argument
71 nativePrerenderMaybe(int nativeOmniboxPrerender, String url, String currentUrl, int nativeAutocompleteResult, Profile profile, int nativeWebContents) argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwWebContentsDelegateAdapter.java121 public boolean addNewContents(int nativeSourceWebContents, int nativeWebContents, argument
H A DAwSettings.java247 void setWebContents(int nativeWebContents) { argument
253 if (nativeWebContents != 0) {
255 mNativeAwSettings = nativeInit(nativeWebContents);
H A DAwContents.java446 InternalAccessDelegate internalDispatcher, int nativeWebContents,
453 contentViewCore.initialize(containerView, internalDispatcher, nativeWebContents, null,
545 int nativeWebContents = nativeGetWebContents(mNativeAwContents);
547 mContainerView, mInternalAccessAdapter, nativeWebContents,
553 mSettings.setWebContents(nativeWebContents);
445 createAndInitializeContentViewCore(ViewGroup containerView, InternalAccessDelegate internalDispatcher, int nativeWebContents, ContentViewCore.GestureStateListener pinchGestureStateListener, ContentViewClient contentViewClient, ContentViewCore.ZoomControlsDelegate zoomControlsDelegate) argument
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
H A DWebContentsDelegateAndroid.java60 public boolean addNewContents(int nativeSourceWebContents, int nativeWebContents, argument

Completed in 458 milliseconds