Searched defs:PopupControllerCommon (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dpopup_controller_common.h28 class PopupControllerCommon { class in namespace:autofill
30 PopupControllerCommon(const gfx::RectF& element_bounds,
33 virtual ~PopupControllerCommon();
100 DISALLOW_COPY_AND_ASSIGN(PopupControllerCommon);
H A Dpopup_controller_common.cc19 PopupControllerCommon::PopupControllerCommon( function in class:autofill::PopupControllerCommon
27 PopupControllerCommon::~PopupControllerCommon() {}
29 void PopupControllerCommon::SetKeyPressCallback(
35 void PopupControllerCommon::RegisterKeyPressCallback() {
43 void PopupControllerCommon::RemoveKeyPressCallback() {
52 gfx::Display PopupControllerCommon::GetDisplayNearestPoint(
58 const gfx::Rect PopupControllerCommon::RoundedElementBounds() const {
62 std::pair<int, int> PopupControllerCommon
[all...]

Completed in 129 milliseconds