Searched refs:OnPanelAttentionStateChanged (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_collection.h97 virtual void OnPanelAttentionStateChanged(Panel* panel) = 0;
H A Ddetached_panel_collection.h40 virtual void OnPanelAttentionStateChanged(Panel* panel) OVERRIDE;
H A Ddocked_panel_collection.h54 virtual void OnPanelAttentionStateChanged(Panel* panel) OVERRIDE;
H A Dstacked_panel_collection.h43 virtual void OnPanelAttentionStateChanged(Panel* panel) OVERRIDE;
H A Ddetached_panel_collection.cc110 void DetachedPanelCollection::OnPanelAttentionStateChanged(Panel* panel) { function in class:DetachedPanelCollection
H A Ddocked_panel_collection.cc289 void DockedPanelCollection::OnPanelAttentionStateChanged(Panel* panel) { function in class:DockedPanelCollection
H A Dpanel.cc352 collection_->OnPanelAttentionStateChanged(this);
H A Dstacked_panel_collection.cc340 void StackedPanelCollection::OnPanelAttentionStateChanged(Panel* panel) { function in class:StackedPanelCollection

Completed in 94 milliseconds