OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:haslocationbar_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm
176
hasLocationBar_
= YES;
217
hasLocationBar_
= YES;
447
hasLocationBar_
= toolbar ? YES : locBar;
450
[[self view] setHidden:!
hasLocationBar_
];
toolbar_controller.h
85
BOOL
hasLocationBar_
; // If |hasToolbar_| is YES, this must also be YES.
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm
163
hasLocationBar_
= YES;
202
hasLocationBar_
= YES;
462
hasLocationBar_
= toolbar ? YES : locBar;
465
[[self view] setHidden:!
hasLocationBar_
];
toolbar_controller.h
79
BOOL
hasLocationBar_
; // If |hasToolbar_| is YES, this must also be YES.
Completed in 265 milliseconds