OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentMatch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc
286
AutocompleteMatch OmniboxEditModel::
CurrentMatch
(
366
// Don't call
CurrentMatch
() when there's no editing, as in this case we'll
370
CurrentMatch
(NULL) : AutocompleteMatch();
429
*url =
CurrentMatch
(NULL).destination_url;
449
return !AutocompleteMatch::IsSearchType(
CurrentMatch
(NULL).type);
453
return
CurrentMatch
(NULL).type;
633
AutocompleteMatch match =
CurrentMatch
(&alternate_nav_url);
[
all
...]
omnibox_edit_model.h
117
AutocompleteMatch
CurrentMatch
(GURL* alternate_nav_url) const;
/external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_browsertest.cc
378
EXPECT_EQ(GURL(search_string), model->
CurrentMatch
(NULL).destination_url);
380
model->
CurrentMatch
(NULL).contents);
/external/chromium_org/chrome/browser/policy/
policy_browsertest.cc
[
all
...]
Completed in 951 milliseconds