Searched refs:IsPinned (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_pinnable_buffer_piece_test.cc34 EXPECT_FALSE(piece.IsPinned());
41 EXPECT_TRUE(piece.IsPinned());
59 EXPECT_TRUE(piece1.IsPinned());
61 EXPECT_FALSE(piece2.IsPinned());
66 EXPECT_FALSE(piece1.IsPinned());
68 EXPECT_TRUE(piece2.IsPinned());
74 EXPECT_FALSE(piece2.IsPinned());
H A Dspdy_pinnable_buffer_piece.h42 bool IsPinned() const { function in struct:net::SpdyPinnableBufferPiece
H A Dspdy_prefixed_buffer_reader_test.cc46 EXPECT_FALSE(piece.IsPinned());
69 EXPECT_FALSE(piece.IsPinned());
92 EXPECT_TRUE(piece.IsPinned());
114 EXPECT_TRUE(piece.IsPinned());
119 EXPECT_FALSE(piece.IsPinned());
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate.h54 virtual bool IsPinned() const = 0;
H A Dsynced_tab_delegate_android.cc81 bool SyncedTabDelegateAndroid::IsPinned() const { function in class:browser_sync::SyncedTabDelegateAndroid
83 ->IsPinned();
H A Dsynced_tab_delegate_android.h39 virtual bool IsPinned() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.h27 bool IsPinned() const;
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/sync/
H A Dtab_contents_synced_tab_delegate.h38 virtual bool IsPinned() const OVERRIDE;
H A Dtab_contents_synced_tab_delegate.cc94 bool TabContentsSyncedTabDelegate::IsPinned() const { function in class:TabContentsSyncedTabDelegate
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc507 if (IsPinned(id)) {
556 bool ChromeLauncherController::IsPinned(ash::ShelfID id) { function in class:ChromeLauncherController
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)
888 if (HasItemController(id) && IsPinned(id)) {
1102 if ((HasItemController(item.id) && IsPinned(item.id)) ||
1471 if (shelf_id && IsPinned(shelf_i
[all...]
H A Dlauncher_context_menu.cc99 l10n_util::GetStringUTF16(controller_->IsPinned(item_.id) ?
H A Dchrome_launcher_controller.h173 bool IsPinned(ash::ShelfID id);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.cc336 if (tab_helper && tab_helper->IsPinned())
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc910 session_tab->pinned = tab_delegate.IsPinned();
H A Dsessions_sync_manager_unittest.cc422 virtual bool IsPinned() const OVERRIDE {

Completed in 261 milliseconds