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

<<31323334353637383940>>

  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.h 85 // omnibox.setDefaultSuggestion, apply that to |match|. Otherwise, do nothing.
90 AutocompleteMatch* match);
  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.h 37 const AutocompleteMatch& match,
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc 152 AutocompleteMatch match;
154 text, string16(), false, &match, NULL);
155 if (!match.destination_url.is_valid())
159 *url = match.destination_url;
  /external/chromium_org/build/
compiler_version.py 27 result = re.match(r"(\d+)\.(\d+)", gcc_output)
  /external/chromium_org/chrome/browser/android/omnibox/
omnibox_prerender.h 60 void DoPrerender(const AutocompleteMatch& match,
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.h 33 // Launch an Extension App from |match| details provided by the Omnibox. If
37 static void LaunchAppFromOmnibox(const AutocompleteMatch& match,
45 // ExtensionApp stores the minimal metadata that we need to match against
54 // not shown next to the match, and not displayed as the editable text if
55 // the user selects the match with the arrow keys.
64 // Construct a match for the specified parameters.
73 // Calculate the relevance of the match.
history_quick_provider.h 38 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
  /external/chromium_org/chrome/browser/history/
history_types_unittest.cc 14 // that the URL rows match the indices structure. The unit tests themselves
23 for (size_t match = 0; match < match_count; match++) {
24 if (matches[match] == i) {
  /external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.cc 25 if (styles & ACMatchClassification::MATCH)
26 tag_styles |= SearchResult::Tag::MATCH;
66 OmniboxResult(Profile* profile, const AutocompleteMatch& match)
68 match_(match) {
69 set_id(match.destination_url.spec());
74 set_relevance(match.relevance / 1500.0);
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 107 // selected text color, it is more important to match the qualities of the
153 // The luminance should match the luminance of the foreground text. Again,
403 // Hopefully I can clean up the match situation a bit and this will
447 PangoWeight weight = (i->style & ACMatchClassification::MATCH) ?
499 const AutocompleteMatch& match,
502 const gfx::Image image = model_->GetIconIfExtensionMatch(match);
509 else if (match.starred)
512 icon = AutocompleteMatch::TypeToIcon(match.type);
542 const AutocompleteMatch** match,
549 *match = result.match_at(index).associated_keyword.get()
650 const AutocompleteMatch* match = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.h 61 // have a valid match for the current text in the omnibox.
74 // Turns off keyword mode for the current match.
82 void DoPreconnect(const AutocompleteMatch& match);
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer.h 80 // |match|.
81 bool IsAllowed(const AutocompleteMatch& match,
  /external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.h 35 const AutocompleteMatch& match,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
devtools.js 127 var match = value.match(header_regexp);
128 if (!match) {
132 var json_part = match[1];
153 var match = /http:\/\/meta\.wildfirehq\.org\/Protocol\/([^\/]+)\/(.+)/.exec(
155 if (!match) {
159 var proto_name = match[1];
160 var proto_version = match[2];
  /external/chromium_org/components/translate/common/
translate_metrics.h 97 void ReportSimilarLanguageMatch(bool match);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
commitmessage.py 36 if re.match("^\s*$", line):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver.py 92 match = re.search(self.BLINK_REVISION_REGEXP, deps_contents)
93 if not match:
98 revision_line = match.group()
99 revision = match.group("revision")
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 44 ### '?'). All entries which match will be applied to the file.
92 # "type" is a regular expression string that will match a file name
100 if re.match("\s*(#.*)?$", propline): # Match comment and blank lines
102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.
104 if not re.match("\s*[^\s]+\s*=", propline): # minimal syntax check for <file-type> =
221 if re.match(file_pattern, f):
  /external/chromium_org/third_party/re2/re2/
unicode.py 114 match = re.match("<(.*), (First|Last)>", s)
115 if match is not None:
116 return match.groups()
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript2.h 33 static bool MapEnums(const char* ptr, const char* match, size_t len, int* value);
  /external/chromium_org/tools/android/
find_unused_resources.py 69 for match in matches:
70 package = match.group(1)
73 type_ = match.group(3)
74 name = match.group(4)
  /external/chromium_org/tools/deep_memory_profiler/tests/
mock_gsutil.py 19 assert ZIP_PATTERN.match(os.path.basename(sys.argv[4]))
  /external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-fail.py 16 # set |match| to ignore build stderr output.
18 match = lambda a, b: True) variable
gyptest-xcode-gcc.py 53 stderr=None, match=IgnoreOutput)
  /external/chromium_org/tools/gyp/test/no-cpp/
gyptest-no-cpp.py 17 # set |match| to ignore build stderr output.
18 test = TestGyp.TestGyp(match = lambda a, b: True)

Completed in 2514 milliseconds

<<31323334353637383940>>