Searched defs:ShouldBringUpTitlebars (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_manager.cc503 bool PanelManager::ShouldBringUpTitlebars(int mouse_x, int mouse_y) const { function in class:PanelManager
504 return docked_collection_->ShouldBringUpTitlebars(mouse_x, mouse_y);
H A Ddocked_panel_collection.cc462 bool DockedPanelCollection::ShouldBringUpTitlebars(int mouse_x, function in class:DockedPanelCollection
624 bool bring_up_titlebars = ShouldBringUpTitlebars(mouse_position.x(),

Completed in 303 milliseconds