/external/chromium_org/chrome/test/chromedriver/ |
D | window_commands.cc | 46 Status GetUrl(WebView* web_view, const std::string& frame, std::string* url) { in GetUrl() 92 Status GetVisibleCookies(WebView* web_view, in GetVisibleCookies() 128 Session* session, WebView* web_view, int x, int y, int* offset_x, in ScrollCoordinateInToView() 169 Session* session, WebView* web_view, TouchEventType type, in ExecuteTouchEvent() 195 WebView* web_view = NULL; in ExecuteWindowCommand() local 241 WebView* web_view, in ExecuteGet() 252 WebView* web_view, in ExecuteExecuteScript() 276 WebView* web_view, in ExecuteExecuteAsyncScript() 293 WebView* web_view, in ExecuteSwitchToFrame() 364 WebView* web_view, in ExecuteSwitchToParentFrame() [all …]
|
D | element_commands.cc | 36 WebView* web_view, in SendKeysToElement() 82 WebView* web_view, in ExecuteTouchSingleTapAtom() 100 WebView* web_view, in ExecuteElementCommand() 112 WebView* web_view, in ExecuteFindChildElement() 123 WebView* web_view, in ExecuteFindChildElements() 133 WebView* web_view, in ExecuteHoverOverElement() 156 WebView* web_view, in ExecuteClickElement() 201 WebView* web_view, in ExecuteTouchSingleTap() 226 WebView* web_view, in ExecuteFlick() 275 WebView* web_view, in ExecuteClearElement() [all …]
|
D | alert_commands.cc | 21 WebView* web_view = NULL; in ExecuteAlertCommand() local 44 WebView* web_view, in ExecuteGetAlert() 54 WebView* web_view, in ExecuteGetAlertText() 68 WebView* web_view, in ExecuteSetAlertValue() 84 WebView* web_view, in ExecuteAcceptAlert() 95 WebView* web_view, in ExecuteDismissAlert()
|
D | element_util.cc | 80 WebView* web_view, in CallAtomsJs() 90 WebView* web_view, in VerifyElementClickable() 121 WebView* web_view, in ScrollElementRegionIntoViewHelper() 156 WebView* web_view, in GetElementEffectiveStyle() 178 WebView* web_view, in GetElementBorder() 223 WebView* web_view, in FindElement() 285 WebView* web_view, in GetActiveElement() 297 WebView* web_view, in IsElementFocused() 311 WebView* web_view, in GetElementAttribute() 325 WebView* web_view, in IsElementAttributeEqualToIgnoreCase() [all …]
|
D | session_unittest.cc | 23 WebView** web_view) OVERRIDE { in GetWebViewById() 39 WebView* web_view; in TEST() local 47 WebView* web_view; in TEST() local 55 WebView* web_view = NULL; in TEST() local
|
D | commands_unittest.cc | 343 FindElementWebView web_view(true, kElementExistsQueryTwice); in TEST() local 361 FindElementWebView web_view(true, kElementNotExistsQueryOnce); in TEST() local 372 FindElementWebView web_view(false, kElementExistsQueryTwice); in TEST() local 392 FindElementWebView web_view(false, kElementNotExistsQueryOnce); in TEST() local 406 FindElementWebView web_view(true, kElementExistsQueryTwice); in TEST() local 431 FindElementWebView web_view(true, kElementNotExistsQueryOnce); in TEST() local 444 FindElementWebView web_view(false, kElementExistsQueryTwice); in TEST() local 469 FindElementWebView web_view(false, kElementNotExistsQueryOnce); in TEST() local 486 FindElementWebView web_view(true, kElementExistsTimeout); in TEST() local 521 ErrorCallFunctionWebView web_view(kUnknownError); in TEST() local [all …]
|
D | session_commands.cc | 200 WebView* web_view = NULL; in ExecuteGetCurrentWindowHandle() local 242 WebView* web_view = NULL; in ExecuteClose() local 310 WebView* web_view; in ExecuteSwitchToWindow() local 336 WebView* web_view; in ExecuteSwitchToWindow() local 411 WebView* web_view = NULL; in ExecuteIsLoading() local
|
D | session.cc | 58 Status Session::GetTargetWindow(WebView** web_view) { in GetTargetWindow()
|
/external/chromium_org/ui/views/accessibility/ |
D | native_view_accessibility.cc | 32 void NativeViewAccessibility::RegisterWebView(View* web_view) { in RegisterWebView() 36 void NativeViewAccessibility::UnregisterWebView(View* web_view) { in UnregisterWebView()
|
D | native_view_accessibility_win.cc | 94 void AccessibleWebViewRegistry::RegisterWebView(View* web_view) { in RegisterWebView() 102 void AccessibleWebViewRegistry::UnregisterWebView(View* web_view) { in UnregisterWebView() 129 View* web_view = *iter; in GetAccessibleFromWebView() local 154 View* web_view, in AccessibleObjectFromChildId() 172 void AccessibleWebViewRegistry::QueryIAccessible2Interface(View* web_view) { in QueryIAccessible2Interface() 1205 void NativeViewAccessibility::RegisterWebView(View* web_view) { in RegisterWebView() 1209 void NativeViewAccessibility::UnregisterWebView(View* web_view) { in UnregisterWebView()
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | chrome_desktop_impl.cc | 95 scoped_ptr<WebView>* web_view) { in WaitForPageToLoad() 136 scoped_ptr<WebView> web_view; in GetAutomationExtension() local
|
D | stub_chrome.cc | 30 Status StubChrome::GetWebViewById(const std::string& id, WebView** web_view) { in GetWebViewById()
|
D | chrome_impl.cc | 102 Status ChromeImpl::GetWebViewById(const std::string& id, WebView** web_view) { in GetWebViewById()
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
D | phishing_classifier.cc | 108 blink::WebView* web_view = render_view_->GetWebView(); in BeginFeatureExtraction() local 176 blink::WebView* web_view = render_view_->GetWebView(); in TermExtractionFinished() local
|
D | malware_dom_details.cc | 57 blink::WebView* web_view = render_view()->GetWebView(); in ExtractResources() local
|
/external/chromium_org/chrome/renderer/net/ |
D | net_error_helper.cc | 203 blink::WebView* web_view = render_frame()->GetRenderView()->GetWebView(); in LoadErrorPageInMainFrame() local 252 blink::WebView* web_view = render_frame()->GetRenderView()->GetWebView(); in FetchNavigationCorrections() local 278 blink::WebView* web_view = render_frame()->GetRenderView()->GetWebView(); in SendTrackingRequest() local
|
/external/chromium_org/content/renderer/media/ |
D | renderer_webaudiodevice_impl.cc | 52 WebView* const web_view = web_frame ? web_frame->view() : NULL; in start() local
|
/external/chromium_org/components/plugins/renderer/ |
D | webview_plugin.h | 58 blink::WebView* web_view() { return web_view_; } in web_view() function
|
/external/chromium_org/apps/ui/views/ |
D | native_app_window_views.h | 69 views::WebView* web_view() { return web_view_; } in web_view() function
|
/external/chromium_org/ui/app_list/demo/ |
D | app_list_demo_views.cc | 95 views::WebView* web_view = new views::WebView( in CreateStartPageWebView() local
|
/external/chromium_org/content/renderer/ |
D | stats_collection_controller.cc | 29 blink::WebView* web_view = web_frame->view(); in CurrentRenderViewImpl() local
|
D | web_preferences.cc | 116 void ApplyWebPreferences(const WebPreferences& prefs, WebView* web_view) { in ApplyWebPreferences()
|
/external/chromium_org/content/renderer/devtools/ |
D | devtools_agent.cc | 329 WebView* web_view = render_view()->GetWebView(); in OnAddMessageToConsole() local 373 WebView* web_view = render_view()->GetWebView(); in GetWebAgent() local
|
/external/chromium_org/chrome/renderer/printing/ |
D | print_web_view_helper.cc | 470 blink::WebView* web_view = blink::WebView::create(NULL); in PrintHeaderAndFooter() local 652 blink::WebView* web_view = frame_.view(); in ResizeForPrinting() local 664 blink::WebView* web_view = frame_.view(); in StartPrinting() local 697 blink::WebView* web_view = blink::WebView::create(this); in CopySelection() local 749 blink::WebView* web_view = frame_.GetFrame()->view(); in RestoreSize() local 759 blink::WebView* web_view = frame->view(); in FinishPrinting() local
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
D | user_adding_screen_browsertest.cc | 57 views::View* web_view = in CheckScreenIsVisible() local
|