Searched defs:IsPinned (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_pinnable_buffer_piece.h42 bool IsPinned() const { function in struct:net::SpdyPinnableBufferPiece
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc101 bool TabContentsSyncedTabDelegate::IsPinned() const { function in class:TabContentsSyncedTabDelegate
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.cc81 bool SyncedTabDelegateAndroid::IsPinned() const { function in class:browser_sync::SyncedTabDelegateAndroid
83 ->IsPinned();
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.cc342 bool MetroPinTabHelper::IsPinned() const { function in class:MetroPinTabHelper
362 if (IsPinned()) {
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc543 if (IsPinned(id)) {
592 bool ChromeLauncherController::IsPinned(ash::ShelfID id) { function in class:ChromeLauncherController
604 if (IsPinned(id))
653 if (!IsPinned(id) && !IsWindowedAppInLauncher(app_id)) {
665 CHECK(IsPinned(id) || IsWindowedAppInLauncher(app_id));
669 if (!controller->locked() && !IsPinned(id))
848 if (IsPinned(i->first) && i->second->app_id() == app_id)
925 if (HasItemController(id) && IsPinned(id)) {
1121 if ((HasItemController(item.id) && IsPinned(item.id)) ||
1504 if (shelf_id && IsPinned(shelf_i
[all...]

Completed in 1342 milliseconds