HomeSort by relevance Sort by last modified time
    Searched defs:GetWebContents (Results 51 - 67 of 67) sorted by null

1 23

  /external/chromium_org/chrome/browser/chromeos/login/ui/
webui_login_view.cc 192 WebContents* web_contents = webui_login_->GetWebContents();
289 GetWebContents()->GetRenderViewHost()->GetView()->SetBackgroundOpaque(false);
296 content::WebContents* WebUILoginView::GetWebContents() {
  /external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service.cc 84 virtual content::WebContents* GetWebContents() const OVERRIDE;
113 content::WebContents* DesktopNotificationDelegate::GetWebContents() const {
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 371 content::WebContents* PrivetNotificationDelegate::GetWebContents() const {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 397 WebContents* ToolbarView::GetWebContents() {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 205 static_cast<WebContentsViewGuest*>(GetWebContents()->GetView());
209 GetWebContents()->GetMutableRendererPrefs();
237 GetWebContents()->GetRenderViewHost()->GetWebkitPreferences();
239 GetWebContents()->GetRenderViewHost()->UpdateWebkitPreferences(prefs);
245 GetWebContents()->GetRenderViewHost());
302 return GetWebContents()->GetBrowserContext()->GetGuestManager();
348 WebContentsImpl* BrowserPluginGuest::GetWebContents() const {
389 GetWebContents()->GetRenderViewHost());
412 RenderViewHost* rvh = GetWebContents()->GetRenderViewHost();
530 GetWebContents()->GetRenderViewHost())->Init()
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_interactive_uitest.cc 213 content::WebContents* web_contents = GetWebContents();
222 gfx::Point reset_mouse(GetWebContents()->GetContainerBounds().origin());
229 content::WebContents* web_contents = GetWebContents();
239 content::WebContents* GetWebContents() {
244 return GetWebContents()->GetRenderViewHost();
290 GetWebContents(),
300 GetWebContents(),
380 content::SimulateMouseClickAt(GetWebContents(),
414 GetWebContents(), key, false, false, false, false);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 238 content::WebContents* GetWebContents() {
246 return webui_login_view->GetWebContents();
266 GetWebContents(),
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents.cc 287 jlong AwContents::GetWebContents(JNIEnv* env, jobject obj) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.cc 150 WebContents* GetWebContents(content::RenderViewHost* rvh,
540 GetWebContents(render_view_host(), GetProfile(), extension()->id());
645 WebContents* contents = GetWebContents(render_view_host(), profile, app_id);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 113 content::WebContents* web_contents = panel_->GetWebContents();
191 content::WebContents* Panel::GetWebContents() const {
368 if (!GetWebContents())
421 DevToolsWindow::OpenDevToolsWindow(GetWebContents(),
426 DevToolsWindow::OpenDevToolsWindow(GetWebContents(),
490 ConfigureAutoResize(GetWebContents());
533 content::WebContents* web_contents = GetWebContents();
590 content::WebContents* web_contents = GetWebContents();
655 ConfigureAutoResize(GetWebContents());
743 if (GetWebContents()) {
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 823 WebContents* ContentViewCoreImpl::GetWebContents() const {
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.cc 509 if (!GetWebContents())
771 WebContents* DownloadItemImpl::GetWebContents() const {
772 // TODO(rdsmith): Remove null check after removing GetWebContents() from
777 return request_handle_->GetWebContents();
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 238 WebContents* NavigationControllerImpl::GetWebContents() const {
239 return delegate_->GetWebContents();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 427 WebContents* web_contents = GetWebContents();
438 WebContents* web_contents = GetWebContents();
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 2284 milliseconds

1 23