Searched refs:label_bounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_item.cc231 gfx::Rect label_bounds(converted_bounds.x(),
245 label_bounds.set_height(window_label_view_->GetPreferredSize().height());
246 label_bounds.set_y(label_bounds.y() - window_label_view_->
248 window_label_->GetNativeWindow()->SetBounds(label_bounds);
266 label_bounds.set_height(window_label_->
268 label_bounds.set_y(label_bounds.y() - window_label_->
277 window_label_->GetNativeWindow()->SetBounds(label_bounds);
279 window_label_->GetNativeWindow()->SetBounds(label_bounds);
[all...]
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc71 gfx::Rect label_bounds = label_->bounds(); local
72 label_bounds.set_width(
74 label_->SetBoundsRect(label_bounds);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout.cc446 gfx::Rect label_bounds(
451 avatar_label_->SetBoundsRect(label_bounds);

Completed in 4380 milliseconds