Home
last modified time | relevance | path

Searched refs:isPinned (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dtest_pcache.c110 int isPinned; /* True if the page is pinned */ member
151 p->a[i].isPinned = 0; in testpcacheCreate()
198 if( !p->a[i].isPinned ){ in testpcacheFetch()
201 p->a[i].isPinned = 1; in testpcacheFetch()
239 p->a[j].isPinned = 1; in testpcacheFetch()
263 if( p->a[j].key>0 && p->a[j].isPinned==0 ){ in testpcacheFetch()
265 p->a[j].isPinned = 1; in testpcacheFetch()
305 assert( p->a[i].isPinned ); in testpcacheUnpin()
306 p->a[i].isPinned = 0; in testpcacheUnpin()
344 assert( p->a[i].isPinned==0 ); in testpcacheRekey()
[all …]
/external/chromium_org/third_party/skia/src/lazy/
DSkPurgeableMemoryBlock.h46 bool isPinned() const { return fPinned; } in isPinned() function
/external/skia/src/lazy/
DSkPurgeableMemoryBlock.h46 bool isPinned() const { return fPinned; } in isPinned() function
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
Dmetadata_cache.js818 pinned: data.isPinned,
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1331 bool isPinned = dragBWC->browser_->tab_strip_model()->IsTabPinned(index);
1343 asPinnedTab:isPinned];
1411 bool isPinned = browser_->tab_strip_model()->IsTabPinned(index);
1425 (isPinned ? TabStripModel::ADD_PINNED
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1175 bool isPinned = dragBWC->browser_->tabstrip_model()->IsTabPinned(index);
1187 asPinnedTab:isPinned];
1257 bool isPinned = browser_->tabstrip_model()->IsTabPinned(index);
1273 newBrowser->tabstrip_model()->SetTabPinned(0, isPinned);
/external/chromium_org/chrome/common/extensions/api/
Dfile_browser_private.idl116 boolean? isPinned;