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

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.cc 78 if (params.remove_standard_frame) {
94 if (params.remove_standard_frame)
widget.h 219 bool remove_standard_frame; member in struct:views::Widget::InitParams
    [all...]
widget.cc 114 remove_standard_frame(false),
138 remove_standard_frame(false),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_proxy.cc 25 params.remove_standard_frame = true;
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 171 params.remove_standard_frame = true;
  /external/chromium_org/chrome/browser/chromeos/ui/
kiosk_external_update_notification.cc 136 params.remove_standard_frame = true;
idle_app_name_notification_view.cc 71 params.remove_standard_frame = true;
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 198 void set_remove_standard_frame(bool remove_standard_frame) {
199 remove_standard_frame_ = remove_standard_frame;
  /external/chromium_org/chrome/browser/ui/views/apps/
shaped_app_window_targeter_unittest.cc 35 params.remove_standard_frame = true;
chrome_native_app_window_views.cc 214 init_params.remove_standard_frame = IsFrameless() || has_frame_color_;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 139 params.remove_standard_frame = UseCustomFrame();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_interactive_uitest.cc 87 params.remove_standard_frame = true;
desktop_window_tree_host_x11_unittest.cc 150 params.remove_standard_frame = true;
x11_topmost_window_finder_interactive_uitest.cc 131 params.remove_standard_frame = true;
desktop_screen_x11_unittest.cc 107 toplevel_params.remove_standard_frame = true;
desktop_window_tree_host_x11.cc 275 !params.remove_standard_frame);
695 // The default is determined by Widget::InitParams::remove_standard_frame
    [all...]
desktop_native_widget_aura.cc 404 !params.remove_standard_frame) {
    [all...]
desktop_window_tree_host_win.cc 137 message_handler_->set_remove_standard_frame(params.remove_standard_frame);
    [all...]
  /external/chromium_org/ui/views/window/
custom_frame_view_unittest.cc 127 params.remove_standard_frame = true;
dialog_delegate.cc 62 params.remove_standard_frame = true;
  /external/chromium_org/ash/sticky_keys/
sticky_keys_overlay.cc 215 params.remove_standard_frame = true;
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 177 params.remove_standard_frame = true;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 64 params.remove_standard_frame = true;
panel_view.cc 285 params.remove_standard_frame = true;
    [all...]

Completed in 194 milliseconds