Searched defs:start_location (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc208 gfx::Point start_location = root_location; local
209 ash::wm::ConvertPointToScreen(root_window, &start_location);
211 start_location - provider->GetDragImageOffset(),
216 gfx::Rect drag_image_bounds(start_location, drag_image_->GetPreferredSize());
/external/chromium_org/v8/src/
H A Dpreparser.cc278 i::Scanner::Location start_location = scanner_->peek_location(); local
282 ReportMessageAt(start_location.beg_pos, end_location.end_pos,
/external/v8/src/
H A Dpreparser.cc272 i::Scanner::Location start_location = scanner_->peek_location(); local
276 ReportMessageAt(start_location.beg_pos, end_location.end_pos,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc1846 GdkRectangle start_location, end_location; local
1848 gtk_text_view_get_iter_location(text_view, iter1, &start_location);
1853 start_location.x, start_location.y,
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.cc1757 GdkRectangle start_location, end_location; local
1759 gtk_text_view_get_iter_location(text_view, iter1, &start_location);
1764 start_location.x, start_location.y,

Completed in 162 milliseconds