/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_unittest.cc | 66 tab.pinned = false; 78 EXPECT_TRUE(tab.pinned); 101 tab.pinned = true; 117 EXPECT_TRUE(sync_data.pinned());
|
session_types.h | 84 // True if the tab is pinned. 85 bool pinned; member in struct:SessionTab
|
persistent_tab_restore_service_unittest.cc | 124 // If |pinned| is true, the tab is marked as pinned in the session service. 125 void AddWindowWithOneTabToSessionService(bool pinned) { 135 if (pinned) 145 // way of AddWindowWithOneTabToSessionService. If |pinned| is true, the 146 // tab is marked as pinned in the session service. 147 void CreateSessionServiceWithOneWindow(bool pinned) { 152 AddWindowWithOneTabToSessionService(pinned); 214 EXPECT_FALSE(tab->pinned); 238 EXPECT_FALSE(tab->pinned); [all...] |
tab_restore_service.h | 97 // True if the tab was pinned. 98 bool pinned; member in struct:TabRestoreService::Tab
|
/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'])
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactEntry.java | 36 public int pinned = PinnedPositions.UNPINNED; field in class:ContactEntry
|
/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
|
tab_restore_service.cc | 63 // pinned and kCommandSetExtensionAppID if the tab has an app id. This is 115 // Only written if the tab is pinned. 173 pinned(false) { 358 tab.pinned, tab.from_last_session, 513 tab->pinned = delegate->IsTabPinned(tab->tabstrip_index); 615 if (tab.pinned) { 855 // tab is pinned. 856 current_tab->pinned = true; [all...] |
/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...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoritesTileAdapter.java | 135 .compare(lhs.pinned, rhs.pinned) 208 mPinnedIndex = ContactTileLoaderFactory.PINNED; 290 final int pinned = cursor.getInt(mPinnedIndex); local 314 contact.pinned = pinned; 633 // 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 | 73 @property(assign, nonatomic) BOOL pinned; variable
|
tab_strip_controller.h | 177 // correct location when the tab is added to the model. If the tab was pinned in 178 // its previous window, setting |pinned| to YES will propagate that state to the 179 // new window. Mini-tabs are either app or pinned tabs; the app state is stored 180 // by the |contents|, but the |pinned| state is the caller's responsibility. 183 asPinnedTab:(BOOL)pinned;
|
/external/linux-tools-perf/util/include/linux/added/ |
hw_breakpoint.h | 45 * As it's for in-kernel or ptrace use, we want it to be pinned 48 attr->pinned = 1;
|
/external/chromium_org/chrome/browser/extensions/api/sessions/ |
sessions_api.cc | 75 bool pinned, 94 tab_struct->pinned = pinned; 148 tab.pinned, 235 tab.pinned,
|