HomeSort by relevance Sort by last modified time
    Searched refs:ShouldBringUpTitlebars (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.h 79 bool ShouldBringUpTitlebars(int mouse_x, int mouse_y) const;
panel_manager.h 115 bool ShouldBringUpTitlebars(int mouse_x, int mouse_y) const;
docked_panel_collection.cc 462 bool DockedPanelCollection::ShouldBringUpTitlebars(int mouse_x,
624 bool bring_up_titlebars = ShouldBringUpTitlebars(mouse_position.x(),
panel_manager.cc 508 bool PanelManager::ShouldBringUpTitlebars(int mouse_x, int mouse_y) const {
509 return docked_collection_->ShouldBringUpTitlebars(mouse_x, mouse_y);

Completed in 423 milliseconds