OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isframeless
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/extensions/shell/browser/
shell_native_app_window.h
66
virtual bool
IsFrameless
() const OVERRIDE;
shell_native_app_window.cc
203
bool ShellNativeAppWindow::
IsFrameless
() const {
/external/chromium_org/extensions/browser/app_window/
native_app_window.h
64
virtual bool
IsFrameless
() const = 0;
/external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.cc
214
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/
native_app_window_cocoa.h
134
virtual bool
IsFrameless
() const OVERRIDE;
native_app_window_cocoa.mm
752
bool NativeAppWindowCocoa::
IsFrameless
() const {
/external/chromium_org/components/native_app_window/
native_app_window_views.h
150
virtual bool
IsFrameless
() const OVERRIDE;
native_app_window_views.cc
383
bool NativeAppWindowViews::
IsFrameless
() const {
/external/chromium_org/extensions/browser/api/app_current_window_internal/
app_current_window_internal_api.cc
348
if (!window->GetBaseWindow()->
IsFrameless
()) {
Completed in 394 milliseconds