HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 1476 - 1500 of 3045) sorted by null

<<51525354555657585960>>

  /external/chromium_org/chrome/browser/autocomplete/
keyword_provider.h 34 // whitespace-delimited tokens and tries to match the first token as the prefix
40 // Because we do prefix matching, user input could match more than one keyword
135 // Fills in the "destination_url" and "contents" fields of |match| with the
139 AutocompleteMatch* match) const;
search_provider.h 50 // Initially the provider creates a match that searches for the current input
70 // |query_string|. If |template_url| is NULL, returns a match with an invalid
76 // the match contents to distinguish locally-typed text from suggested text.
101 // Returns whether the SearchProvider previously flagged |match| as a query
103 static bool ShouldPrefetch(const AutocompleteMatch& match);
106 // stored for |match|.
107 static std::string GetSuggestMetadata(const AutocompleteMatch& match);
111 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
152 // Returns true if the specified providers match the two providers cached
276 // The contents to be displayed in the autocomplete match
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.h 56 struct Match;
57 typedef std::vector<Match> Matches;
69 // Extracts BookmarkNodes from |match| and retrieves typed counts for each
74 const Match& match,
97 // Iterates over |matches| updating each Match's nodes to contain the
98 // intersection of the Match's current nodes and the nodes at |index_i|.
99 // If the intersection is empty, the Match is removed.
106 // Match's nodes and the nodes at |index_i|. If the intersection between the
107 // two is non-empty, a new match is added to |result|
    [all...]
bookmark_index_unittest.cc 94 const BookmarkTitleMatch& match = matches[0]; local
95 ASSERT_EQ(expected_positions.size(), match.match_positions.size());
97 EXPECT_EQ(expected_positions[i].first, match.match_positions[i].first);
98 EXPECT_EQ(expected_positions[i].second, match.match_positions[i].second);
117 // Trivial test case of only one term, exact match.
120 // Prefix match, one term.
123 // Prefix match, multiple terms.
126 // Exact and prefix match.
129 // Exact and prefix match.
137 // Make sure quotes don't do a prefix match
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.h 160 // omnibox.setDefaultSuggestion, apply that to |match|. Otherwise, do nothing.
165 AutocompleteMatch* match);
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.h 43 const TokenizedStringMatch& match);
  /external/chromium_org/chromeos/ime/
gen_input_methods.py 107 if not line or re.match(r'#', line):
  /external/chromium_org/content/test/gpu/page_sets/
PRESUBMIT.py 45 if not re.match('^([A-Za-z0-9]{40})$', file_hash):
55 'Hash file does not match file\'s actual hash: %s' % hash_path))
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.h 66 Vector<RefPtr<FontFace> > match(const String& font, const String& text, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.cpp 108 return selectorChecker.match(context, strategy) == SelectorChecker::SelectorMatches;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js 109 var match = name.match(/(?:-webkit-)(.+)/);
110 if (!match)
112 return match[1].toLowerCase();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base.js 149 if (!jsonp.match(/^[^{[]*\(/))
364 var match = RegExp(name + '=' + '(.+?)(&|$)').exec(location.search);
365 if (!match)
367 return decodeURI(match[1])
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
string.js 41 return a.match(new RegExp(b, 'i'));
56 return str.match(/[A-Za-z0-9\-\_,\+]/);
  /external/chromium_org/tools/checkdeps/
cpp_checker.py 49 found_item = self._EXTRACT_INCLUDE_PATH.match(line)
51 return False, None # Not a match
  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 61 for rule, match in snapshot[world]['breakdown'][breakdown].iteritems():
62 if 'hidden' in match and match['hidden']:
64 matched_units = set(match['units']).intersection(target_units)
  /external/chromium_org/tools/page_cycler/common/
start.js 27 if (options[i].match(r)) {
73 if (location.search.match('auto=1')) {
  /external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py 53 if not re.match('^([A-Za-z0-9]{40})$', file_hash):
63 'Hash file does not match file\'s actual hash: %s' % hash_path))
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 52 FcPattern* match = FcFontMatch(0, pattern, &result); local
53 DCHECK(match) << "Could not find font";
55 FcPatternGetString(match, FC_FAMILY, 0, &match_family);
58 FcPatternDestroy(match);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2056.js 52 // Make sure that non-crankshaft results match expectations.
59 // Make sure that crankshaft results match expectations.
  /external/chromium_org/v8/test/mjsunit/
search-string-multiple.js 39 // Arg 0 is the match, n captures follow, n + 1 is offset of match, n + 2 is
  /external/libffi/testsuite/lib/
libffi-dg.exp 32 # To get all \n in dg-output test strings to match printf output
189 if { [string match "*-*-darwin*" $target_triplet] } {
202 # search_for -- looks for a string match in a file
207 if [string match "*$pattern*" $cur_line] then {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 24 match lookup_function callee the_module with
33 match op with
46 match lookup_function callee the_module with
55 match lookup_function callee the_module with
152 match step with
181 begin match old_val with
195 match lookup_function name the_module with
225 begin match proto with
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 154 * object. Allows for partial match of two protocl Objects.
155 *@param other the match pattern to test against. The match object
160 *@return true if match succeeds false otherwise.
163 public boolean match(Object other) { method in class:NetObject
245 ((GenericObject) hisObj).getMatcher().match(
251 && !((GenericObject) myObj).match(hisObj))
255 && !((GenericObjectList) myObj).match(hisObj))
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java 160 * object. Allows for partial match of two protocl Objects.
162 * for example) by implementing the Match interface and registering
164 *@param other the match pattern to test against. The match object
171 public boolean match(Object other) { method in class:SIPObject
255 ((GenericObject) hisObj).getMatcher().match(
261 && !((GenericObject) myObj).match(hisObj))
265 && !((GenericObjectList) myObj).match(hisObj))
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PChargingFunctionAddressesParser.java 104 this.lexer.match(';');

Completed in 889 milliseconds

<<51525354555657585960>>