Searched refs:can_resize (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ash/shell/
H A Dtoplevel_window.h18 bool can_resize; member in struct:ash::shell::ToplevelWindow::CreateParams
H A Dtoplevel_window.cc33 : can_resize(false),
104 return params_.can_resize;
H A Dshell_delegate_impl.cc42 create_params.can_resize = true;
H A Dapp_list.cc112 params.can_resize = true;
H A Dwindow_type_launcher.cc310 params.can_resize = true;
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
H A Dcbb.c34 base->can_resize = 1;
58 cbb->base->can_resize = 0;
64 if (cbb->base->buf && cbb->base->can_resize) {
90 if (!base->can_resize) {
141 if (cbb->base->can_resize && (out_data == NULL || out_len == NULL)) {
/external/chromium_org/ash/wm/
H A Dwindow_positioner_unittest.cc30 params.can_resize = true;
48 params.can_resize = true;
71 params.can_resize = true;
/external/chromium_org/ui/views/window/
H A Dnon_client_view.h63 bool can_resize);
H A Dnon_client_view.cc268 bool can_resize) {
309 return can_resize ? component : HTBORDER;
263 GetHTComponentForFrame(const gfx::Point& point, int top_resize_border_height, int resize_border_thickness, int top_resize_corner_height, int resize_corner_width, bool can_resize) argument
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbytestring.h181 char can_resize; /* One iff |buf| is owned by this object. If not then |buf| member in struct:cbb_buffer_st
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager_unittest.cc120 bool can_resize) {
131 if (!can_resize)
116 CreateWindowInWatchedContainer(ui::wm::WindowType type, const gfx::Rect& bounds, const gfx::Size& max_size, bool can_maximize, bool can_resize) argument

Completed in 1271 milliseconds