OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanResize
(Results
1 - 25
of
83
) sorted by null
1
2
3
4
/external/chromium_org/chrome/browser/chromeos/login/
captive_portal_view.h
24
virtual bool
CanResize
() const OVERRIDE;
captive_portal_view.cc
43
bool CaptivePortalView::
CanResize
() const {
/external/chromium_org/chrome/browser/ui/views/
user_manager_view.h
42
virtual bool
CanResize
() const OVERRIDE;
about_ipc_dialog.h
56
virtual bool
CanResize
() const OVERRIDE;
ssl_client_certificate_selector.h
58
virtual bool
CanResize
() const OVERRIDE;
/external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h
59
virtual bool
CanResize
() const;
first_run_search_engine_view.h
102
bool
CanResize
() const OVERRIDE{ return false; }
html_dialog_view.h
52
virtual bool
CanResize
() const;
constrained_html_delegate_win.cc
31
virtual bool
CanResize
() const { return true; }
create_application_shortcut_view.h
53
virtual bool
CanResize
() const;
about_chrome_view.h
67
virtual bool
CanResize
() const;
/external/chromium_org/ash/shell/
panel_window.h
42
virtual bool
CanResize
() const OVERRIDE;
toplevel_window.h
45
virtual bool
CanResize
() const OVERRIDE;
panel_window.cc
76
bool PanelWindow::
CanResize
() const {
window_type_launcher.h
45
virtual bool
CanResize
() const OVERRIDE;
widgets.cc
40
virtual bool
CanResize
() const OVERRIDE;
126
bool WidgetsWindow::
CanResize
() const {
toplevel_window.cc
104
bool ToplevelWindow::
CanResize
() const {
/external/chromium_org/ui/oak/
oak_window.h
31
virtual bool
CanResize
() const OVERRIDE;
/external/chromium_org/ui/views/test/
child_modal_window.h
39
virtual bool
CanResize
() const OVERRIDE;
child_modal_window.cc
69
virtual bool
CanResize
() const OVERRIDE;
102
bool ChildModalWindow::
CanResize
() const {
166
bool ChildModalParent::
CanResize
() const {
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.h
70
virtual bool
CanResize
() const OVERRIDE;
/external/chromium_org/chrome/test/base/
view_event_test_base.h
90
virtual bool
CanResize
() const OVERRIDE;
/external/chromium_org/ash/wm/
frame_border_hit_test_controller.cc
62
bool can_ever_resize = frame->widget_delegate()->
CanResize
();
/external/chromium_org/ui/views/widget/
widget_delegate.h
51
virtual bool
CanResize
() const;
/external/chromium_org/ash/wm/gestures/
system_pinch_handler.cc
45
if (!widget_ || !widget_->widget_delegate()->
CanResize
())
Completed in 1198 milliseconds
1
2
3
4