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

  /external/chromium_org/content/shell/browser/
shell_android.cc 35 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {
shell.cc 216 PlatformEnableUIControl(BACK_BUTTON, current_index > 0);
217 PlatformEnableUIControl(FORWARD_BUTTON, current_index < max_index);
218 PlatformEnableUIControl(STOP_BUTTON, web_contents_->IsLoading());
shell.h 188 void PlatformEnableUIControl(UIControl control, bool is_enabled);
shell_aura.cc 170 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {
shell_win.cc 59 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {
shell_gtk.cc 68 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {
shell_views.cc 334 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {

Completed in 25 milliseconds