/external/chromium_org/chrome/browser/extensions/ |
D | script_badge_controller.cc | 76 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()
|
D | extension_tab_util_android.cc | 32 return SessionID::IdForTab(web_contents); in GetTabId()
|
D | page_action_controller_unittest.cc | 60 return SessionID::IdForTab(web_contents()); in tab_id()
|
D | page_action_controller.cc | 106 SessionID::IdForTab(web_contents())); in DidNavigateMainFrame()
|
D | tab_helper.cc | 107 SessionID::IdForTab(web_contents), in TabHelper() 255 browser_action->ClearAllValuesForTab(SessionID::IdForTab(web_contents())); in DidNavigateMainFrame() 608 SessionID::IdForTab(web_contents()))); in SetTabId()
|
D | active_tab_unittest.cc | 79 return SessionID::IdForTab(web_contents()); in tab_id() 131 SessionID::IdForTab(web_contents), in IsGrantedForTab()
|
D | extension_tab_util.cc | 75 return SessionID::IdForTab(web_contents); in GetTabId() 251 if (SessionID::IdForTab(target_contents) == tab_id) { in GetTabById()
|
D | extension_context_menu_model.cc | 85 extension_action_->HasPopup(SessionID::IdForTab(web_contents)); in IsCommandIdEnabled()
|
D | extension_keybinding_apitest.cc | 42 SessionID::IdForTab(web_contents), in IsGrantedForTab()
|
/external/chromium_org/chrome/browser/sessions/ |
D | session_id.h | 27 static id_type IdForTab(const content::WebContents* tab);
|
D | session_id.cc | 15 SessionID::id_type SessionID::IdForTab(const content::WebContents* tab) { in IdForTab() function in SessionID
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
D | script_badge_apitest.cc | 57 const int tab_id = SessionID::IdForTab( in IN_PROC_BROWSER_TEST_F()
|
D | browser_action_interactive_test.cc | 195 SessionID::IdForTab(browser()->tab_strip_model()->GetActiveWebContents()), in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
D | uma_policy.cc | 246 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/ |
D | tab_capture_api.cc | 89 const int tab_id = SessionID::IdForTab(target_contents); in RunImpl()
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | page_action_image_view.cc | 47 SessionID::IdForTab(owner->GetWebContents())), in PageActionImageView()
|
D | location_bar_view.cc | 1584 const int32 tab_id = SessionID::IdForTab(web_contents); in PaintPageActionBackgrounds()
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
D | ash_panel_contents.cc | 104 SessionID::IdForTab(web_contents)); in CreateTabValue()
|
D | tabs_api.cc | 1252 tab_id = SessionID::IdForTab(contents); in RunImpl() 1693 SessionID::IdForTab(contents), in GetWebContentsForID()
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | page_action_decoration.mm | 58 SessionID::IdForTab(owner->GetWebContents())),
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel.cc | 117 SessionID::IdForTab(web_contents)); in CreateTabValue()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | location_bar_view_gtk.cc | 1092 *action, SessionID::IdForTab(GetWebContents()), in HandleExpose() 1832 SessionID::IdForTab(owner->GetWebContents())), in PageActionViewGtk()
|