HomeSort by relevance Sort by last modified time
    Searched refs:GetFrameInsets (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/extensions/browser/app_window/
app_window_browsertest.cc 23 // 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();
native_app_window.h 73 virtual gfx::Insets GetFrameInsets() const = 0;
app_window.cc 343 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();
    [all...]
  /external/chromium_org/extensions/shell/browser/
shell_native_app_window.cc 30 gfx::Rect bounds = params.GetInitialWindowBounds(GetFrameInsets());
220 gfx::Insets ShellNativeAppWindow::GetFrameInsets() const {
shell_native_app_window.h 70 virtual gfx::Insets GetFrameInsets() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 138 virtual gfx::Insets GetFrameInsets() const OVERRIDE;
  /external/chromium_org/extensions/browser/api/app_current_window_internal/
app_current_window_internal_api.cc 207 gfx::Insets frame_insets = window->GetBaseWindow()->GetFrameInsets();
283 insets = window->GetBaseWindow()->GetFrameInsets();
  /external/chromium_org/components/native_app_window/
native_app_window_views.h 154 virtual gfx::Insets GetFrameInsets() const OVERRIDE;
native_app_window_views.cc 399 gfx::Insets NativeAppWindowViews::GetFrameInsets() const {
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.cc 236 gfx::Insets frame_insets = GetFrameInsets();

Completed in 1711 milliseconds