HomeSort by relevance Sort by last modified time
    Searched refs:pinned (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/sessions/
session_types.cc 19 pinned(false) {
31 pinned = sync_data.pinned();
49 sync_data.set_pinned(pinned);
tab_restore_service.cc 37 pinned(false) {
session_types.h 84 // True if the tab is pinned.
85 bool pinned; member in struct:SessionTab
session_types_unittest.cc 116 tab.pinned = false;
128 EXPECT_TRUE(tab.pinned);
151 tab.pinned = true;
167 EXPECT_TRUE(sync_data.pinned());
persistent_tab_restore_service_browsertest.cc 127 // If |pinned| is true, the tab is marked as pinned in the session service.
128 void AddWindowWithOneTabToSessionService(bool pinned) {
138 if (pinned)
148 // way of AddWindowWithOneTabToSessionService. If |pinned| is true, the
149 // tab is marked as pinned in the session service.
150 void CreateSessionServiceWithOneWindow(bool pinned) {
155 AddWindowWithOneTabToSessionService(pinned);
217 EXPECT_FALSE(tab->pinned);
241 EXPECT_FALSE(tab->pinned);
    [all...]
tab_restore_service.h 97 // True if the tab was pinned.
98 bool pinned; member in struct:TabRestoreService::Tab
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntry.java 35 public int pinned = PinnedPositions.UNPINNED; field in class:ContactEntry
  /external/chromium_org/android_webview/buildbot/
generate_local_manifest.py 47 for pinned in pinned_projects:
48 if pinned['path'] == project_path and pinned['name'] == project_name:
50 pin_project(project, pinned['revision'])
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
drag_data.cc 27 bool pinned,
33 pinned_(pinned),
drag_data.h 26 bool pinned,
48 // Is the tab pinned?
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 83 // If |pinned| is true, the tab is marked as pinned in the session service.
84 void AddWindowWithOneTabToSessionService(bool pinned) {
92 if (pinned)
101 // way of AddWindowWithOneTabToSessionService. If |pinned| is true, the
102 // tab is marked as pinned in the session service.
103 void CreateSessionServiceWithOneWindow(bool pinned) {
108 AddWindowWithOneTabToSessionService(pinned);
135 EXPECT_FALSE(tab->pinned);
157 EXPECT_FALSE(tab->pinned);
    [all...]
session_types.cc 92 pinned(false) {
session_types.h 131 // True if the tab is pinned.
132 bool pinned; member in struct:SessionTab
  /external/chromium_org/chrome/browser/extensions/api/session_restore/
session_restore_api.cc 61 tab_struct->pinned = tab.pinned;
65 tab_struct->pinned = tab.pinned;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h 68 @property(assign, nonatomic) BOOL pinned; variable
tab_strip_controller.h 188 // location when the tab is added to the model. If the tab was pinned in its
189 // previous window, setting |pinned| to YES will propagate that state to the
190 // new window. Mini-tabs are either app or pinned tabs; the app state is stored
191 // by the |contents|, but the |pinned| state is the caller's responsibility.
194 asPinnedTab:(BOOL)pinned;
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 120 // Force app tabs to be pinned.
136 data->pinned = pin;
307 // Then move the non-pinned tabs.
498 void TabStripModel::SetTabPinned(int index, bool pinned) {
500 if (contents_data_[index]->pinned == pinned)
504 if (!pinned) {
505 // App tabs should always be pinned.
509 // Changing the pinned state of an app tab doesn't effect it's mini-tab
511 contents_data_[index]->pinned = pinned
    [all...]
tab_strip_model.h 46 // . Pinned. Any tab can be pinned. Non-app tabs whose pinned state is changed
94 // The tab should be pinned.
337 // Changes the pinned state of the tab at |index|. See description above
339 void SetTabPinned(int index, bool pinned);
341 // Returns true if the tab at |index| is pinned.
342 // See description above class for details on pinned tabs.
363 // mini (pinned or app). If |mini_tab| is true, the returned index is between
561 pinned(false)
605 bool pinned; member in struct:TabStripModel::TabContentsData
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 156 // Force app tabs to be pinned.
173 data->pinned = pin;
372 // Then move the non-pinned tabs.
527 void TabStripModel::SetTabPinned(int index, bool pinned) {
529 if (contents_data_[index]->pinned == pinned)
533 if (!pinned) {
534 // App tabs should always be pinned.
538 // Changing the pinned state of an app tab doesn't affect its mini-tab
540 contents_data_[index]->pinned = pinned
    [all...]
tab_strip_model.h 46 // App tabs are always pinned (you can't unpin them).
47 // . Pinned. Any tab can be pinned. Non-app tabs whose pinned state is changed
86 // The tab should be pinned.
322 // Changes the pinned state of the tab at |index|. See description above
324 void SetTabPinned(int index, bool pinned);
326 // Returns true if the tab at |index| is pinned.
327 // See description above class for details on pinned tabs.
352 // mini (pinned or app). If |mini_tab| is true, the returned index is betwee
613 bool pinned; member in struct:TabStripModel::WebContentsData
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 134 .compare(lhs.pinned, rhs.pinned)
206 mPinnedIndex = ContactTileLoaderFactory.PINNED;
288 final int pinned = cursor.getInt(mPinnedIndex); local
311 contact.pinned = pinned;
621 // update the database here with the new pinned positions
    [all...]
  /bionic/libc/kernel/common/linux/
perf_event.h 131 pinned : 1, member in struct:perf_event_attr
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 113 .pinned .edit-bar > .pin {
117 .pinned .edit-bar > .pin:hover {
121 .pinned .edit-bar > .pin:active {
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_controller.h 71 @property(assign, nonatomic) BOOL pinned; variable
tab_strip_controller.h 182 // correct location when the tab is added to the model. If the tab was pinned in
183 // its previous window, setting |pinned| to YES will propagate that state to the
184 // new window. Mini-tabs are either app or pinned tabs; the app state is stored
185 // by the |contents|, but the |pinned| state is the caller's responsibility.
188 asPinnedTab:(BOOL)pinned;

Completed in 7474 milliseconds

1 2 3 4