HomeSort by relevance Sort by last modified time
    Searched full:webview (Results 276 - 300 of 1115) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.h 43 ContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) {}
DragClientImpl.h 50 DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
GraphicsLayerFactoryChromium.cpp 36 GraphicsLayerFactoryChromium::GraphicsLayerFactoryChromium(WebViewImpl* webView)
37 : m_webView(webView)
DatabaseObserver.cpp 140 WebViewImpl* webView = webFrame->viewImpl();
141 if (!webView)
143 if (webView->permissionClient())
144 return webView->permissionClient()->allowDatabase(webFrame, name, displayName, estimatedSize);
148 WebView* view = webWorker->view();
  /external/chromium_org/third_party/WebKit/public/web/
WebDevToolsFrontend.h 40 class WebView;
46 WEBKIT_EXPORT static WebDevToolsFrontend* create(WebView* view,
WebView.h 70 class WebView : public WebWidget {
93 // Creates a WebView that is NOT yet initialized. You will need to
96 WEBKIT_EXPORT static WebView* create(WebViewClient*);
98 // After creating a WebView, you should immediately call this method.
117 // The returned pointer is valid for the lifetime of the WebView.
125 // Makes the WebView transparent. This is useful if you want to have
130 // Sets the base color used for this WebView's background. This is in effect
149 // Controls the WebView's active state, which may affect the rendering
207 // Advance the focus of the WebView forward to the next element or to the
279 // Save the WebView's current scroll and scale state. Each call to this functio
    [all...]
  /external/chromium_org/ui/android/java/resource_map/org/chromium/ui/
R.java 9 * that access resources via org.chromium.ui.R to function properly in webview.
12 * resources. In webview, resources live in the Android framework and can't be
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebHistoryItemChromium.java 17 package com.android.webview.chromium;
25 * WebView Chromium implementation of WebHistoryItem. Simple immutable wrapper
  /packages/apps/Browser/res/layout/
tab.xml 18 WebView and any number of other UI elements specific to that tab.
28 <!-- Wrapper layout for the WebView, which must be in a FrameLayout. -->
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 25 #include "third_party/WebKit/public/web/WebView.h"
39 using WebKit::WebView;
75 render_view->webview()->setDevToolsAgentClient(this);
76 render_view->webview()->devToolsAgent()->setProcessId(
210 WebView* web_view = render_view()->GetWebView();
254 WebView* web_view = render_view()->GetWebView();
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestDelegate.h 98 // Resizes the WebView to the given size.
116 // Controls the device scale factor of the main WebView for hidpi tests.
119 // Controls which WebView should be focused.
146 // Invoked when the embedder should close all but the main WebView.
151 // Returns the length of the back/forward history of the main WebView.
162 // Returns the back/forward history for the WebView associated with the
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 25 import android.webkit.WebView;
54 private WebView mWebView;
145 mWebView = new WebView(this);
186 // Create an AlertDialog to display the WebView in.
200 // Begin the loading. This will be done in a separate thread in WebView.
204 public void onPageFinished(WebView view, String url) {
  /packages/apps/Browser/src/com/android/browser/
Controller.java 80 import android.webkit.WebView;
323 WebView webView = t.getWebView();
327 webView.setInitialScale(scale);
400 public void onSetWebView(Tab tab, WebView view) {
407 WebView mainView = tab.getWebView();
408 WebView subView = mFactory.createWebView((mainView == null)
488 WebView view = (WebView) focusNodeMap.get("webview");
1269 final WebView webview = (WebView) v; local
    [all...]
TitleBar.java 34 import android.webkit.WebView;
245 WebView webview = tab != null ? tab.getWebView() : null; local
246 return webview != null ? webview.getVisibleTitleHeight() : 0;
364 public WebView getCurrentWebView() {
396 WebView web = getCurrentWebView();
XLargeUi.java 34 import android.webkit.WebView;
131 // WebView callbacks
149 // so the tab is guaranteed to have a webview
151 Log.e(LOGTAG, "active tab with no webview detected");
243 WebView web = mActiveTab.getWebView();
BaseUi.java 48 import android.webkit.WebView;
273 WebView web = mActiveTab.getWebView();
304 WebView web = mActiveTab != null ? mActiveTab.getWebView() : null;
343 WebView mainView = tab.getWebView();
344 // Attach the WebView to the container and then attach the
367 // Remove the container that contains the main WebView.
368 WebView mainView = tab.getWebView();
374 // WebView from the container. This will trigger a focus change
375 // needed by WebView.
389 public void onSetWebView(Tab tab, WebView webView)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
alldiffs_index_removals.html 79 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.debugDump_removed()" class="hiddenlink" target="rightframe"><strike>debugDump</strike>
82 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.disablePlatformNotifications_removed()" class="hiddenlink" target="rightframe"><strike>disablePlatformNotifications</strike>
97 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.emulateShiftHeld_removed()" class="hiddenlink" target="rightframe"><strike>emulateShiftHeld</strike>
100 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.enablePlatformNotifications_removed()" class="hiddenlink" target="rightframe"><strike>enablePlatformNotifications</strike>
130 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.getVisibleTitleHeight_removed()" class="hiddenlink" target="rightframe"><strike>getVisibleTitleHei (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.h 49 class WebView;
63 void setWebView(WebKit::WebView* webView) { m_webView = webView; }
149 WebKit::WebView* webview() { return m_webView; } function in class:WebTestRunner::EventSender
186 WebKit::WebView* m_webView;
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.webkit.WebView.HitTestResult.html 10 android.webkit.WebView.HitTestResult
74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.HitTestResult.html" target="_top"><font size="+2"><code>WebView.HitTestResult</code></font></A>
87 <A NAME="android.webkit.WebView.HitTestResult.ANCHOR_TYPE"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.HitTestResult.html#ANCHOR_TYPE" target="_top"><code>ANCHOR_TYPE</code></font></A></nobr> </TD>
96 <A NAME="android.webkit.WebView.HitTestResult.IMAGE_ANCHOR_TYPE"></A>
97 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.HitTestResult.html#IMAGE_ANCHOR_TYPE" target="_top"><code>IMAGE_ANCHOR_TYPE</code></font></A></nobr> </TD>
  /external/chromium_org/chrome/test/chromedriver/
element_util.cc 85 WebView* web_view,
95 WebView* web_view,
126 WebView* web_view,
161 WebView* web_view,
183 WebView* web_view,
228 WebView* web_view,
291 WebView* web_view,
305 WebView* web_view,
325 WebView* web_view,
387 WebView* web_view
    [all...]
  /external/chromium/webkit/glue/
resource_fetcher_unittest.cc 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
101 WebFrame* frame = test_shell_->webView()->mainFrame();
133 WebFrame* frame = test_shell_->webView()->mainFrame();
154 WebFrame* frame = test_shell_->webView()->mainFrame();
195 WebFrame* frame = test_shell_->webView()->mainFrame();
  /external/chromium_org/chrome/browser/chromeos/login/
webui_login_view.h 19 #include "ui/views/controls/webview/unhandled_keyboard_event_handler.h"
31 class WebView;
38 // WebUI based start up and lock screens. It contains a WebView.
121 // WebView for rendering a webpage as a webui login.
122 views::WebView* webui_login_;
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
android.webkit.WebView.html 10 android.webkit.WebView
74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+2"><code>WebView</code></font></A>
86 <A NAME="android.webkit.WebView.freeMemory_added()"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#freeMemory()" target="_top"><code>freeMemory</code></A>()</nobr>
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java 67 * and Browser components that are required to implement Android WebView API. This is the
69 * relationship with application WebView instances.
85 * getHitTestResult, requestFocusNodeHref, requestImageRef methods in WebView.
172 // TODO(boliu): This should be in a global context, not per webview.
426 * @param contentsClient will receive API callbacks from this WebView Contents
568 Log.w(TAG, "Popup WebView bind failed: no pending content.");
727 // WebView[Provider] method implementations (where not provided by ContentViewCore)
    [all...]
  /external/chromium_org/android_webview/browser/renderer_host/
aw_render_view_host_ext.h 36 // Provides RenderViewHost wrapper functionality for sending WebView-specific
57 // pixels used by WebKit::WebView.
65 // the corresponding public WebView API is as well.

Completed in 327 milliseconds

<<11121314151617181920>>