Home
last modified time | relevance | path

Searched refs:ContentViewCore (Results 1 – 25 of 77) sorted by relevance

1234

/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
DHistoryUtils.java13 import org.chromium.content.browser.ContentViewCore;
35 final ContentViewCore contentViewCore) throws Throwable { in canGoBackOnUiThread()
56 final ContentViewCore contentViewCore, final int offset) throws Throwable {
75 final ContentViewCore contentViewCore) throws Throwable {
93 final ContentViewCore contentViewCore) throws Throwable {
111 final ContentViewCore contentViewCore) throws Throwable {
133 final ContentViewCore contentViewCore, CallbackHelper onPageFinishedHelper,
158 final ContentViewCore contentViewCore,
181 final ContentViewCore contentViewCore,
DTestCallbackHelperContainer.java9 import org.chromium.content.browser.ContentViewCore;
89 public void evaluateJavaScript(ContentViewCore contentViewCore, String code) { in evaluateJavaScript()
90 ContentViewCore.JavaScriptCallback callback = in evaluateJavaScript()
91 new ContentViewCore.JavaScriptCallback() { in evaluateJavaScript()
DTestInputMethodManagerWrapper.java13 import org.chromium.content.browser.ContentViewCore;
17 private final ContentViewCore mContentViewCore;
23 public TestInputMethodManagerWrapper(ContentViewCore contentViewCore) { in TestInputMethodManagerWrapper()
DJavaScriptUtils.java13 import org.chromium.content.browser.ContentViewCore;
43 final ContentViewCore viewCore, in executeJavaScriptAndWaitForResult()
56 final ContentViewCore viewCore, in executeJavaScriptAndWaitForResult()
DTestWebContentsObserver.java7 import org.chromium.content.browser.ContentViewCore;
23 public TestWebContentsObserver(ContentViewCore contentViewCore) { in TestWebContentsObserver()
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
DValidationMessageBubble.java20 import org.chromium.content.browser.ContentViewCore;
46 ContentViewCore contentViewCore, int anchorX, int anchorY, in createAndShow()
54 ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) { in ValidationMessageBubble()
84 private void setPositionRelativeToAnchor(ContentViewCore contentViewCore, in setPositionRelativeToAnchor()
93 private static RectF makePixRectInScreen(ContentViewCore contentViewCore, in makePixRectInScreen()
104 private static float getWebViewOffsetYPixInScreen(ContentViewCore contentViewCore) { in getWebViewOffsetYPixInScreen()
145 private Point adjustWindowPosition(ContentViewCore contentViewCore, int x, int y) { in adjustWindowPosition()
DWebContentsDelegateAndroid.java11 import org.chromium.content.browser.ContentViewCore;
140 public void showRepostFormWarningDialog(ContentViewCore contentViewCore) { in showRepostFormWarningDialog()
/external/chromium_org/content/public/browser/android/
Dcontent_view_core.h37 class CONTENT_EXPORT ContentViewCore {
40 static ContentViewCore* FromWebContents(WebContents* web_contents);
41 static ContentViewCore* GetNativeContentViewCore(JNIEnv* env, jobject obj);
67 virtual ~ContentViewCore() {}; in ~ContentViewCore()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DSelectPopupDialog.java18 import org.chromium.content.browser.ContentViewCore;
37 private final ContentViewCore mContentViewCore;
40 private SelectPopupDialog(ContentViewCore contentViewCore, List<SelectPopupItem> items, in SelectPopupDialog()
141 public static void show(ContentViewCore contentViewCore, List<SelectPopupItem> items, in show()
156 public static void hide(ContentViewCore contentView) { in hide()
/external/chromium_org/components/web_contents_delegate_android/
Dvalidation_message_bubble_android.cc15 using content::ContentViewCore;
20 inline ContentViewCore* GetContentViewCoreFrom(RenderWidgetHost* widget_host) { in GetContentViewCoreFrom()
21 return ContentViewCore::FromWebContents( in GetContentViewCoreFrom()
Dcolor_chooser_android.cc25 content::ContentViewCore* content_view_core = in ColorChooserAndroid()
26 content::ContentViewCore::FromWebContents(web_contents); in ColorChooserAndroid()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DDownloadController.java53 private static ContentViewDownloadDelegate downloadDelegateFromView(ContentViewCore view) { in downloadDelegateFromView()
68 public void newHttpGetDownload(ContentViewCore view, String url, in newHttpGetDownload()
96 public void onDownloadStarted(ContentViewCore view, String filename, String mimeType) { in onDownloadStarted()
157 public void onDangerousDownload(ContentViewCore view, String filename, in onDangerousDownload()
DContentSettings.java24 private ContentViewCore mContentViewCore;
30 ContentSettings(ContentViewCore contentViewCore, long nativeContentView) { in ContentSettings()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwAutofillManagerDelegate.java11 import org.chromium.content.browser.ContentViewCore;
25 private ContentViewCore mContentViewCore;
36 public void init(ContentViewCore contentViewCore) { in init()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DWebsiteSettingsPopup.java27 import org.chromium.content.browser.ContentViewCore;
40 private final ContentViewCore mContentViewCore;
45 private WebsiteSettingsPopup(Context context, ContentViewCore contentViewCore, in WebsiteSettingsPopup()
147 private static WebsiteSettingsPopup create(Context context, ContentViewCore contentViewCore, in create()
153 private native byte[][] nativeGetCertificateChain(ContentViewCore contentViewCore); in nativeGetCertificateChain()
DTabBase.java28 import org.chromium.content.browser.ContentViewCore;
92 private ContentViewCore mContentViewCore;
154 public void showRepostFormWarningDialog(final ContentViewCore contentViewCore) { in showRepostFormWarningDialog()
192 public TabBaseWebContentsObserverAndroid(ContentViewCore contentViewCore) { in TabBaseWebContentsObserverAndroid()
319 ContentViewCore contentViewCore = getContentViewCore(); in isShowingInterstitialPage()
451 public ContentViewCore getContentViewCore() { in getContentViewCore()
857 ContentViewCore contentViewCore, ChromeWebContentsDelegateAndroid delegate, in nativeInitWebContents()
/external/chromium_org/content/shell/browser/
Dshell_web_contents_view_delegate_android.cc33 content::ContentViewCore* content_view_core = in ShowContextMenu()
34 ContentViewCore::FromWebContents(web_contents_); in ShowContextMenu()
/external/chromium_org/android_webview/native/
Daw_web_contents_view_delegate.cc44 content::ContentViewCore* content_view_core = in ShowContextMenu()
45 content::ContentViewCore::FromWebContents(web_contents_); in ShowContextMenu()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
DJavascriptEventObserver.java7 import org.chromium.content.browser.ContentViewCore;
27 public void register(ContentViewCore contentViewCore, String name) { in register()
/external/chromium_org/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/
DChromiumTestShellUrlTest.java12 import org.chromium.content.browser.ContentViewCore;
44 final AtomicReference<ContentViewCore> contentViewCore = in testChromeWelcomePageLoads()
45 new AtomicReference<ContentViewCore>(); in testChromeWelcomePageLoads()
/external/chromium_org/chrome/browser/ui/android/tab_contents/
Dchrome_web_contents_view_delegate_android.cc35 content::ContentViewCore* content_view_core = in ShowContextMenu()
36 content::ContentViewCore::FromWebContents(web_contents_); in ShowContextMenu()
/external/chromium_org/content/browser/android/
Ddate_time_chooser_android.h17 class ContentViewCore; variable
30 void ShowDialog(ContentViewCore* content,
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
DJellyBeanBrowserAccessibilityManager.java12 import org.chromium.content.browser.ContentViewCore;
25 ContentViewCore contentViewCore) { in JellyBeanBrowserAccessibilityManager()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwContentsClientOnScaleChangedTest.java10 import org.chromium.content.browser.ContentViewCore;
42 ContentViewCore core = mAwContents.getContentViewCore(); in testScaleUp()
DClearHistoryTest.java10 import org.chromium.content.browser.ContentViewCore;
39 final ContentViewCore contentViewCore = testContainerView.getContentViewCore(); in testClearHistory()

1234