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

  /external/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_controller_impl.cc 242 const gfx::Rect& PasswordGenerationPopupControllerImpl::popup_bounds() const { function in class:autofill::PasswordGenerationPopupControllerImpl
autofill_popup_controller_unittest.cc 96 using AutofillPopupControllerImpl::popup_bounds;
176 gfx::Rect popup_bounds(10, 10, 100, 100);
181 popup_controller()->SetPopupBounds(popup_bounds);
183 EXPECT_EQ(popup_bounds, popup_controller()->popup_bounds());
521 gfx::Rect popup_bounds = gfx::Rect(0, 0, popup_max_width, 0); local
522 autofill_popup_controller_->set_display(gfx::Display(0, popup_bounds));
autofill_popup_controller_impl.cc 137 int popup_width = popup_bounds().width();
365 const gfx::Rect& AutofillPopupControllerImpl::popup_bounds() const { function in class:autofill::AutofillPopupControllerImpl
  /external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc 381 gfx::Rect popup_bounds = local
383 if (!popup_bounds.size().IsEmpty())
456 gfx::Rect popup_bounds = popup_rwh->GetView()->GetViewBounds(); local
461 gfx::Vector2d diff = popup_bounds.origin() - embedder_bounds.origin();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 359 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); local
394 int width = popup_bounds.width();
395 int height = popup_bounds.height();
396 gfx::Rect rect(gfx::Rect(popup_bounds.size()));
674 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); local
675 int text_width = static_cast<int>(popup_bounds.width() -
838 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); local
849 expand_view_->StartExpansion(url_text_, popup_bounds.width(),

Completed in 167 milliseconds