Searched refs:IsFrameless (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/app_window/
H A Dnative_app_window.h64 virtual bool IsFrameless() const = 0;
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.h66 virtual bool IsFrameless() const OVERRIDE;
H A Dshell_native_app_window.cc203 bool ShellNativeAppWindow::IsFrameless() const { function in class:extensions::ShellNativeAppWindow
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc214 init_params.remove_standard_frame = IsFrameless() || has_frame_color_;
251 if (IsFrameless() &&
511 ash::PanelFrameView::FrameType frame_type = IsFrameless() ?
519 if (IsFrameless())
533 return (IsFrameless() || has_frame_color_) ?
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dnative_app_window_cocoa.h134 virtual bool IsFrameless() const OVERRIDE;
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h150 virtual bool IsFrameless() const OVERRIDE;
H A Dnative_app_window_views.cc383 bool NativeAppWindowViews::IsFrameless() const { function in class:native_app_window::NativeAppWindowViews
/external/chromium_org/extensions/browser/api/app_current_window_internal/
H A Dapp_current_window_internal_api.cc348 if (!window->GetBaseWindow()->IsFrameless()) {

Completed in 271 milliseconds