HomeSort by relevance Sort by last modified time
    Searched refs:input_location (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.cc 11 input_location(string16::npos),
17 size_t input_location,
21 input_location(input_location),
history_provider_util.h 22 size_t input_location,
31 size_t input_location; member in struct:history::HistoryMatch
history_url_provider.cc 94 if ((host.spec().length() < (match.input_location + input.length())))
98 if (spec.compare(match.input_location, input.length(), input))
324 // NOTE: Don't set match.input_location (to allow inline autocompletion)
498 substr(0, match.input_location + params.input.text().length());
538 EnsureMatchPresent(info, match.input_location, match.match_in_scheme,
545 string16::size_type input_location,
561 HistoryMatch match(info, input_location, match_in_scheme, true);
    [all...]
history_url_provider.h 215 // a new such entry (using |input_location| and |match_in_scheme|).
222 string16::size_type input_location,
history_quick_provider.cc 151 history_match.input_location + autocomplete_input_.text().length();
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
input.h 58 extern location_t input_location;
63 #define input_line LOCATION_LINE (input_location)
64 #define input_filename LOCATION_FILE (input_location)
66 #define in_system_header (in_system_header_at (input_location))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 60 extern location_t input_location;
70 #define input_line LOCATION_LINE (input_location)
71 #define input_filename LOCATION_FILE (input_location)
73 #define in_system_header (in_system_header_at (input_location))
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 60 extern location_t input_location;
70 #define input_line LOCATION_LINE (input_location)
71 #define input_filename LOCATION_FILE (input_location)
73 #define in_system_header (in_system_header_at (input_location))
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 60 extern location_t input_location;
70 #define input_line LOCATION_LINE (input_location)
71 #define input_filename LOCATION_FILE (input_location)
73 #define in_system_header (in_system_header_at (input_location))
tree.h     [all...]

Completed in 2596 milliseconds