Lines Matching refs:TabHelper

75 DEFINE_WEB_CONTENTS_USER_DATA_KEY(extensions::TabHelper);
79 TabHelper::TabHelper(content::WebContents* web_contents)
116 TabHelper::~TabHelper() {
120 void TabHelper::CreateApplicationShortcuts() {
127 void TabHelper::CreateHostedAppFromWebContents() {
134 bool TabHelper::CanCreateApplicationShortcuts() const {
143 bool TabHelper::CanCreateBookmarkApp() const {
152 void TabHelper::AddScriptExecutionObserver(ScriptExecutionObserver* observer) {
156 void TabHelper::RemoveScriptExecutionObserver(
161 void TabHelper::SetExtensionApp(const Extension* extension) {
172 content::Source<TabHelper>(this),
176 void TabHelper::SetExtensionAppById(const std::string& extension_app_id) {
182 void TabHelper::SetExtensionAppIconById(const std::string& extension_app_id) {
188 SkBitmap* TabHelper::GetExtensionAppIcon() {
195 void TabHelper::FinishCreateBookmarkApp(
214 void TabHelper::RenderViewCreated(RenderViewHost* render_view_host) {
218 void TabHelper::DidNavigateMainFrame(
250 bool TabHelper::OnMessageReceived(const IPC::Message& message) {
252 IPC_BEGIN_MESSAGE_MAP(TabHelper, message)
269 bool TabHelper::OnMessageReceived(const IPC::Message& message,
272 IPC_BEGIN_MESSAGE_MAP(TabHelper, message)
280 void TabHelper::DidCloneToNewWebContents(WebContents* old_web_contents,
283 // a TabHelper and copy state over.
285 TabHelper* new_helper = FromWebContents(new_web_contents);
291 void TabHelper::OnDidGetWebApplicationInfo(const WebApplicationInfo& info) {
321 &TabHelper::FinishCreateBookmarkApp, base::Unretained(this)));
340 void TabHelper::OnInlineWebstoreInstall(int install_id,
360 base::Bind(&TabHelper::OnInlineInstallComplete,
373 void TabHelper::OnGetAppInstallState(const GURL& requestor_url,
393 void TabHelper::OnRequest(const ExtensionHostMsg_Request_Params& request) {
398 void TabHelper::OnContentScriptsExecuting(
407 void TabHelper::OnWatchedPageChange(
416 void TabHelper::OnDetailedConsoleMessageAdded(
438 const Extension* TabHelper::GetExtension(const std::string& extension_app_id) {
447 void TabHelper::UpdateExtensionAppIcon(const Extension* extension) {
464 base::Bind(&TabHelper::OnImageLoaded,
469 void TabHelper::SetAppIcon(const SkBitmap& app_icon) {
474 void TabHelper::SetWebstoreInlineInstallerFactoryForTests(
479 void TabHelper::OnImageLoaded(const gfx::Image& image) {
486 WindowController* TabHelper::GetExtensionWindowController() const {
490 void TabHelper::OnInlineInstallComplete(int install_id,
503 WebContents* TabHelper::GetAssociatedWebContents() const {
507 void TabHelper::GetApplicationInfo(WebAppAction action) {
519 void TabHelper::Observe(int type,
538 void TabHelper::SetTabId(RenderViewHost* render_view_host) {