Searched refs:keyword (Results 51 - 75 of 321) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/api/omnibox/
H A Domnibox_handler.h18 // The Omnibox keyword for an extension.
19 std::string keyword; member in struct:extensions::OmniboxInfo
21 // Returns the omnibox keyword for the extension.
/external/chromium_org/components/history/core/browser/
H A Durl_database_unittest.cc160 // Tests adding, querying and deleting keyword visits.
171 // Add a keyword visit.
173 base::string16 keyword = base::UTF8ToUTF16("visit"); local
174 ASSERT_TRUE(SetKeywordSearchTermsForURL(url_id, keyword_id, keyword));
178 GetMostRecentKeywordSearchTerms(keyword_id, keyword, 10, &matches);
180 ASSERT_EQ(keyword, matches[0].term);
186 EXPECT_EQ(keyword, keyword_search_term_row.term);
188 // Delete the keyword visit.
193 GetMostRecentKeywordSearchTerms(keyword_id, keyword, 10, &matches);
199 // Make sure deleting a URL also deletes a keyword visi
273 base::string16 keyword = base::UTF8ToUTF16("visit"); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dupluralrules.h25 * returns the keyword for the first condition that matches the number.
33 * the value of keyword returned by the uplrules_select function.
127 * Given a number, returns the keyword of the first rule that
131 * @param keyword The keyword of the rule that applies to number.
132 * @param capacity The capacity of keyword.
134 * @return The length of keyword.
140 UChar *keyword, int32_t capacity,
H A Dselfmt.h101 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a
138 * for each user-defined keyword.
139 * The pattern is a sequence of (keyword, message) pairs.
140 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p>
144 * <p>You always have to define a phrase for the default keyword
145 * <code>other</code>; this phrase is returned when the keyword
147 * the <code>format</code> method matches no other keyword.
210 * for the keyword rules.
225 * Selects the phrase for the given keyword
227 * @param keyword Th
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dplurults.h43 int32_t line, const char *keyword, ...);
/external/icu/icu4c/source/i18n/unicode/
H A Dupluralrules.h25 * returns the keyword for the first condition that matches the number.
33 * the value of keyword returned by the uplrules_select function.
127 * Given a number, returns the keyword of the first rule that
131 * @param keyword The keyword of the rule that applies to number.
132 * @param capacity The capacity of keyword.
134 * @return The length of keyword.
140 UChar *keyword, int32_t capacity,
H A Dselfmt.h101 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a
138 * for each user-defined keyword.
139 * The pattern is a sequence of (keyword, message) pairs.
140 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p>
144 * <p>You always have to define a phrase for the default keyword
145 * <code>other</code>; this phrase is returned when the keyword
147 * the <code>format</code> method matches no other keyword.
210 * for the keyword rules.
225 * Selects the phrase for the given keyword
227 * @param keyword Th
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dplurults.h43 int32_t line, const char *keyword, ...);
/external/chromium_org/components/search_engines/
H A Dtemplate_url_data.h28 // The shortcut for this TemplateURL. |keyword| must be non-empty.
29 void SetKeyword(const base::string16& keyword);
30 const base::string16& keyword() const { return keyword_; } function in struct:TemplateURLData
67 // bookmark keyword from another browser.
H A Dtemplate_url_service.cc127 // Log the number of instances of a keyword that exist, with zero or more
134 std::string keyword = base::UTF16ToASCII((*it)->keyword()); local
135 base::TrimString(keyword, "_", &keyword);
136 duplicates[keyword]++;
161 // we need to extend this to mark a prefix as "not less than" a keyword it
264 base::string16 keyword = local
266 if (keyword.empty())
305 (*default_provider_data)->SetKeyword(keyword);
341 CleanUserInputKeyword( const base::string16& keyword) argument
395 std::string keyword; local
449 CanReplaceKeyword( const base::string16& keyword, const GURL& url, TemplateURL** template_url_to_replace) argument
506 GetTemplateURLForKeyword( const base::string16& keyword) argument
548 AddWithOverrides(TemplateURL* template_url, const base::string16& short_name, const base::string16& keyword, const std::string& url) argument
637 RegisterOmniboxKeyword( const std::string& extension_id, const std::string& extension_name, const std::string& keyword, const std::string& template_url_string) argument
677 ResetTemplateURL(TemplateURL* url, const base::string16& title, const base::string16& keyword, const std::string& search_url) argument
898 GetKeywordShortName( const base::string16& keyword, bool* is_omnibox_api_extension_keyword) argument
1470 const base::string16& keyword = template_url->keyword(); local
1509 const base::string16& keyword = template_url->keyword(); local
1605 FindNonExtensionTemplateURLForKeyword( const base::string16& keyword) argument
1645 const base::string16& keyword = existing_turl->keyword(); local
2041 ResetTemplateURLNoNotify( TemplateURL* url, const base::string16& title, const base::string16& keyword, const std::string& search_url) argument
[all...]
H A Dtemplate_url_fetcher.h49 // If |provider_type| is AUTODETECTED_PROVIDER, |keyword| must be non-empty,
51 // |keyword|, or we're already downloading an OSDD for this keyword, no
52 // download is started. If |provider_type| is EXPLICIT_PROVIDER, |keyword| is
59 const base::string16& keyword,
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dlistfmt.h49 const char *keyword; member in struct:yasm_listfmt_module
73 /** Get the keyword used to select a list format.
75 * \return keyword
111 (((yasm_listfmt_base *)listfmt)->module->keyword)
/external/llvm/test/MC/AsmParser/
H A Dmacros-argument-parsing-diagnostics.s16 # CHECK: error: cannot mix positional and keyword arguments
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteQueryBuilder.java43 private static void conditionallyAppend(StringBuilder sb, String keyword, String value) { argument
45 sb.append(keyword);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsearch_engine_manager_handler.cc183 dict->SetString("keyword", table_model->GetText(
265 const base::string16& keyword,
269 list_controller_->ModifyTemplateURL(template_url, title, keyword, url);
271 list_controller_->AddTemplateURL(title, keyword, url);
280 base::string16 keyword; local
284 !args->GetString(ENGINE_KEYWORD, &keyword) ||
293 validity.SetBoolean("keyword", edit_controller_->IsKeywordValid(keyword));
311 base::string16 keyword; local
314 !args->GetString(ENGINE_KEYWORD, &keyword) ||
262 OnEditedKeyword( TemplateURL* template_url, const base::string16& title, const base::string16& keyword, const std::string& url) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c120 static void print_list_keyword_desc(const char *name, const char *keyword);
289 cur_parser_module->keyword, &arch_error);
295 _("architecture"), cur_arch_module->keyword);
299 _("FATAL"), cur_parser_module->keyword,
301 cur_arch_module->keyword);
336 cur_preproc_module->keyword) == 0)
340 cur_preproc_module->keyword, _("preprocessor"),
341 _("parser"), cur_parser_module->keyword);
355 if (strcmp(cur_arch_module->keyword, "x86") == 0) {
379 if (!obj && strcmp(cur_objfmt_module->keyword, "db
933 print_list_keyword_desc(const char *name, const char *keyword) argument
[all...]
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc196 return base::i18n::GetDisplayStringInLTRDirectionality(url->keyword());
259 const base::string16& keyword,
266 data.SetKeyword(keyword);
277 const base::string16& keyword,
287 template_url_service_->ResetTemplateURL(template_url, title, keyword, url);
331 TemplateURL* keyword = GetTemplateURL(index); local
334 if (current_default == keyword)
338 template_url_service_->SetUserSelectedDefaultSearchProvider(keyword);
350 const int new_index = IndexOfTemplateURL(keyword);
257 Add(int index, const base::string16& short_name, const base::string16& keyword, const std::string& url) argument
275 ModifyTemplateURL(int index, const base::string16& title, const base::string16& keyword, const std::string& url) argument
H A Dedit_search_engine_controller.h25 const base::string16& keyword,
52 // Returns true if the value of |keyword_input| represents a valid keyword.
53 // The keyword is valid if it is non-empty and does not conflict with an
54 // existing entry. NOTE: this is just the keyword, not the title and url.
H A Dtemplate_url_table_model.h29 // the second the keyword.
64 const base::string16& keyword,
70 const base::string16& keyword,
83 // Moves the keyword at the specified index to be at the end of the main
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dkeyword_hint_view.cc44 void KeywordHintView::SetKeyword(const base::string16& keyword) { argument
45 keyword_ = keyword;
57 url_service->GetKeywordShortName(keyword, &is_extension_keyword));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java41 public static TemplateUrl create(int id, String shortName, String keyword) { argument
42 return new TemplateUrl(id, shortName, keyword);
45 public TemplateUrl(int index, String shortName, String keyword) { argument
48 mKeyword = keyword;
/external/chromium_org/chrome/common/importer/
H A Dimporter_data_types.h53 base::string16 keyword; member in struct:importer::URLKeywordInfo
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h167 // A static version GetTemplateURL() that takes the match's keyword and
169 // associated with |keyword| if it exists; otherwise returns the TemplateURL
173 const base::string16& keyword,
181 // the match's keyword is known, it can be passed in. Otherwise, it can be
188 const base::string16& keyword);
202 // Gets data relevant to whether there should be any special keyword-related
203 // UI shown for this match. If this match represents a selected keyword, i.e.
204 // the UI should be "in keyword mode", |keyword| will be set to the keyword
352 base::string16 keyword; member in struct:AutocompleteMatch
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py57 KEYWORD = 'keyword'
99 def IsKeyword(self, keyword):
100 """Tests if this token is the given keyword.
103 keyword: The keyword to compare to.
106 True if this token is a keyword token with the given name.
108 return self.type == JavaScriptTokenType.KEYWORD and self.string == keyword
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database.h54 const base::string16& keyword);
68 base::string16 keyword; member in struct:history::ShortcutsDatabase::Shortcut::MatchCore

Completed in 4192 milliseconds

1234567891011>>