HomeSort by relevance Sort by last modified time
    Searched defs:contents_bounds (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.cc 32 gfx::Rect contents_bounds; local
35 false, contents_size, &contents_bounds,
39 // Return |contents_bounds| in screen coordinates.
40 contents_bounds.Offset(window_bounds.origin());
41 return contents_bounds;
border_contents_unittest.cc 38 gfx::Rect contents_bounds; local
46 &contents_bounds, &window_bounds);
63 &contents_bounds, &window_bounds);
79 &contents_bounds, &window_bounds);
95 &contents_bounds, &window_bounds);
111 &contents_bounds, &window_bounds);
127 &contents_bounds, &window_bounds);
143 &contents_bounds, &window_bounds);
159 &contents_bounds, &window_bounds);
176 &contents_bounds, &window_bounds)
193 gfx::Rect contents_bounds; local
216 gfx::Rect contents_bounds; local
    [all...]
bubble.cc 244 gfx::Rect contents_bounds; local
247 &contents_bounds, &window_bounds);
255 contents->SetBoundsRect(contents_bounds);
292 gfx::Rect contents_bounds; local
295 &contents_bounds, &window_bounds);
300 contents_->SetBoundsRect(contents_bounds);
  /external/chromium/chrome/browser/ui/views/
browser_bubble_gtk.cc 155 gfx::Rect contents_bounds; local
158 &contents_bounds, &window_bounds); local
161 view_->SetBoundsRect(contents_bounds);
  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 129 gfx::Rect contents_bounds = GetContentsBounds(); local
135 background_bounds.set_x(contents_bounds.width() -
137 background_bounds.set_y(contents_bounds.y() +
138 (contents_bounds.height() - background_image->height()) / 2);
141 background_bounds.set_y(contents_bounds.y() +
142 (contents_bounds.height() - background_image->height()) / 2);
145 background_bounds.set_x(contents_bounds.x() +
146 (contents_bounds.width() - background_image->width()) / 2);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 150 const gfx::Rect contents_bounds = tab.GetContentsBounds(); local
152 EXPECT_LE(contents_bounds.x(), tab.favicon_bounds_.x());
155 EXPECT_LE(contents_bounds.y(), tab.favicon_bounds_.y());
156 EXPECT_LE(tab.favicon_bounds_.bottom(), contents_bounds.bottom());
163 EXPECT_LE(tab.media_indicator_bounds_.right(), contents_bounds.right());
164 EXPECT_LE(contents_bounds.y(), tab.media_indicator_bounds_.y());
165 EXPECT_LE(tab.media_indicator_bounds_.bottom(), contents_bounds.bottom());
182 EXPECT_LE(tab.close_button_->bounds().right(), contents_bounds.right());
183 EXPECT_LE(contents_bounds.y(), tab.close_button_->bounds().y());
184 EXPECT_LE(tab.close_button_->bounds().bottom(), contents_bounds.bottom())
    [all...]
tab_strip_unittest.cc 273 gfx::Rect contents_bounds = GetTabCloseHitTestMask(left_tab, false); local
275 //EXPECT_EQ(gfx::Rect(84, 8, 18, 18).ToString(), contents_bounds.ToString());
278 EXPECT_FALSE(tab_bounds.Contains(contents_bounds));
309 contents_bounds = GetTabCloseHitTestMask(active_tab, false);
311 //EXPECT_EQ(gfx::Rect(84, 8, 18, 18).ToString(), contents_bounds.ToString());
314 EXPECT_TRUE(tab_bounds.Contains(contents_bounds));
340 contents_bounds = GetTabCloseHitTestMask(active_tab, false);
342 //EXPECT_EQ(gfx::Rect(84, 8, 18, 18).ToString(), contents_bounds.ToString());
347 EXPECT_TRUE(tab_bounds.Contains(contents_bounds));
399 gfx::Rect contents_bounds = GetTabCloseHitTestMask(left_tab, false) local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 420 gfx::Rect contents_bounds; local
440 sidebar_split_bounds, &contents_bounds, &sidebar_bounds);
442 contents_bounds = sidebar_split_bounds;
466 contents_bounds,
  /external/chromium_org/ui/app_list/views/
app_list_view.cc 368 const gfx::Rect contents_bounds = GetContentsBounds(); local
369 app_list_main_view_->SetBoundsRect(contents_bounds);
370 signin_view_->SetBoundsRect(contents_bounds);
373 gfx::Rect speech_bounds = contents_bounds;
speech_view.cc 166 const gfx::Rect contents_bounds = container->GetContentsBounds(); local
169 contents_bounds.right() - kMicButtonMargin - mic_size.width(),
170 contents_bounds.y() + kMicButtonMargin);
173 int speech_width = contents_bounds.width() - kTextMargin * 2;
177 contents_bounds.x() + kTextMargin,
178 contents_bounds.bottom() - kTextMargin - speech_height,
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 242 const gfx::Rect contents_bounds = GetContentsBounds(); local
243 contents_view()->SetBounds(contents_bounds.x(), contents_bounds.y(),
244 contents_bounds.width(), bounds.bottom() - contents_bounds.y());
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 416 gfx::Rect contents_bounds = GetContentsBounds(); local
417 contents_bounds.set_height(
418 contents_bounds.height() - bottom_shadow_->height() + kBorderInterior);
421 MakeContentsPath(&path, contents_bounds);

Completed in 464 milliseconds