Searched defs:web_view (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/chrome/test/chromedriver/
H A Dsession_unittest.cc22 WebView** web_view) OVERRIDE {
24 *web_view = &web_view_;
38 WebView* web_view; local
39 ASSERT_EQ(kNoSuchWindow, session.GetTargetWindow(&web_view).code());
46 WebView* web_view; local
47 ASSERT_EQ(kNoSuchWindow, session.GetTargetWindow(&web_view).code());
54 WebView* web_view = NULL; local
55 ASSERT_EQ(kOk, session.GetTargetWindow(&web_view).code());
56 ASSERT_TRUE(web_view);
H A Dalert_commands.cc13 #include "chrome/test/chromedriver/chrome/web_view.h"
21 WebView* web_view = NULL; local
22 Status status = session->GetTargetWindow(&web_view);
26 status = web_view->ConnectIfNecessary();
30 status = web_view->HandleReceivedEvents();
34 status = web_view->WaitForPendingNavigations(
39 return alert_command.Run(session, web_view, params, value);
44 WebView* web_view,
48 web_view->GetJavaScriptDialogManager()->IsDialogOpen()));
54 WebView* web_view,
42 ExecuteGetAlert( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
52 ExecuteGetAlertText( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
66 ExecuteSetAlertValue( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
82 ExecuteAcceptAlert( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
93 ExecuteDismissAlert( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
[all...]
H A Dsession.cc14 #include "chrome/test/chromedriver/chrome/web_view.h"
57 Status Session::GetTargetWindow(WebView** web_view) { argument
61 Status status = chrome->GetWebViewById(window, web_view);
H A Delement_commands.cc24 #include "chrome/test/chromedriver/chrome/web_view.h"
36 WebView* web_view,
44 session, web_view, element_id, true, &is_displayed);
49 status = IsElementFocused(session, web_view, element_id, &is_focused);
61 Status status = IsElementEnabled(session, web_view, element_id, &is_enabled);
71 status = web_view->CallFunction(
77 return SendKeysOnWindow(web_view, key_list, true, &session->sticky_modifiers);
82 WebView* web_view,
88 return web_view->CallFunction(
100 WebView* web_view,
34 SendKeysToElement( Session* session, WebView* web_view, const std::string& element_id, const base::ListValue* key_list) argument
80 ExecuteTouchSingleTapAtom( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
97 ExecuteElementCommand( const ElementCommand& command, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
109 ExecuteFindChildElement( int interval_ms, Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
120 ExecuteFindChildElements( int interval_ms, Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
131 ExecuteHoverOverElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
154 ExecuteClickElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
199 ExecuteTouchSingleTap( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
224 ExecuteFlick( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
273 ExecuteClearElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
288 ExecuteSendKeysToElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
341 ExecuteSubmitElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
356 ExecuteGetElementText( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
371 ExecuteGetElementValue( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
386 ExecuteGetElementTagName( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
401 ExecuteIsElementSelected( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
416 ExecuteIsElementEnabled( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
431 ExecuteIsElementDisplayed( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
446 ExecuteGetElementLocation( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
461 ExecuteGetElementLocationOnceScrolledIntoView( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
476 ExecuteGetElementSize( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
491 ExecuteGetElementAttribute( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
503 ExecuteGetElementValueOfCSSProperty( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
521 ExecuteElementEquals( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
[all...]
/external/chromium_org/athena/content/
H A Dcontent_activity_factory.cc30 views::WebView* web_view) {
31 Activity* activity = new AppActivity(app_window, web_view);
28 CreateAppActivity( extensions::AppWindow* app_window, views::WebView* web_view) argument
H A Dapp_activity.cc23 views::WebView* web_view)
25 web_view_(web_view),
28 DCHECK_EQ(app_window->web_contents(), web_view->GetWebContents());
22 AppActivity(extensions::AppWindow* app_window, views::WebView* web_view) argument
H A Dcontent_proxy.cc63 ContentProxy::ContentProxy(views::WebView* web_view, Activity* activity) argument
64 : web_view_(web_view),
/external/chromium_org/athena/test/
H A Dsample_activity_factory.cc43 views::WebView* web_view) {
44 DCHECK(!web_view);
41 CreateAppActivity( extensions::AppWindow* app_window, views::WebView* web_view) argument
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen_browsertest.cc58 views::View* web_view = local
60 for (views::View* current_view = web_view;
67 for (aura::Window* window = web_view->GetWidget()->GetNativeWindow();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstub_chrome.cc7 #include "chrome/test/chromedriver/chrome/web_view.h"
29 Status StubChrome::GetWebViewById(const std::string& id, WebView** web_view) { argument
H A Dautomation_extension.cc10 #include "chrome/test/chromedriver/chrome/web_view.h"
12 AutomationExtension::AutomationExtension(scoped_ptr<WebView> web_view) argument
13 : web_view_(web_view.Pass()) {}
H A Dchrome_impl.cc101 Status ChromeImpl::GetWebViewById(const std::string& id, WebView** web_view) { argument
105 *web_view = (*it).get();
H A Dchrome_desktop_impl.cc97 scoped_ptr<WebView>* web_view) {
131 *web_view = web_view_tmp.Pass();
138 scoped_ptr<WebView> web_view; local
143 &web_view);
147 automation_extension_.reset(new AutomationExtension(web_view.Pass()));
95 WaitForPageToLoad(const std::string& url, const base::TimeDelta& timeout, scoped_ptr<WebView>* web_view) argument
/external/chromium_org/content/renderer/media/
H A Drenderer_webaudiodevice_impl.cc52 WebView* const web_view = web_frame ? web_frame->view() : NULL; local
56 web_view ? RenderViewImpl::FromWebView(web_view) : NULL;
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc28 views::WebView* web_view)
32 web_view_(web_view) {
26 WebDialogWebContentsDelegateViews(content::BrowserContext* browser_context, content::WebContents* initiator, views::WebView* web_view) argument
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dmalware_dom_details.cc86 blink::WebView* web_view = render_view()->GetWebView(); local
87 if (!web_view) {
91 blink::WebFrame* frame = web_view->mainFrame();
H A Dphishing_classifier.cc108 blink::WebView* web_view = render_view_->GetWebView(); local
109 if (!web_view) {
114 blink::WebFrame* frame = web_view->mainFrame();
176 blink::WebView* web_view = render_view_->GetWebView(); local
177 if (!web_view) {
181 blink::WebFrame* main_frame = web_view->mainFrame();
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h68 views::WebView* web_view() { return web_view_; } function in class:native_app_window::NativeAppWindowViews
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h32 // call web_view->mainFrame()->loadHTMLString() with the HTML data and a fake
61 blink::WebView* web_view() { return web_view_; } function in class:WebViewPlugin
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_interfaces.cc24 void WebTestInterfaces::SetWebView(WebView* web_view, WebTestProxyBase* proxy) { argument
25 interfaces_->SetWebView(web_view, proxy);
H A Dtest_interfaces.cc57 void TestInterfaces::SetWebView(blink::WebView* web_view, argument
60 accessibility_controller_->SetWebView(web_view);
61 event_sender_->SetWebView(web_view);
63 text_input_controller_->SetWebView(web_view);
64 test_runner_->SetWebView(web_view, proxy);
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility.cc42 void NativeViewAccessibility::RegisterWebView(View* web_view) { argument
46 void NativeViewAccessibility::UnregisterWebView(View* web_view) { argument
H A Dnative_view_accessibility_win_unittest.cc99 View* web_view = new View; local
100 content->AddChildView(web_view);
101 NativeViewAccessibility::RegisterWebView(web_view);
104 web_view->GetNativeViewAccessible());
110 NativeViewAccessibility::UnregisterWebView(web_view);
/external/chromium_org/extensions/renderer/
H A Dconsole.cc117 blink::WebView* web_view = render_view->GetWebView(); local
118 if (!web_view || !web_view->mainFrame())
136 web_view->mainFrame()->addMessageToConsole(
/external/chromium_org/ui/app_list/demo/
H A Dapp_list_demo_views.cc102 views::WebView* web_view = new views::WebView( local
104 web_view->SetPreferredSize(size);
105 web_view->SetWebContents(web_contents_.get());
106 return web_view;

Completed in 880 milliseconds

123