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

12

/external/chromium_org/apps/
H A Dapp_window_contents.h59 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dapp_window_contents.cc152 content::WebContents* AppWindowContents::GetAssociatedWebContents() const { function in class:apps::AppWindowContents
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.h55 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dash_panel_contents.cc237 content::WebContents* AshPanelContents::GetAssociatedWebContents() const { function in class:AshPanelContents
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.h52 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dash_keyboard_controller_proxy.cc83 AshKeyboardControllerProxy::GetAssociatedWebContents() const { function in class:AshKeyboardControllerProxy
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_dispatcher.h63 virtual content::WebContents* GetAssociatedWebContents() const;
H A Dextension_function.cc212 content::WebContents* UIThreadExtensionFunction::GetAssociatedWebContents() { function in class:UIThreadExtensionFunction
215 dispatcher()->delegate()->GetAssociatedWebContents();
H A Dtab_helper.h175 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dextension_function_dispatcher.cc238 ExtensionFunctionDispatcher::Delegate::GetAssociatedWebContents() const { function in class:ExtensionFunctionDispatcher::Delegate
244 return GetAssociatedWebContents();
H A Dextension_host.cc194 WebContents* ExtensionHost::GetAssociatedWebContents() const { function in class:extensions::ExtensionHost
616 WebContents* associated_contents = GetAssociatedWebContents();
H A Dextension_function.h338 content::WebContents* GetAssociatedWebContents();
H A Dextension_function_test_utils.cc41 virtual WebContents* GetAssociatedWebContents() const OVERRIDE {
H A Dextension_host.h119 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dtab_helper.cc414 WebContents* TabHelper::GetAssociatedWebContents() const { function in class:extensions::TabHelper
/external/chromium_org/chrome/browser/notifications/
H A Dballoon_host.h40 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dballoon_host.cc59 content::WebContents* BalloonHost::GetAssociatedWebContents() const { function in class:BalloonHost
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h89 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
H A Dpanel_host.cc244 content::WebContents* PanelHost::GetAssociatedWebContents() const { function in class:PanelHost
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dexperimental_identity_api.cc142 // GetAssociatedWebContents() could be NULL and this would trigger a CHECK
146 GetAssociatedWebContents()
147 ? new ExtensionInstallPrompt(GetAssociatedWebContents())
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc251 &(dispatcher()->delegate()->GetAssociatedWebContents()->GetController()),
481 content::WebContents* web_contents = GetAssociatedWebContents();
587 &(dispatcher()->delegate()->GetAssociatedWebContents()->GetController()),
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_util.cc132 dispatcher->delegate()->GetAssociatedWebContents();
/external/chromium_org/chrome/browser/extensions/api/permissions/
H A Dpermissions_api.cc224 install_ui_.reset(new ExtensionInstallPrompt(GetAssociatedWebContents()));
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_extensions_common_message_filter.cc52 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE {
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_api.cc421 dispatcher()->delegate()->GetAssociatedWebContents();
458 dispatcher()->delegate()->GetAssociatedWebContents();

Completed in 320 milliseconds

12