OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resizable_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.mm
49
resizable_
= YES;
56
if (resizable ==
resizable_
)
58
resizable_
= resizable;
63
return
resizable_
;
78
if (!
resizable_
||
180
if (!
resizable_
|| (!canDragLeft_ && !canDragRight_)) {
browser_actions_container_view.h
47
BOOL
resizable_
;
variable
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.mm
48
resizable_
= YES;
55
if (resizable ==
resizable_
)
57
resizable_
= resizable;
62
return
resizable_
;
77
if (!
resizable_
||
179
if (!
resizable_
|| (!canDragLeft_ && !canDragRight_)) {
browser_actions_container_view.h
46
BOOL
resizable_
;
variable
/external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc
76
resizable_
= params.resizable;
77
if (!
resizable_
) {
265
if (!
resizable_
) {
298
if (!
resizable_
) {
474
if (!
resizable_
)
516
if (!
resizable_
)
550
bool has_hit_edge =
resizable_
&& GetWindowEdge(point.x(), point.y(), &edge);
573
if (has_hit_titlebar &&
resizable_
) {
599
if (
resizable_
) {
608
if (!
resizable_
)
[
all
...]
native_app_window_gtk.h
162
bool
resizable_
;
member in class:NativeAppWindowGtk
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.h
218
bool
resizable_
;
member in class:NativeAppWindowViews
native_app_window_views.cc
257
resizable_
= create_params.resizable;
737
return
resizable_
&& !shell_window_->size_constraints().HasFixedSize();
741
return
resizable_
&& !shell_window_->size_constraints().HasMaximumSize() &&
[
all
...]
Completed in 472 milliseconds