/external/chromium_org/third_party/WebKit/Source/web/ |
AssertMatchingEnums.cpp | 55 #include "WebView.h" 490 COMPILE_ASSERT_MATCHING_ENUM(WebView::InjectStyleInAllFrames, InjectStyleInAllFrames); 491 COMPILE_ASSERT_MATCHING_ENUM(WebView::InjectStyleInTopFrameOnly, InjectStyleInTopFrameOnly); [all...] |
WebFrameImpl.cpp | 36 // WebView (for the toplevel frame only) 632 WebView* WebFrameImpl::view() const [all...] |
/external/chromium_org/chrome/renderer/autofill/ |
password_autofill_agent_browsertest.cc | 24 #include "third_party/WebKit/public/web/WebView.h" 33 using blink::WebView; 627 // what the WebView does: it sets the element value then calls
|
/external/chromium_org/chrome/renderer/ |
content_settings_observer.cc | 23 #include "third_party/WebKit/public/web/WebView.h" 33 using blink::WebView;
|
/external/chromium_org/content/renderer/accessibility/ |
renderer_accessibility_complete.cc | 18 #include "third_party/WebKit/public/web/WebView.h" 27 using blink::WebView; 49 // It's possible that the webview has already loaded a webpage without
|
/external/chromium_org/content/shell/renderer/ |
webkit_test_runner.cc | 60 #include "third_party/WebKit/public/web/WebView.h" 84 using blink::WebView;
|
/external/chromium_org/android_webview/ |
Android.mk | 5 # This package provides the parts of the WebView java code which live in the 75 # These packages are the resource paks used by webview.
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestProxy.cpp | 69 #include "public/web/WebView.h" 437 WebView* WebTestProxyBase::webView() 440 // TestRunner does not support popup widgets. So m_webWidget is always a WebView. 441 return static_cast<WebView*>(m_webWidget); 504 WebFrame* frame = webView()->mainFrame(); 553 WebRect wr = webView()->mainFrame()->selectionBoundsRect(); 580 float deviceScaleFactor = webView()->deviceScaleFactor(); 628 WebFrame* webFrame = webView()->mainFrame(); 653 float deviceScaleFactor = webView()->deviceScaleFactor() [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Utils.java | 59 import android.webkit.WebView; 148 * Sets WebView in a restricted mode suitable for email use. 150 * @param webView The WebView to restrict 152 public static void restrictWebView(WebView webView) { 153 WebSettings webSettings = webView.getSettings(); [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_instance_impl.cc | 111 #include "third_party/WebKit/public/web/WebView.h" 177 using blink::WebView; [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.cc | 125 #include "ui/views/controls/webview/webview.h" [all...] |
/external/chromium_org/ash/accelerators/ |
accelerator_controller.cc | 71 #include "ui/views/controls/webview/webview.h" 120 if (!strcmp(view->GetClassName(), views::WebView::kViewClassName)) [all...] |
/external/chromium_org/chrome/browser/ui/views/apps/ |
native_app_window_views.cc | 34 #include "ui/views/controls/webview/webview.h" 915 web_view_ = new views::WebView(NULL); [all...] |
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_view.cc | 27 #include "ui/views/controls/webview/webview.h" 285 web_view_ = new views::WebView(NULL); [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
chrome_launcher.cc | 324 scoped_ptr<WebView> web_view;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationContainer.java | 31 import android.webkit.WebView; 49 * {@link WebView} and a number of overlay views that draw on top of the WebView. In the Mail app, 50 * the WebView contains all HTML message bodies in a conversation, and the overlay views are the 51 * subject view, message headers, and attachment views. The WebView does all scroll handling, and 55 * Placing the WebView in the same container as the overlay views means we don't have to do a lot of 57 * {@link #forwardFakeMotionEvent(MotionEvent, int)} method that deals with one WebView 72 R.id.webview, 98 * attached or added, and WebView happens to draw (on its own) immediately afterwards. 109 * Current document zoom scale per {@link WebView#getScale()}. This is the ratio of actua [all...] |
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_dialog_views.cc | 58 #include "ui/views/controls/webview/webview.h" 534 views::WebView* AutofillDialogViews::GetSignInWebViewForTesting() { [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
external_tab_container_win.cc | 73 #include "ui/views/controls/webview/webview.h" [all...] |
/external/chromium_org/content/renderer/ |
render_frame_impl.cc | 56 #include "third_party/WebKit/public/web/WebView.h" 88 using blink::WebView; 235 if (render_view_->webview() && render_view_->webview()->mainFrame()) 236 active_url = GURL(render_view_->webview()->mainFrame()->document().url()); 779 // * webview 862 // * webview [all...] |
render_view_browsertest.cc | 39 #include "third_party/WebKit/public/web/WebView.h" 484 blink::WebView* new_web_view = view()->createView( [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
Robolectric.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebFrameTest.cpp | 176 webViewHelper->webView()->settings()->setDefaultFontSize(12); 177 webViewHelper->webView()->resize(WebSize(640, 480)); 211 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8(); 230 EXPECT_EQ(webViewHelper.webView()->mainFrame(), WebFrame::frameForContext(webViewHelper.webView()->mainFrame()->mainWorldScriptContext())); 231 EXPECT_EQ(webViewHelper.webView()->mainFrame()->firstChild(), WebFrame::frameForContext(webViewHelper.webView()->mainFrame()->firstChild()->mainWorldScriptContext())); 242 webViewHelper.webView()->mainFrame()->document().forms(forms); 260 FrameTestHelpers::loadFrame(webViewHelper.webView()->mainFrame(), "javascript:document.body.appendChild(document.createTextNode('Clobbered'))"); 263 webViewHelper.webView()->layout() [all...] |
/external/chromium_org/chrome/renderer/extensions/ |
dispatcher.cc | 97 #include "third_party/WebKit/public/web/WebView.h" 113 using blink::WebView; [all...] |
/external/chromium_org/ui/app_list/views/ |
apps_grid_view.cc | 27 #include "ui/views/controls/webview/webview.h" 356 new views::WebView(start_page_contents->GetBrowserContext()); [all...] |
/prebuilts/sdk/17/ |
android.jar | |