/packages/apps/Browser/src/com/android/browser/ |
PhoneUi.java | 38 import android.webkit.WebView; 145 // so the tab is guaranteed to have a webview 147 Log.e(LOGTAG, "active tab with no webview detected"); 479 public void set(TitleBar tbar, WebView web) {
|
/external/chromium/webkit/glue/ |
webkit_glue.cc | 41 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 59 using WebKit::WebView;
|
/external/chromium_org/android_webview/renderer/ |
aw_render_view_ext.cc | 32 #include "third_party/WebKit/public/web/WebView.h" 41 // We treat non-standard schemes as "secure" in the WebView to allow them to 182 blink::WebView* webview = render_view()->GetWebView(); local 183 if (webview) { 185 webview->mainFrame()->document().images(images);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
simple_web_view_dialog.cc | 33 #include "ui/views/controls/webview/webview.h" 49 // Margin between WebView and SimpleWebViewDialog border. 143 web_view_container_.reset(new views::WebView(profile_));
|
webui_login_view.cc | 41 #include "ui/views/controls/webview/webview.h" 162 webui_login_ = new views::WebView(signin_profile);
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_dom_feature_extractor.cc | 23 #include "third_party/WebKit/public/web/WebView.h" 130 blink::WebView* web_view = render_view_->GetWebView();
|
/external/chromium_org/content/renderer/ |
render_view_impl.h | 171 // RenderView is an object that manages a WebView object, and provides a 207 // Returns the RenderViewImpl containing the given WebView. 208 static RenderViewImpl* FromWebView(blink::WebView* webview); 214 blink::WebView* webview() const; 391 virtual blink::WebView* createView( 648 virtual blink::WebView* GetWebView() OVERRIDE; [all...] |
dom_serializer_browsertest.cc | 36 #include "third_party/WebKit/public/web/WebView.h" 51 using blink::WebView; 57 WebFrame* FindSubFrameByURL(WebView* web_view, const GURL& url) { 229 WebView* GetWebView() { [all...] |
render_view_impl.cc | 195 #include "third_party/WebKit/public/web/WebView.h" 329 using blink::WebView; 347 typedef std::map<blink::WebView*, RenderViewImpl*> ViewMap; 1150 blink::WebView* RenderViewImpl::webview() const { function in class:content::RenderViewImpl [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
PopupMenuTest.cpp | 45 #include "WebView.h" 188 m_webView = toWebViewImpl(WebView::create(&m_webviewClient)); 200 // Returns true if there currently is a select popup in the WebView. 228 // Simulates a key event on the WebView. 229 // The WebView forwards the event to the select popup if one is open.
|
ScrollingCoordinatorChromiumTest.cpp | 80 m_webViewImpl = toWebViewImpl(WebView::create(&m_mockWebViewClient));
|
/external/chromium_org/chrome/renderer/searchbox/ |
searchbox_extension.cc | 25 #include "third_party/WebKit/public/web/WebView.h" 151 blink::WebView* webview = webframe->view(); 152 if (!webview) 154 content::RenderView* render_view = content::RenderView::FromWebView(webview); 167 blink::WebView* webview = render_view->GetWebView(); local 168 return webview ? GURL(webview->mainFrame()->document().url()) : GURL(); 595 blink::WebView* webview = webframe->view() [all...] |
/external/chromium_org/content/renderer/gpu/ |
gpu_benchmarking_extension.cc | 29 #include "third_party/WebKit/public/web/WebView.h" 45 using blink::WebView; 225 WebView* web_view() const { 240 WebView* web_view_;
|
/external/chromium_org/content/renderer/media/ |
buffered_resource_loader_unittest.cc | 25 #include "third_party/WebKit/public/web/WebView.h" 36 using blink::WebView; 66 : view_(WebView::create(NULL)) { 297 WebView* view_; [all...] |
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.cc | 54 #include "third_party/WebKit/public/web/WebView.h" 86 using blink::WebView; [all...] |
webplugin_delegate_proxy.cc | 48 #include "third_party/WebKit/public/web/WebView.h" 75 using blink::WebView; 226 page_url_(render_view_->webview()->mainFrame()->document().url()) { 848 blink::WebView* webview = render_view_->webview(); local 850 webview && webview->isActive()); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewFragment.java | 43 import android.webkit.WebView; 169 * Has loadData been called on the WebView yet? 208 ConversationViewFragment.class.getName() + "webview-y-percent"; 352 mWebView = (ConversationWebView) mConversationContainer.findViewById(R.id.webview); 356 // Below JB, try to speed up initial render by having the webview do supplemental draws to 362 // content is loaded and ready to draw, since WebView delays firing this event until the 626 // the new spacers are positioned by WebView. 636 // N.B. the units of height for spacers are actually dp and not px because WebView assumes [all...] |
/external/chromium/webkit/glue/media/ |
buffered_resource_loader_unittest.cc | 15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 39 using WebKit::WebView;
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
WebKitHitTestTest.java | 12 import android.webkit.WebView.HitTestResult;
|
/external/chromium_org/chrome/renderer/ |
chrome_render_view_observer.cc | 50 #include "third_party/WebKit/public/web/WebView.h" 75 using blink::WebView;
|
/external/chromium_org/chrome/test/chromedriver/ |
util.cc | 53 WebView* web_view,
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebSettingsTest.java | 29 import android.webkit.WebView; 583 // some internal limitations of webview. For this reason, we only provide a [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
cws_container_client.js | 8 * @param {WebView} webView Web View tag. 19 webView, ext, mime, searchQuery, width, height, url, target) { 20 this.webView_ = webView; 108 * Called when receiving the 'loadabort' event from <webview>. 219 * Loads the page to <webview>. Can be called only once.
|
share_dialog.js | 51 * @param {WebView} webView Web View element to be wrapped. 54 ShareDialog.WebViewAuthorizer = function(urlPattern, webView) { 56 this.webView_ = webView; 130 this.webViewWrapper_.className = 'share-dialog-webview-wrapper'; 248 // TODO(mtomasz): Move to initDom_() once and reuse <webview> once it gets 251 this.webViewWrapper_, 'share-dialog-webview', 'webview');
|
/external/chromium_org/chrome/browser/ui/views/ |
profile_chooser_view.cc | 40 #include "ui/views/controls/webview/webview.h" 441 views::WebView* web_view = new views::WebView(profile);
|