OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bookmark_bar_height
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc
353
int
bookmark_bar_height
= active_bookmark_bar_->GetPreferredSize().height();
local
359
bookmark_bar_height
);
360
return y +
bookmark_bar_height
;
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc
498
int
bookmark_bar_height
= bookmark_bar_->GetPreferredSize().height();
local
503
bookmark_bar_height
);
507
return y +
bookmark_bar_height
;
Completed in 88 milliseconds