Home
last modified time | relevance | path

Searched refs:IsPinned (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_tab_delegate_android.cc81 bool SyncedTabDelegateAndroid::IsPinned() const { in IsPinned() function in browser_sync::SyncedTabDelegateAndroid
83 ->IsPinned(); in IsPinned()
Dsynced_tab_delegate.h54 virtual bool IsPinned() const = 0;
Dsynced_tab_delegate_android.h39 virtual bool IsPinned() const OVERRIDE;
Dsession_model_associator_unittest.cc191 MOCK_CONST_METHOD0(IsPinned, bool());
Dsession_model_associator.cc498 session_tab->pinned = tab_delegate.IsPinned(); in SetSessionTabFromDelegate()
/external/chromium_org/chrome/browser/ui/
Dmetro_pin_tab_helper_win.h27 bool IsPinned() const;
Dmetro_pin_tab_helper_win.cc343 bool MetroPinTabHelper::IsPinned() const { in IsPinned() function in MetroPinTabHelper
363 if (IsPinned()) { in TogglePinnedToStartScreen()
/external/chromium_org/chrome/browser/ui/sync/
Dtab_contents_synced_tab_delegate.h38 virtual bool IsPinned() const OVERRIDE;
Dtab_contents_synced_tab_delegate.cc94 bool TabContentsSyncedTabDelegate::IsPinned() const { in IsPinned() function in TabContentsSyncedTabDelegate
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller.cc513 if (IsPinned(id)) { in CloseLauncherItem()
562 bool ChromeLauncherController::IsPinned(ash::LauncherID id) { in IsPinned() function in ChromeLauncherController
574 if (IsPinned(id)) in TogglePinned()
595 if (!IsPinned(id) && !IsWindowedAppInLauncher(app_id)) { in LockV1AppWithID()
608 CHECK(IsPinned(id) || IsWindowedAppInLauncher(app_id)); in UnlockV1AppWithID()
612 if (!controller->locked() && !IsPinned(id)) in UnlockV1AppWithID()
793 if (IsPinned(i->first) && i->second->app_id() == app_id) in IsAppPinned()
869 if (HasItemController(id) && IsPinned(id)) { in PersistPinnedState()
1124 if ((HasItemController(item.id) && IsPinned(item.id)) || in ShelfItemMoved()
1448 if (launcher_id && IsPinned(launcher_id)) in DoUnpinAppWithID()
Dlauncher_context_menu.cc81 l10n_util::GetStringUTF16(controller_->IsPinned(item_.id) ? in Init()
Dchrome_launcher_controller.h174 bool IsPinned(ash::LauncherID id);
/external/chromium_org/chrome/browser/ui/toolbar/
Dwrench_menu_model.cc306 if (tab_helper && tab_helper->IsPinned()) in GetLabelForCommandId()
/external/chromium_org/chrome/browser/sync/sessions2/
Dsessions_sync_manager.cc843 session_tab->pinned = tab_delegate.IsPinned(); in SetSessionTabFromDelegate()
Dsessions_sync_manager_unittest.cc308 virtual bool IsPinned() const OVERRIDE { in IsPinned() function in browser_sync::__anonc64941190211::SyncedTabDelegateFake