OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreventActivationByOS
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
native_panel.h
44
virtual void
PreventActivationByOS
(bool prevent_activation) = 0;
panel.cc
198
native_panel_->
PreventActivationByOS
(collection_->IsPanelMinimized(this));
/external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h
34
virtual void
PreventActivationByOS
(bool prevent_activation) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h
55
virtual void
PreventActivationByOS
(bool prevent_activation) OVERRIDE;
panel_gtk.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h
51
virtual void
PreventActivationByOS
(bool prevent_activation) OVERRIDE;
panel_view.cc
482
void PanelView::
PreventActivationByOS
(bool prevent_activation) {
[
all
...]
Completed in 823 milliseconds