Searched refs:isPinned (Results 1 – 7 of 7) sorted by relevance
110 int isPinned; /* True if the page is pinned */ member151 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 …]
46 bool isPinned() const { return fPinned; } in isPinned() function
818 pinned: data.isPinned,
1331 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
1175 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);
116 boolean? isPinned;