OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTitleBarCondensed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.cc
191
return (!restored && (
IsTitleBarCondensed
() ||
199
((
IsTitleBarCondensed
() || delegate_->IsFullscreen()) ?
213
(!delegate_->ShouldLeaveOffsetNearTopBorder() ||
IsTitleBarCondensed
())) {
222
IsTitleBarCondensed
() ||
229
((!restored &&
IsTitleBarCondensed
()) ? 0 :
237
return ((!restored &&
IsTitleBarCondensed
()) ?
256
bool OpaqueBrowserFrameViewLayout::
IsTitleBarCondensed
() const {
274
? (
IsTitleBarCondensed
() ? kNewTabCaptionCondensedSpacing
331
int unavailable_px_at_top =
IsTitleBarCondensed
() ?
391
int button_y = CaptionButtonY(!
IsTitleBarCondensed
());
[
all
...]
opaque_browser_frame_view_layout.h
100
bool
IsTitleBarCondensed
() const;
opaque_browser_frame_view.cc
227
if (layout_->
IsTitleBarCondensed
())
266
if (layout_->
IsTitleBarCondensed
() || frame()->IsFullscreen())
463
if (layout_->
IsTitleBarCondensed
())
478
if (!layout_->
IsTitleBarCondensed
())
[
all
...]
Completed in 335 milliseconds