Searched refs:GetFrameInsets (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_browsertest.cc23 // Verifies that the NativeAppWindows implement GetFrameInsets() correctly.
28 gfx::Insets insets = native_window->GetFrameInsets();
46 // Verifies that the NativeAppWindows implement GetFrameInsets() correctly.
52 gfx::Insets insets = native_window->GetFrameInsets();
61 // Verifies that the NativeAppWindows implement GetFrameInsets() correctly for
66 gfx::Insets insets = native_window->GetFrameInsets();
H A Dnative_app_window.h73 virtual gfx::Insets GetFrameInsets() const = 0;
H A Dapp_window.cc343 gfx::Insets frame_insets = native_app_window_->GetFrameInsets();
500 bounds.Inset(native_app_window_->GetFrameInsets());
652 bounds.Inset(-native_app_window_->GetFrameInsets());
751 gfx::Insets frame_insets = native_app_window_->GetFrameInsets();
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.cc30 gfx::Rect bounds = params.GetInitialWindowBounds(GetFrameInsets());
220 gfx::Insets ShellNativeAppWindow::GetFrameInsets() const { function in class:extensions::ShellNativeAppWindow
H A Dshell_native_app_window.h70 virtual gfx::Insets GetFrameInsets() const OVERRIDE;
/external/chromium_org/extensions/browser/api/app_current_window_internal/
H A Dapp_current_window_internal_api.cc207 gfx::Insets frame_insets = window->GetBaseWindow()->GetFrameInsets();
283 insets = window->GetBaseWindow()->GetFrameInsets();
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dnative_app_window_cocoa.h138 virtual gfx::Insets GetFrameInsets() const OVERRIDE;
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h154 virtual gfx::Insets GetFrameInsets() const OVERRIDE;
H A Dnative_app_window_views.cc399 gfx::Insets NativeAppWindowViews::GetFrameInsets() const { function in class:native_app_window::NativeAppWindowViews
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc236 gfx::Insets frame_insets = GetFrameInsets();

Completed in 6516 milliseconds