Searched refs:openAll (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_menu_cocoa_controller.h51 - (void)openAll:(NSInteger)tag
H A Dbookmark_button.h147 - (void)openAll:(const BookmarkNode*)node
/external/chromium_org/third_party/sqlite/src/src/
H A Dupdate.c110 int openAll = 0; /* True if all indices need to be opened */ local
345 openAll = 1;
347 openAll = 0;
350 openAll = 1;
356 if( openAll || aRegIdx[i]>0 ){
529 if( openAll || aRegIdx[i]>0 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c95809 int openAll = 0; /* True if all indices need to be opened */ local
[all...]

Completed in 313 milliseconds