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

/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc1160 gfx::Point converted_location = location; local
1162 &converted_location);
1163 if (candidate_views_[i]->HitTest(converted_location)) {
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_view.cc934 gfx::Point converted_location = location; local
936 &converted_location);
937 if (candidate_views_[i]->HitTestPoint(converted_location)) {

Completed in 61 milliseconds