OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShouldBringUpTitlebars
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel_manager.cc
503
bool PanelManager::
ShouldBringUpTitlebars
(int mouse_x, int mouse_y) const {
504
return docked_collection_->
ShouldBringUpTitlebars
(mouse_x, mouse_y);
docked_panel_collection.cc
462
bool DockedPanelCollection::
ShouldBringUpTitlebars
(int mouse_x,
624
bool bring_up_titlebars =
ShouldBringUpTitlebars
(mouse_position.x(),
Completed in 169 milliseconds