HomeSort by relevance Sort by last modified time
    Searched defs:IsPinned (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 81 bool SyncedTabDelegateAndroid::IsPinned() const {
83 ->IsPinned();
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 94 bool TabContentsSyncedTabDelegate::IsPinned() const {
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 343 bool MetroPinTabHelper::IsPinned() const {
363 if (IsPinned()) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 513 if (IsPinned(id)) {
562 bool ChromeLauncherController::IsPinned(ash::LauncherID id) {
574 if (IsPinned(id))
595 if (!IsPinned(id) && !IsWindowedAppInLauncher(app_id)) {
608 CHECK(IsPinned(id) || IsWindowedAppInLauncher(app_id));
612 if (!controller->locked() && !IsPinned(id))
793 if (IsPinned(i->first) && i->second->app_id() == app_id)
    [all...]

Completed in 272 milliseconds