HomeSort by relevance Sort by last modified time
    Searched refs:web_view_ (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_view.cc 21 : web_view_(NULL) {
25 web_view_ = new views::WebView(context);
26 AddChildView(web_view_);
27 web_view_->LoadInitialURL(GURL(chrome::kChromeUIFirstRunURL));
29 content::WebContents* web_contents = web_view_->web_contents();
39 web_view_->web_contents()->GetWebUI()->GetController())->get_actor();
43 web_view_->SetBoundsRect(bounds());
47 web_view_->RequestFocus();
51 return web_view_->web_contents();
first_run_view.h 49 views::WebView* web_view_; member in class:chromeos::FirstRunView
  /external/chromium_org/athena/content/
app_activity.cc 25 web_view_(web_view),
80 DCHECK(web_view_ || ACTIVITY_UNLOADED == current_state_);
85 return web_view_ &&
86 web_view_->visible() &&
98 return !web_view_ ? NULL : web_view_->GetWidget()->GetNativeWindow();
102 return !web_view_ ? NULL : web_view_->GetWebContents();
127 return web_view_->GetWebContents()->GetTitle();
149 return web_view_->GetWidget()
    [all...]
content_proxy.cc 64 : web_view_(web_view),
106 web_view_ = NULL;
110 if (web_view_ && !content_visible_) {
111 // Show the original |web_view_| again.
112 web_view_->SetFastResize(false);
117 web_view_->Layout();
118 web_view_->GetWebContents()->GetNativeView()->Show();
119 web_view_->SetVisible(true);
125 if (web_view_ && content_visible_) {
126 // Hide the |web_view_|
    [all...]
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...]
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
app_activity.h 83 views::WebView* web_view_; member in class:athena::AppActivity
web_activity.h 105 AthenaWebView* web_view_; member in class:athena::WebActivity
  /external/chromium_org/mojo/services/html_viewer/
html_document_view.cc 94 web_view_(NULL),
107 if (web_view_)
108 web_view_->close();
122 web_view_->resize(root_->bounds().size());
133 web_view_ = blink::WebView::create(this);
134 web_layer_tree_view_impl_->set_widget(web_view_);
135 ConfigureSettings(web_view_->settings());
136 web_view_->setMainFrame(blink::WebLocalFrame::create(this));
148 web_view_->mainFrame()->loadRequest(web_request);
244 web_view_->resize(view->bounds().size())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.cc 131 web_view_(NULL),
143 if (web_view_ && web_view_->web_contents())
144 web_view_->web_contents()->SetDelegate(NULL);
150 web_view_ = web_view_container_.get();
151 web_view_->set_owned_by_client();
152 web_view_->GetWebContents()->SetDelegate(this);
153 web_view_->LoadInitialURL(url);
155 WebContents* web_contents = web_view_->GetWebContents();
232 UpdateReload(web_view_->web_contents()->IsLoading(), true)
    [all...]
simple_web_view_dialog_browsertest.cc 59 return new InterstitialPageDelegate(dialog->web_view_->web_contents());
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.cc 83 : web_view_(NULL),
109 web_view_ = new views::WebView(guest_profile);
110 web_view_->set_allow_accelerators(true);
111 AddChildView(web_view_);
161 web_view_->LoadInitialURL(url);
162 web_view_->RequestFocus();
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/components/plugins/renderer/
webview_plugin.cc 49 web_view_(WebView::create(this)),
54 content::RenderView::ApplyWebPreferences(preferences, web_view_);
56 web_view_->setMainFrame(web_frame_);
70 web_view_->close();
142 web_view_->layout();
143 web_view_->paint(canvas, paint_rect);
156 web_view_->resize(newSize);
182 bool handled = web_view_->handleInputEvent(event);
221 web_view_->dragSourceSystemDragEnded();
webview_plugin.h 61 blink::WebView* web_view() { return web_view_; }
154 blink::WebView* web_view_; member in class:WebViewPlugin
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.cc 46 web_view_(new views::WebView(context)),
51 web_view_->set_allow_accelerators(true);
52 AddChildView(web_view_);
53 set_contents_view(web_view_);
63 return web_view_->web_contents();
116 web_view_->web_contents()->DispatchBeforeUnload(false);
163 return web_view_;
338 content::WebContents* web_contents = web_view_->GetWebContents();
348 web_view_->LoadInitialURL(GetDialogContentURL());
  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.cc 13 : web_view_(web_view.Pass()) {}
20 Status status = web_view_->CallAsyncFunction(
71 Status status = web_view_->CallAsyncFunction(std::string(),
103 return web_view_->CallAsyncFunction(std::string(),
114 return web_view_->CallAsyncFunction(std::string(),
automation_extension.h 52 scoped_ptr<WebView> web_view_; member in class:AutomationExtension
  /external/chromium_org/components/native_app_window/
native_app_window_views.cc 29 web_view_(NULL),
54 web_view_->SetWebContents(NULL);
208 return web_view_;
264 if (child->Contains(web_view_->web_contents()->GetNativeView())) {
309 DCHECK(web_view_);
310 web_view_->SetBounds(0, 0, width(), height());
317 web_view_ = new views::WebView(NULL);
318 AddChildView(web_view_);
319 web_view_->SetWebContents(app_window_->web_contents());
332 web_view_->RequestFocus()
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 95 WebFrame* frame = object_->web_view_->mainFrame();
1464 WebView* web_view_; member in class:content::TestPageOverlay
    [all...]
accessibility_controller.h 66 blink::WebView* web_view_; member in class:content::AccessibilityController
accessibility_controller.cc 170 blink::WebFrame* frame = web_view_->mainFrame();
212 web_view_ = web_view;
231 focused_element_ = web_view_->accessibilityObject();
237 root_element_ = web_view_->accessibilityObject();
244 root_element_ = web_view_->accessibilityObject();
  /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/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 540 milliseconds

1 2