Searched refs:PlatformEnableUIControl (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_aura.cc34 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) { function in class:content::Shell
H A Dshell_android.cc36 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) { function in class:content::Shell
H A Dshell.cc223 PlatformEnableUIControl(BACK_BUTTON, current_index > 0);
224 PlatformEnableUIControl(FORWARD_BUTTON, current_index < max_index);
225 PlatformEnableUIControl(STOP_BUTTON,
H A Dshell.h195 void PlatformEnableUIControl(UIControl control, bool is_enabled);
H A Dshell_views.cc459 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) { function in class:content::Shell

Completed in 33 milliseconds