Home
last modified time | relevance | path

Searched refs:OnInstallApplication (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_tab_helper.cc115 OnInstallApplication) in OnMessageReceived()
129 void ExtensionTabHelper::OnInstallApplication(const WebApplicationInfo& info) { in OnInstallApplication() function in ExtensionTabHelper
131 wrapper_->delegate()->OnInstallApplication(wrapper_, info); in OnInstallApplication()
Dextension_tab_helper.h82 void OnInstallApplication(const WebApplicationInfo& info);
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper_delegate.cc11 void TabContentsWrapperDelegate::OnInstallApplication( in OnInstallApplication() function in TabContentsWrapperDelegate
Dtab_contents_wrapper_delegate.h26 virtual void OnInstallApplication(TabContentsWrapper* source,
/external/chromium/chrome/browser/ui/
Dbrowser.h825 virtual void OnInstallApplication(
Dbrowser.cc3307 void Browser::OnInstallApplication(TabContentsWrapper* source, in OnInstallApplication() function in Browser
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h812 void OnInstallApplication(const WebApplicationInfo& info);