HomeSort by relevance Sort by last modified time
    Searched refs:TabPinnedStateChanged (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.cc 46 void TabStripModelObserver::TabPinnedStateChanged(TabContentsWrapper* contents,
tab_strip_model_observer.h 107 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index);
111 // sent in addition to TabPinnedStateChanged. UI code typically need not care
112 // about TabPinnedStateChanged, but instead this.
default_tab_handler.h 78 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index);
default_tab_handler.cc 181 void DefaultTabHandler::TabPinnedStateChanged(TabContentsWrapper* contents,
183 delegate_->AsBrowser()->TabPinnedStateChanged(contents, index);
tab_strip_model.cc 533 TabPinnedStateChanged(contents_data_[index]->contents,
    [all...]
tab_strip_model_unittest.cc 377 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index) {
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_observer.cc 53 void TabStripModelObserver::TabPinnedStateChanged(WebContents* contents,
tab_strip_model_observer.h 130 virtual void TabPinnedStateChanged(content::WebContents* contents, int index);
134 // sent in addition to TabPinnedStateChanged. UI code typically need not care
135 // about TabPinnedStateChanged, but instead this.
tab_strip_model.cc 561 TabPinnedStateChanged(contents_data_[index]->contents,
    [all...]
tab_strip_model_unittest.cc 327 virtual void TabPinnedStateChanged(WebContents* contents,
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 79 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index);
extension_browser_event_router.cc 483 void ExtensionBrowserEventRouter::TabPinnedStateChanged(
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 85 virtual void TabPinnedStateChanged(TabContentsWrapper* contents,
browser_tab_strip_controller.cc 357 void BrowserTabStripController::TabPinnedStateChanged(
  /external/chromium_org/chrome/browser/extensions/
browser_event_router.h 68 virtual void TabPinnedStateChanged(content::WebContents* contents,
browser_event_router.cc 540 void BrowserEventRouter::TabPinnedStateChanged(WebContents* contents,
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 96 virtual void TabPinnedStateChanged(content::WebContents* contents,
browser_tab_strip_controller.cc 440 void BrowserTabStripController::TabPinnedStateChanged(WebContents* contents,
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 212 virtual void TabPinnedStateChanged(content::WebContents* contents,
  /external/chromium/chrome/browser/ui/
browser.h 725 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index);
    [all...]
browser.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser.h 429 virtual void TabPinnedStateChanged(content::WebContents* contents,
    [all...]
browser.cc     [all...]

Completed in 531 milliseconds