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

  /external/chromium_org/net/spdy/
spdy_pinnable_buffer_piece.h 42 bool IsPinned() const {
  /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 342 bool MetroPinTabHelper::IsPinned() const {
362 if (IsPinned()) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 507 if (IsPinned(id)) {
556 bool ChromeLauncherController::IsPinned(ash::ShelfID id) {
568 if (IsPinned(id))
617 if (!IsPinned(id) && !IsWindowedAppInLauncher(app_id)) {
629 CHECK(IsPinned(id) || IsWindowedAppInLauncher(app_id));
633 if (!controller->locked() && !IsPinned(id))
812 if (IsPinned(i->first) && i->second->app_id() == app_id)
    [all...]

Completed in 2726 milliseconds