Searched defs:GetAssociatedWebContents (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
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.cc100 ChromeUIThreadExtensionFunction::GetAssociatedWebContents() { function in class:ChromeUIThreadExtensionFunction
102 UIThreadExtensionFunction::GetAssociatedWebContents();
H A Dextension_view_host.cc293 WebContents* ExtensionViewHost::GetAssociatedWebContents() const { function in class:extensions::ExtensionViewHost
H A Dtab_helper.cc503 WebContents* TabHelper::GetAssociatedWebContents() const { function in class:extensions::TabHelper
/external/chromium_org/chrome/browser/ui/ash/
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.cc114 content::WebContents* AppWindowContentsImpl::GetAssociatedWebContents() const { function in class:extensions::AppWindowContentsImpl
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.cc56 WebContents* MimeHandlerViewGuest::GetAssociatedWebContents() const { function in class:extensions::MimeHandlerViewGuest
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc152 content::WebContents* CustomLauncherPageContents::GetAssociatedWebContents() function in class:apps::CustomLauncherPageContents
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc239 content::WebContents* AshPanelContents::GetAssociatedWebContents() const { function in class:AshPanelContents
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc252 content::WebContents* PanelHost::GetAssociatedWebContents() const { function in class:PanelHost
/external/chromium_org/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.cc115 content::WebContents* AppViewGuest::GetAssociatedWebContents() const { function in class:extensions::AppViewGuest
/external/chromium_org/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.cc155 content::WebContents* ExtensionOptionsGuest::GetAssociatedWebContents() const { function in class:extensions::ExtensionOptionsGuest
/external/chromium_org/extensions/browser/
H A Dextension_function_dispatcher.cc204 ExtensionFunctionDispatcher::Delegate::GetAssociatedWebContents() const { function in class:extensions::ExtensionFunctionDispatcher::Delegate
210 return GetAssociatedWebContents();
H A Dextension_function.cc377 content::WebContents* UIThreadExtensionFunction::GetAssociatedWebContents() { function in class:UIThreadExtensionFunction
380 web_contents = dispatcher()->delegate()->GetAssociatedWebContents();

Completed in 3821 milliseconds