HomeSort by relevance Sort by last modified time
    Searched defs:pinned (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/sessions/
session_types.h 131 // True if the tab is pinned.
132 bool pinned; member in struct:SessionTab
tab_restore_service.h 93 // True if the tab was pinned.
94 bool pinned; member in struct:TabRestoreService::Tab
197 // browser_id and pinned state from the browser.
  /external/chromium/chrome/browser/tabs/
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/chrome/browser/ui/cocoa/tabs/
tab_controller.h 68 @property(assign, nonatomic) BOOL pinned; variable
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 120 // Is the tab pinned?
121 bool pinned; member in struct:DraggedTabController::TabDragData
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 713 // Default to not pinning the tab. Setting the 'pinned' property to true
715 bool pinned = false; local
717 EXTENSION_FUNCTION_VALIDATE(args->GetBoolean(keys::kPinnedKey, &pinned));
746 if (pinned)
891 bool pinned = false; local
894 &pinned));
895 tab_strip->SetTabPinned(tab_index, pinned);
897 // Update the tab index because it may move when being pinned.
    [all...]
  /bionic/libc/kernel/common/linux/
perf_event.h 128 pinned : 1, member in struct:perf_event_attr
  /external/chromium/chrome/browser/ui/
browser.cc 681 // set the app to open as a regular or pinned tab, what should happen?
2565 bool pinned = false; local
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 193 pinned : 1, /* must always be on PMU */ member in struct:perf_event_attr
  /external/valgrind/main/include/vki/
vki-linux.h 2647 pinned : 1, \/* must always be on PMU *\/ member in struct:vki_perf_counter_attr
    [all...]

Completed in 2451 milliseconds