Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h195 remove_standard_frame_ = remove_standard_frame; in set_remove_standard_frame()
448 bool remove_standard_frame_; variable
Dhwnd_message_handler.cc395 remove_standard_frame_(false), in HWNDMessageHandler()
1118 (!delegate_->IsUsingCustomFrame() && !remove_standard_frame_)) { in GetClientAreaInsets()
1126 if (remove_standard_frame_) in GetClientAreaInsets()
1307 if (!remove_standard_frame_ && !delegate_->IsUsingCustomFrame()) in OnActivateApp()
1370 if (remove_standard_frame_) { in OnCreate()
1781 !(mode && remove_standard_frame_)) { in OnNCCalcSize()
1866 if (!remove_standard_frame_ && !delegate_->IsUsingCustomFrame()) { in OnNCHitTest()
2388 if (remove_standard_frame_ && window_pos->flags & SWP_FRAMECHANGED && in OnWindowPosChanged()