/external/chromium_org/chrome/browser/sync/glue/ |
D | synced_tab_delegate_android.cc | 81 bool SyncedTabDelegateAndroid::IsPinned() const { in IsPinned() function in browser_sync::SyncedTabDelegateAndroid 83 ->IsPinned(); in IsPinned()
|
D | synced_tab_delegate.h | 54 virtual bool IsPinned() const = 0;
|
D | synced_tab_delegate_android.h | 39 virtual bool IsPinned() const OVERRIDE;
|
D | session_model_associator_unittest.cc | 191 MOCK_CONST_METHOD0(IsPinned, bool());
|
D | session_model_associator.cc | 498 session_tab->pinned = tab_delegate.IsPinned(); in SetSessionTabFromDelegate()
|
/external/chromium_org/chrome/browser/ui/ |
D | metro_pin_tab_helper_win.h | 27 bool IsPinned() const;
|
D | metro_pin_tab_helper_win.cc | 343 bool MetroPinTabHelper::IsPinned() const { in IsPinned() function in MetroPinTabHelper 363 if (IsPinned()) { in TogglePinnedToStartScreen()
|
/external/chromium_org/chrome/browser/ui/sync/ |
D | tab_contents_synced_tab_delegate.h | 38 virtual bool IsPinned() const OVERRIDE;
|
D | tab_contents_synced_tab_delegate.cc | 94 bool TabContentsSyncedTabDelegate::IsPinned() const { in IsPinned() function in TabContentsSyncedTabDelegate
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | chrome_launcher_controller.cc | 513 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()
|
D | launcher_context_menu.cc | 81 l10n_util::GetStringUTF16(controller_->IsPinned(item_.id) ? in Init()
|
D | chrome_launcher_controller.h | 174 bool IsPinned(ash::LauncherID id);
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
D | wrench_menu_model.cc | 306 if (tab_helper && tab_helper->IsPinned()) in GetLabelForCommandId()
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
D | sessions_sync_manager.cc | 843 session_tab->pinned = tab_delegate.IsPinned(); in SetSessionTabFromDelegate()
|
D | sessions_sync_manager_unittest.cc | 308 virtual bool IsPinned() const OVERRIDE { in IsPinned() function in browser_sync::__anonc64941190211::SyncedTabDelegateFake
|