HomeSort by relevance Sort by last modified time
    Searched full:resizable_ (Results 1 - 10 of 10) 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 72 resizable_ = params.resizable;
73 if (!resizable_) {
291 if (!resizable_) {
494 if (!resizable_)
528 bool has_hit_edge = resizable_ && GetWindowEdge(point.x(), point.y(), &edge);
551 if (has_hit_titlebar && resizable_) {
574 if (resizable_) {
583 if (!resizable_)
native_app_window_gtk.h 144 bool resizable_; member in class:NativeAppWindowGtk
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 166 bool resizable_; member in class:NativeAppWindowCocoa
native_app_window_cocoa.mm 239 resizable_ = params.resizable;
308 if (resizable_)
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.h 171 bool resizable_; member in class:NativeAppWindowViews
native_app_window_views.cc 131 resizable_(create_params.resizable),
522 return resizable_ &&
527 return resizable_ && maximum_size_.IsEmpty();

Completed in 1012 milliseconds