Home | History | Annotate | Download | only in panels

Lines Matching refs:PanelManager

48 // The test code could call PanelManager::SetDisplaySettingsProviderForTesting
90 bool PanelManager::shorten_time_intervals_ = false;
93 PanelManager* PanelManager::GetInstance() {
94 static base::LazyInstance<PanelManager> instance = LAZY_INSTANCE_INITIALIZER;
99 void PanelManager::SetDisplaySettingsProviderForTesting(
105 bool PanelManager::ShouldUsePanels(const std::string& extension_id) {
139 bool PanelManager::IsPanelStackingEnabled() {
149 bool PanelManager::CanUseSystemMinimize() {
163 PanelManager::PanelManager()
180 PanelManager::~PanelManager() {
189 gfx::Point PanelManager::GetDefaultDetachedPanelOrigin() {
193 void PanelManager::OnDisplayChanged() {
201 void PanelManager::OnFullScreenModeChanged(bool is_full_screen) {
209 int PanelManager::GetMaxPanelWidth(const gfx::Rect& work_area) const {
213 int PanelManager::GetMaxPanelHeight(const gfx::Rect& work_area) const {
217 Panel* PanelManager::CreatePanel(const std::string& app_name,
284 PanelCollection* PanelManager::GetCollectionForNewPanel(
396 void PanelManager::OnPanelClosed(Panel* panel) {
432 StackedPanelCollection* PanelManager::CreateStack() {
438 void PanelManager
445 void PanelManager::StartDragging(Panel* panel,
450 void PanelManager::Drag(const gfx::Point& mouse_location) {
454 void PanelManager::EndDragging(bool cancelled) {
458 void PanelManager::StartResizingByMouse(Panel* panel,
467 void PanelManager::ResizeByMouse(const gfx::Point& mouse_location) {
472 void PanelManager::EndResizingByMouse(bool cancelled) {
480 void PanelManager::OnPanelExpansionStateChanged(Panel* panel) {
484 void PanelManager::MovePanelToCollection(
500 bool PanelManager::ShouldBringUpTitlebars(int mouse_x, int mouse_y) const {
504 void PanelManager::BringUpOrDownTitlebars(bool bring_up) {
508 void PanelManager::CloseAll() {
515 int PanelManager::num_panels() const {
524 std::vector<Panel*> PanelManager::panels() const {
545 std::vector<Panel*> PanelManager::GetDetachedAndStackedPanels() const {
562 void PanelManager::SetMouseWatcher(PanelMouseWatcher* watcher) {
566 void PanelManager::OnPanelAnimationEnded(Panel* panel) {