HomeSort by relevance Sort by last modified time
    Searched defs:web_view_ (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.h 52 scoped_ptr<WebView> web_view_; member in class:AutomationExtension
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_view.h 49 views::WebView* web_view_; member in class:chromeos::FirstRunView
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.h 55 views::WebView* web_view_; member in class:UserManagerView
  /external/chromium_org/chrome/test/chromedriver/
session_unittest.cc 18 MockChrome() : web_view_("1") {}
23 if (id == web_view_.GetId()) {
24 *web_view = &web_view_;
31 StubWebView web_view_; member in class:__anon10603::MockChrome
  /external/chromium_org/athena/content/
app_activity.h 83 views::WebView* web_view_; member in class:athena::AppActivity
content_proxy.h 29 // and then the link to the |web_view_| will get severed.
68 // Creates proxy content from |web_view_|.
83 views::WebView* web_view_; member in class:athena::ContentProxy
web_activity.h 105 AthenaWebView* web_view_; member in class:athena::WebActivity
web_activity.cc 49 : web_view_(web_view), reserved_accelerator_enabled_(true) {}
55 web_view_->GetFocusManager()).Pass();
88 return web_view_->GetFocusManager()->ProcessAccelerator(accelerator);
98 event, web_view_->GetFocusManager());
109 return web_view_->GetWebContents()->GetController().CanGoBack();
111 return web_view_->GetWebContents()->GetController().CanGoForward();
116 return web_view_->GetWebContents()->IsLoading();
125 web_view_->GetWebContents()->GetController().Reload(false);
128 web_view_->GetWebContents()->GetController().ReloadIgnoringCache(false);
131 web_view_->GetWebContents()->GetController().GoBack()
146 views::WebView* web_view_; member in class:athena::__anon6740::WebActivityController
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.h 118 views::WebView* web_view_; member in class:chromeos::SimpleWebViewDialog
120 // Contains |web_view_| while it isn't owned by the view.
  /external/chromium_org/chrome/browser/ui/views/apps/
shaped_app_window_targeter_unittest.cc 19 : web_view_(NULL) {
41 app_window_.set_web_view_for_testing(&web_view_);
53 views::WebView web_view_; member in class:ShapedAppWindowTargeterTest
  /external/chromium_org/content/shell/renderer/test_runner/
accessibility_controller.h 66 blink::WebView* web_view_; member in class:content::AccessibilityController
test_runner.h 758 blink::WebView* web_view_; member in class:content::TestRunner
test_runner.cc 95 WebFrame* frame = object_->web_view_->mainFrame();
1464 WebView* web_view_; member in class:content::TestPageOverlay
    [all...]
  /external/chromium_org/mojo/services/html_viewer/
html_document_view.h 109 blink::WebView* web_view_; member in class:mojo::HTMLDocumentView
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.h 131 views::WebView* web_view_; member in class:views::WebDialogView
  /external/chromium_org/chrome/browser/ui/views/
constrained_web_dialog_delegate_views.cc 32 web_view_(web_view) {
39 web_view_->RequestFocus();
56 views::WebView* web_view_; member in class:__anon9860::WebDialogWebContentsDelegateViews
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.h 201 blink::WebView* web_view_; member in class:autofill::AutofillAgent
password_autofill_agent.h 222 blink::WebView* web_view_; member in class:autofill::PasswordAutofillAgent
  /external/chromium_org/components/native_app_window/
native_app_window_views.h 60 void set_web_view_for_testing(views::WebView* view) { web_view_ = view; }
68 views::WebView* web_view() { return web_view_; }
179 views::WebView* web_view_; member in class:native_app_window::NativeAppWindowViews
  /external/chromium_org/components/plugins/renderer/
webview_plugin.h 61 blink::WebView* web_view() { return web_view_; }
154 blink::WebView* web_view_; member in class:WebViewPlugin
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 193 views::WebView* web_view_; member in class:PanelView
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 149 web_view_(NULL),
158 web_view_ = web_frame_->view();
159 if (!web_view_) {
164 render_view_impl_ = RenderViewImpl::FromWebView(web_view_);
167 web_view_ = NULL;
177 web_view_ = NULL;
190 DCHECK(web_view_ != NULL);
191 return web_view_;
204 WebView* web_view_; member in class:content::__anon12339::GpuBenchmarkingContext
    [all...]
  /external/chromium_org/content/shell/browser/
shell_views.cc 138 web_view_ = new views::WebView(web_contents->GetBrowserContext());
139 web_view_->SetWebContents(web_contents);
140 web_view_->SetPreferredSize(size);
142 contents_view_->AddChildView(web_view_);
190 if (context_menu_runner_->RunMenuAt(web_view_->GetWidget(),
201 if (web_view_->GetWebContents() == web_contents)
202 web_view_->OnWebContentsFocused(web_contents);
406 views::WebView* web_view_; member in class:content::__anon12497::ShellWindowDelegateView

Completed in 790 milliseconds