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

  /external/chromium_org/net/spdy/
spdy_pinnable_buffer_piece_test.cc 34 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());
spdy_pinnable_buffer_piece.h 42 bool IsPinned() const {
spdy_prefixed_buffer_reader_test.cc 46 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/
synced_tab_delegate.h 54 virtual bool IsPinned() const = 0;
synced_tab_delegate_android.cc 81 bool SyncedTabDelegateAndroid::IsPinned() const {
83 ->IsPinned();
synced_tab_delegate_android.h 39 virtual bool IsPinned() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.h 27 bool IsPinned() const;
metro_pin_tab_helper_win.cc 342 bool MetroPinTabHelper::IsPinned() const {
362 if (IsPinned()) {
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 38 virtual bool IsPinned() const OVERRIDE;
tab_contents_synced_tab_delegate.cc 101 bool TabContentsSyncedTabDelegate::IsPinned() const {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 543 if (IsPinned(id)) {
592 bool ChromeLauncherController::IsPinned(ash::ShelfID id) {
604 if (IsPinned(id))
653 if (!IsPinned(id) && !IsWindowedAppInLauncher(app_id)) {
665 CHECK(IsPinned(id) || IsWindowedAppInLauncher(app_id));
669 if (!controller->locked() && !IsPinned(id))
    [all...]
launcher_context_menu.cc 98 l10n_util::GetStringUTF16(controller_->IsPinned(item_.id) ?
chrome_launcher_controller.h 172 bool IsPinned(ash::ShelfID id);
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 341 if (tab_helper && tab_helper->IsPinned())
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc     [all...]
sessions_sync_manager_unittest.cc 426 virtual bool IsPinned() const OVERRIDE {
    [all...]

Completed in 781 milliseconds