Searched refs:GetAssociatedWebContents (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_function_details.h63 content::WebContents* GetAssociatedWebContents();
H A Dchrome_extension_function_details.cc106 ChromeExtensionFunctionDetails::GetAssociatedWebContents() { function in class:ChromeExtensionFunctionDetails
107 content::WebContents* web_contents = function_->GetAssociatedWebContents();
H A Dchrome_extension_function.h63 virtual content::WebContents* GetAssociatedWebContents() OVERRIDE;
H A Dchrome_extension_function.cc100 ChromeUIThreadExtensionFunction::GetAssociatedWebContents() { function in class:ChromeUIThreadExtensionFunction
102 UIThreadExtensionFunction::GetAssociatedWebContents();
H A Dextension_view_host.h109 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dtab_helper.h160 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.h58 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.h62 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dash_keyboard_controller_proxy.cc126 AshKeyboardControllerProxy::GetAssociatedWebContents() const { function in class:AshKeyboardControllerProxy
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_contents.h49 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dapp_window_contents.cc114 content::WebContents* AppWindowContentsImpl::GetAssociatedWebContents() const { function in class:extensions::AppWindowContentsImpl
/external/chromium_org/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.h39 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.h25 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dmime_handler_view_guest.cc56 WebContents* MimeHandlerViewGuest::GetAssociatedWebContents() const { function in class:extensions::MimeHandlerViewGuest
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_dialog.cc23 function->GetAssociatedWebContents());
H A Dprivate_api_misc.cc54 content::WebContents* const contents = function->GetAssociatedWebContents();
267 new file_manager::AppInstaller(GetAssociatedWebContents(),
/external/chromium_org/extensions/browser/
H A Dextension_function_dispatcher.h63 virtual content::WebContents* GetAssociatedWebContents() const;
H A Dextension_function.cc377 content::WebContents* UIThreadExtensionFunction::GetAssociatedWebContents() { function in class:UIThreadExtensionFunction
380 web_contents = dispatcher()->delegate()->GetAssociatedWebContents();
H A Dextension_function_dispatcher.cc204 ExtensionFunctionDispatcher::Delegate::GetAssociatedWebContents() const { function in class:extensions::ExtensionFunctionDispatcher::Delegate
210 return GetAssociatedWebContents();
/external/chromium_org/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.h47 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.h86 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dcustom_launcher_page_contents.cc152 content::WebContents* CustomLauncherPageContents::GetAssociatedWebContents() function in class:apps::CustomLauncherPageContents
/external/chromium_org/chrome/browser/extensions/api/reading_list_private/
H A Dreading_list_private_api.cc42 content::WebContents* web_contents = GetAssociatedWebContents();
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h90 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc197 dispatcher()->delegate()->GetAssociatedWebContents(),
353 content::WebContents* web_contents = GetAssociatedWebContents();
520 dispatcher()->delegate()->GetAssociatedWebContents(),
644 content::WebContents* web_contents = GetAssociatedWebContents();

Completed in 585 milliseconds

12