Searched refs:end_location (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_gtk_unittest.cc | 70 guint end_location, in RunInfoForAttrType() argument 119 retval.length_ = end_location - location; in RunInfoForAttrType() 132 guint end_location, in RunLengthForAttrType() argument 135 end_location, in RunLengthForAttrType() 141 guint end_location, in RunHasAttribute() argument 144 end_location, in RunHasAttribute() 151 guint end_location, in RunHasColor() argument 159 end_location, in RunHasColor() 168 guint end_location, in RunHasWeight() argument 173 end_location, in RunHasWeight()
|
D | autocomplete_edit_view_gtk.cc | 1846 GdkRectangle start_location, end_location; in WindowBoundsFromIters() local 1849 gtk_text_view_get_iter_location(text_view, iter2, &end_location); in WindowBoundsFromIters() 1856 end_location.x + end_location.width, in WindowBoundsFromIters() 1857 end_location.y + end_location.height, in WindowBoundsFromIters()
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 2061 start_location, end_location = locations 2070 if hasattr(end_location, '__len__'): 2071 end_location = SourceLocation.from_position(self, f, 2072 end_location[0], end_location[1]) 2073 elif isinstance(end_location, int): 2074 end_location = SourceLocation.from_offset(self, f, end_location) 2077 assert isinstance(end_location, SourceLocation) 2079 return SourceRange.from_locations(start_location, end_location)
|
/external/v8/src/ |
D | preparser.cc | 274 i::Scanner::Location end_location = scanner_->location(); in ParseStatement() local 276 ReportMessageAt(start_location.beg_pos, end_location.end_pos, in ParseStatement()
|