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

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.cc 81 if (params.remove_standard_frame) {
92 } else if (can_resize || params.remove_standard_frame) {
widget.h 183 bool remove_standard_frame; member in struct:views::Widget::InitParams
    [all...]
widget.cc 116 remove_standard_frame(false),
142 remove_standard_frame(false),
    [all...]
native_widget_win.cc 867 message_handler_->set_remove_standard_frame(params.remove_standard_frame);
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 175 params.remove_standard_frame = true;
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 49 params.remove_standard_frame = true;
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 142 void set_remove_standard_frame(bool remove_standard_frame) {
143 remove_standard_frame_ = remove_standard_frame;
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 160 params.remove_standard_frame = true;
constrained_window_views.cc 657 params.remove_standard_frame = true;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 451 params.remove_standard_frame = true;
panel_view.cc 264 params.remove_standard_frame = true;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc 161 init_params.remove_standard_frame = ShouldUseChromeStyleFrame();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 116 message_handler_->set_remove_standard_frame(params.remove_standard_frame);

Completed in 1297 milliseconds