Home
last modified time | relevance | path

Searched refs:resizable_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_container_view.mm49 resizable_ = YES;
56 if (resizable == resizable_)
58 resizable_ = resizable;
63 return resizable_;
78 if (!resizable_ ||
180 if (!resizable_ || (!canDragLeft_ && !canDragRight_)) {
Dbrowser_actions_container_view.h47 BOOL resizable_; variable