OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanResize
(Results
26 - 50
of
83
) sorted by null
1
2
3
4
/external/chromium_org/chrome/browser/ui/views/
user_manager_view.cc
143
bool UserManagerView::
CanResize
() const {
ssl_client_certificate_selector.cc
187
bool SSLClientCertificateSelector::
CanResize
() const {
/external/chromium_org/ui/oak/
oak_window.cc
44
bool OakWindow::
CanResize
() const {
/external/chromium_org/ui/views/widget/
widget_delegate.cc
44
bool WidgetDelegate::
CanResize
() const {
widget_hwnd_utils.cc
88
bool can_resize = widget_delegate->
CanResize
();
/external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h
44
virtual bool
CanResize
() const = 0;
/external/chromium_org/ash/shell/
window_type_launcher.cc
93
virtual bool
CanResize
() const OVERRIDE {
158
virtual bool
CanResize
() const OVERRIDE {
289
bool WindowTypeLauncher::
CanResize
() const {
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h
84
virtual bool
CanResize
() const;
/external/chromium/chrome/browser/ui/views/
html_dialog_view.cc
72
bool HtmlDialogView::
CanResize
() const {
task_manager_view.cc
282
virtual bool
CanResize
() const;
596
bool TaskManagerView::
CanResize
() const {
/external/chromium_org/ash/wm/
window_state.h
78
bool
CanResize
() const;
window_state.cc
130
bool WindowState::
CanResize
() const {
139
if (!
CanResize
() ||
resize_shadow_and_cursor_unittest.cc
33
virtual bool
CanResize
() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h
86
virtual bool
CanResize
() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc
64
// is called because CreateWindowWithParent refers the result of
CanResize
().
135
bool ExtensionDialog::
CanResize
() const {
/external/chromium_org/chrome/test/base/
view_event_test_base.cc
176
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
130
bool WebDialogView::
CanResize
() const {
/external/chromium_org/ui/views/examples/
examples_window.cc
98
virtual bool
CanResize
() const OVERRIDE { return true; }
examples_window_with_content.cc
102
virtual bool
CanResize
() const OVERRIDE { return true; }
/external/chromium_org/apps/ui/views/
shell_window_frame_view.cc
183
frame_->widget_delegate()->
CanResize
() :
260
frame_->widget_delegate()->
CanResize
() :
/external/chromium/chrome/browser/chromeos/
native_dialog_window.cc
63
virtual bool
CanResize
() const { return flags_ & DIALOG_FLAG_RESIZEABLE; }
/external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc
52
if ((!window_state->
CanResize
() && window_component != HTCAPTION) ||
459
if (window_state()->
CanResize
() &&
758
if (!window_state()->
CanResize
())
774
!other_state->
CanResize
()) {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.h
129
virtual bool
CanResize
() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h
128
virtual bool
CanResize
() const OVERRIDE;
Completed in 988 milliseconds
1
2
3
4