Searched refs:IsUsingCustomFrame (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_window_tree_host_win.h54 virtual bool IsUsingCustomFrame() const OVERRIDE;
H A Dbrowser_desktop_window_tree_host_win.cc243 bool BrowserDesktopWindowTreeHostWin::IsUsingCustomFrame() const { function in class:BrowserDesktopWindowTreeHostWin
248 !DesktopWindowTreeHostWin::IsUsingCustomFrame()) {
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc804 if (!custom_window_region_ && !delegate_->IsUsingCustomFrame())
1096 (!delegate_->IsUsingCustomFrame() && !remove_standard_frame_)) {
1123 (!delegate_->IsUsingCustomFrame() || !delegate_->IsWidgetWindow())) {
1174 custom_window_region_ || delegate_->IsUsingCustomFrame() ?
1268 if (!remove_standard_frame_ && !delegate_->IsUsingCustomFrame())
1606 if (delegate_->IsUsingCustomFrame()) {
1625 if (delegate_->IsUsingCustomFrame() &&
1695 if (!delegate_->IsUsingCustomFrame()) {
1741 if (!remove_standard_frame_ && !delegate_->IsUsingCustomFrame()) {
1811 if (!delegate_->IsWidgetWindow() || !delegate_->IsUsingCustomFrame()) {
[all...]
H A Dhwnd_message_handler_delegate.h37 virtual bool IsUsingCustomFrame() const = 0;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.h135 virtual bool IsUsingCustomFrame() const OVERRIDE;
H A Ddesktop_window_tree_host_win.cc590 bool DesktopWindowTreeHostWin::IsUsingCustomFrame() const { function in class:views::DesktopWindowTreeHostWin

Completed in 1684 milliseconds