/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
D | HistoryUtils.java | 13 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,
|
D | TestCallbackHelperContainer.java | 9 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()
|
D | TestInputMethodManagerWrapper.java | 13 import org.chromium.content.browser.ContentViewCore; 17 private final ContentViewCore mContentViewCore; 23 public TestInputMethodManagerWrapper(ContentViewCore contentViewCore) { in TestInputMethodManagerWrapper()
|
D | JavaScriptUtils.java | 13 import org.chromium.content.browser.ContentViewCore; 43 final ContentViewCore viewCore, in executeJavaScriptAndWaitForResult() 56 final ContentViewCore viewCore, in executeJavaScriptAndWaitForResult()
|
D | TestWebContentsObserver.java | 7 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/ |
D | ValidationMessageBubble.java | 20 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()
|
D | WebContentsDelegateAndroid.java | 11 import org.chromium.content.browser.ContentViewCore; 140 public void showRepostFormWarningDialog(ContentViewCore contentViewCore) { in showRepostFormWarningDialog()
|
/external/chromium_org/content/public/browser/android/ |
D | content_view_core.h | 37 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/ |
D | SelectPopupDialog.java | 18 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/ |
D | validation_message_bubble_android.cc | 15 using content::ContentViewCore; 20 inline ContentViewCore* GetContentViewCoreFrom(RenderWidgetHost* widget_host) { in GetContentViewCoreFrom() 21 return ContentViewCore::FromWebContents( in GetContentViewCoreFrom()
|
D | color_chooser_android.cc | 25 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/ |
D | DownloadController.java | 53 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()
|
D | ContentSettings.java | 24 private ContentViewCore mContentViewCore; 30 ContentSettings(ContentViewCore contentViewCore, long nativeContentView) { in ContentSettings()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwAutofillManagerDelegate.java | 11 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/ |
D | WebsiteSettingsPopup.java | 27 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()
|
D | TabBase.java | 28 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/ |
D | shell_web_contents_view_delegate_android.cc | 33 content::ContentViewCore* content_view_core = in ShowContextMenu() 34 ContentViewCore::FromWebContents(web_contents_); in ShowContextMenu()
|
/external/chromium_org/android_webview/native/ |
D | aw_web_contents_view_delegate.cc | 44 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/ |
D | JavascriptEventObserver.java | 7 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/ |
D | ChromiumTestShellUrlTest.java | 12 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/ |
D | chrome_web_contents_view_delegate_android.cc | 35 content::ContentViewCore* content_view_core = in ShowContextMenu() 36 content::ContentViewCore::FromWebContents(web_contents_); in ShowContextMenu()
|
/external/chromium_org/content/browser/android/ |
D | date_time_chooser_android.h | 17 class ContentViewCore; variable 30 void ShowDialog(ContentViewCore* content,
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
D | JellyBeanBrowserAccessibilityManager.java | 12 import org.chromium.content.browser.ContentViewCore; 25 ContentViewCore contentViewCore) { in JellyBeanBrowserAccessibilityManager()
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | AwContentsClientOnScaleChangedTest.java | 10 import org.chromium.content.browser.ContentViewCore; 42 ContentViewCore core = mAwContents.getContentViewCore(); in testScaleUp()
|
D | ClearHistoryTest.java | 10 import org.chromium.content.browser.ContentViewCore; 39 final ContentViewCore contentViewCore = testContainerView.getContentViewCore(); in testClearHistory()
|