Home
last modified time | relevance | path

Searched refs:IdForTab (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dscript_badge_controller.cc76 script_badge->SetAppearance(SessionID::IdForTab(web_contents()), in GetAttentionFor()
104 if (script_badge->SetAppearance(SessionID::IdForTab(web_contents()), in OnClicked()
110 profile(), *script_badge, SessionID::IdForTab(web_contents())); in OnClicked()
239 script_badge->SetAppearance(SessionID::IdForTab(web_contents()), in MarkExtensionExecuting()
Dextension_tab_util_android.cc32 return SessionID::IdForTab(web_contents); in GetTabId()
Dpage_action_controller_unittest.cc60 return SessionID::IdForTab(web_contents()); in tab_id()
Dpage_action_controller.cc106 SessionID::IdForTab(web_contents())); in DidNavigateMainFrame()
Dtab_helper.cc107 SessionID::IdForTab(web_contents), in TabHelper()
255 browser_action->ClearAllValuesForTab(SessionID::IdForTab(web_contents())); in DidNavigateMainFrame()
608 SessionID::IdForTab(web_contents()))); in SetTabId()
Dactive_tab_unittest.cc79 return SessionID::IdForTab(web_contents()); in tab_id()
131 SessionID::IdForTab(web_contents), in IsGrantedForTab()
Dextension_tab_util.cc75 return SessionID::IdForTab(web_contents); in GetTabId()
251 if (SessionID::IdForTab(target_contents) == tab_id) { in GetTabById()
Dextension_context_menu_model.cc85 extension_action_->HasPopup(SessionID::IdForTab(web_contents)); in IsCommandIdEnabled()
Dextension_keybinding_apitest.cc42 SessionID::IdForTab(web_contents), in IsGrantedForTab()
/external/chromium_org/chrome/browser/sessions/
Dsession_id.h27 static id_type IdForTab(const content::WebContents* tab);
Dsession_id.cc15 SessionID::id_type SessionID::IdForTab(const content::WebContents* tab) { in IdForTab() function in SessionID
/external/chromium_org/chrome/browser/extensions/api/extension_action/
Dscript_badge_apitest.cc57 const int tab_id = SessionID::IdForTab( in IN_PROC_BROWSER_TEST_F()
Dbrowser_action_interactive_test.cc195 SessionID::IdForTab(browser()->tab_strip_model()->GetActiveWebContents()), in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/activity_log/
Duma_policy.cc246 int32 tab_id = SessionID::IdForTab(contents); in TabChangedAt()
278 int32 tab_id = SessionID::IdForTab(contents); in TabClosingAt()
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
Dtab_capture_api.cc89 const int tab_id = SessionID::IdForTab(target_contents); in RunImpl()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dpage_action_image_view.cc47 SessionID::IdForTab(owner->GetWebContents())), in PageActionImageView()
Dlocation_bar_view.cc1584 const int32 tab_id = SessionID::IdForTab(web_contents); in PaintPageActionBackgrounds()
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dash_panel_contents.cc104 SessionID::IdForTab(web_contents)); in CreateTabValue()
Dtabs_api.cc1252 tab_id = SessionID::IdForTab(contents); in RunImpl()
1693 SessionID::IdForTab(contents), in GetWebContentsForID()
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dpage_action_decoration.mm58 SessionID::IdForTab(owner->GetWebContents())),
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc117 SessionID::IdForTab(web_contents)); in CreateTabValue()
/external/chromium_org/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc1092 *action, SessionID::IdForTab(GetWebContents()), in HandleExpose()
1832 SessionID::IdForTab(owner->GetWebContents())), in PageActionViewGtk()