Searched refs:offscreen_insets (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents.cc90 gfx::Insets offscreen_insets; local
92 &offscreen_insets) &&
93 GetInsetsLength(offscreen_insets, vertical) > 0) {
108 GetInsetsLength(offscreen_insets, vertical)) {
120 gfx::Insets* offscreen_insets) {
124 if (!offscreen_insets)
140 offscreen_insets->Set(top, left, bottom, right);
118 ComputeOffScreenInsets(const gfx::Rect& monitor_bounds, const gfx::Rect& window_bounds, gfx::Insets* offscreen_insets) argument
H A Dborder_contents.h66 // |monitor_bounds| and puts the values in |offscreen_insets|.
68 // in which case |offscreen_insets| is not modified.
71 gfx::Insets* offscreen_insets);

Completed in 17 milliseconds