HomeSort by relevance Sort by last modified time
    Searched refs:CanResize (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 184 bool ViewEventTestBase::CanResize() const {
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.h 64 virtual bool CanResize() const OVERRIDE;
web_dialog_view.cc 124 bool WebDialogView::CanResize() const {
  /external/chromium_org/apps/ui/views/
app_window_frame_view.cc 181 ? widget_->widget_delegate()->CanResize()
254 ? widget_->widget_delegate()->CanResize()
native_app_window_views.h 101 virtual bool CanResize() const OVERRIDE;
native_app_window_views.cc 192 bool NativeAppWindowViews::CanResize() const {
  /external/chromium_org/ash/wm/
window_state.cc 160 bool WindowState::CanResize() const {
169 if (!CanResize() || window_->type() == ui::wm::WINDOW_TYPE_PANEL ||
resize_shadow_and_cursor_unittest.cc 33 virtual bool CanResize() const OVERRIDE {
system_gesture_event_filter_unittest.cc 53 virtual bool CanResize() const OVERRIDE { return true; }
99 virtual bool CanResize() const OVERRIDE { return true; }
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h 86 virtual bool CanResize() const OVERRIDE;
bookmark_editor_view.cc 119 bool BookmarkEditorView::CanResize() const {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 129 virtual bool CanResize() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
ssl_client_certificate_selector.cc 162 bool SSLClientCertificateSelector::CanResize() const {
task_manager_view.cc 174 virtual bool CanResize() const OVERRIDE;
519 bool TaskManagerView::CanResize() const {
  /external/chromium_org/ui/views/examples/
examples_window.cc 175 virtual bool CanResize() const OVERRIDE { return true; }
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 139 virtual bool CanResize() const OVERRIDE;
desktop_window_tree_host_win.cc 583 bool DesktopWindowTreeHostWin::CanResize() const {
584 return GetWidget()->widget_delegate()->CanResize();
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 54 if ((!window_state->CanResize() && window_component != HTCAPTION) ||
740 if (!window_state()->CanResize())
756 !other_state->CanResize()) {
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 246 if (!wm::GetWindowState(window)->CanResize()) {
267 if (!wm::GetWindowState(window)->CanResize())
608 (!window_state->CanResize() ||
    [all...]
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button_unittest.cc 37 virtual bool CanResize() const OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 403 virtual bool CanResize() const OVERRIDE;
glass_browser_frame_view.cc 251 frame()->widget_delegate()->CanResize());
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 215 virtual bool CanResize() const OVERRIDE {
  /external/chromium_org/ash/
shell_unittest.cc 101 virtual bool CanResize() const OVERRIDE {
  /external/chromium_org/content/shell/browser/
shell_views.cc 344 virtual bool CanResize() const OVERRIDE { return true; }

Completed in 718 milliseconds

12 3