Searched refs:keyword (Results 76 - 100 of 321) sorted by relevance

1234567891011>>

/external/chromium_org/components/omnibox/
H A Dkeyword_provider.h5 // This file contains the keyword autocomplete provider. The keyword provider
6 // is responsible for remembering/suggesting user "search keyword queries"
29 // Autocomplete provider for keyword input.
37 // of a known "keyword". A keyword is some string that maps to a search query
39 // example, the keyword "bug" might map to the URL "http://b/issue?id=%s", so
42 // Because we do prefix matching, user input could match more than one keyword
46 // The resulting matches are shown with content specified by the keyword
47 // (usually "Search [name] for %s"), description "(Keyword: [keyword])", an
[all...]
H A Dautocomplete_match.cc87 keyword(match.keyword),
124 keyword = match.keyword;
336 const base::string16& keyword,
340 TemplateURL* template_url = keyword.empty() ?
341 NULL : template_url_service->GetTemplateURLForKeyword(keyword);
350 const base::string16& keyword) {
359 // by some obscure query param from each other or from the search/keyword
362 template_url_service, keyword, stripped_destination_ur
334 GetTemplateURLWithKeyword( TemplateURLService* template_url_service, const base::string16& keyword, const std::string& host) argument
347 GURLToStrippedGURL( const GURL& url, TemplateURLService* template_url_service, const base::string16& keyword) argument
427 GetKeywordUIState( TemplateURLService* template_url_service, base::string16* keyword, bool* is_keyword_hint) const argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dphystokens.py3 import keyword, re, token, tokenize namespace
99 if ttype == token.NAME and keyword.iskeyword(ttext):
/external/chromium_org/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/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.c79 yasm__strcasecmp(((yasm_preproc_base*)pp)->module->keyword, "cpp") == 0;
81 yasm__strcasecmp(((yasm_preproc_base*)pp)->module->keyword, "nasm") == 0;
/external/lldb/source/Core/
H A DUserSettingsController.cpp91 Properties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const argument
96 properties_sp->Apropos (keyword, matching_properties);
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_browsertest.cc40 // Test that our extension's keyword is suggested to us when we partially type
52 // enter "extension keyword" mode.
60 EXPECT_EQ(ASCIIToUTF16("keyword"), match.keyword);
66 ASCIIToUTF16("keyword suggestio"), base::string16::npos,
73 // First result should be to invoke the keyword with what we typed, 2-4
79 EXPECT_EQ(ASCIIToUTF16("keyword"), result.match_at(0).keyword);
80 EXPECT_EQ(ASCIIToUTF16("keyword suggestio"),
86 EXPECT_EQ(ASCIIToUTF16("keyword"), resul
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dsearch_engine_manager.css39 .search-engine-list .keyword-column {
50 .search-engine-list .keyword-column,
56 .search-engine-list .default .keyword-column {
H A Dsearch_engine_manager_engine_list.js14 * keyword: string,
63 * Input field for editing the engine keyword.
104 engine.keyword = '';
134 // Then the keyword column.
135 var keywordEl = this.createEditableTextCell(engine.keyword);
136 keywordEl.className = 'keyword-column';
233 this.keywordField_.value != engine.keyword ||
310 if (validity.keyword) {
324 this.currentlyValid_ = validity.name && validity.keyword && validity.url;
/external/llvm/utils/vim/
H A Dtablegen.vim17 syn keyword tgKeyword def let in code dag field include defm foreach
18 syn keyword tgType class int string list bit bits multiclass
28 syn keyword tgTodo contained TODO FIXME
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc448 last_default_keyword = result_.default_match()->keyword;
451 result_.default_match()->associated_keyword->keyword;
490 result_.default_match()->associated_keyword->keyword;
493 // updated if fill_into_edit, associated_keyword, or keyword differ. (The
494 // second can change if we've just started Chrome and the keyword database
497 // labeled with the default search provider's keyword--to a URL.)
507 (result_.default_match()->keyword != last_default_keyword)));
519 // Determine if the user's input is an exact keyword match.
526 base::string16 keyword(
528 if (!keyword
[all...]
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service.h80 const char* const keyword; member in struct:TemplateURLService::Initializer
113 // Removes any unnecessary characters from a user input keyword.
115 static base::string16 CleanUserInputKeyword(const base::string16& keyword);
123 // keyword/url pair, or there is one but it can be replaced. If there is an
124 // existing keyword that can be replaced and template_url_to_replace is
125 // non-NULL, template_url_to_replace is set to the keyword to replace.
129 bool CanReplaceKeyword(const base::string16& keyword,
134 // sorted shortest keyword-first. If |support_replacement_only| is true, only
140 // Looks up |keyword| and returns the element it maps to. Returns NULL if
141 // the keyword wa
[all...]
H A Dtemplate_url_service_sync_unittest.cc45 // Extract the keyword from a search engine syncer::SyncData.
47 return sync_data.GetSpecifics().search_engine().keyword();
51 // caller to override the keyword, URL, or GUID fields with empty strings, in
63 autogenerate_keyword ? std::string() : base::UTF16ToUTF8(turl.keyword()));
78 se_specifics->keyword(), specifics);
172 TemplateURL* CreateTestTemplateURL(const base::string16& keyword,
185 // sync_guid, keyword, and url fields.
258 const base::string16& keyword,
266 data.SetKeyword(keyword);
282 ASSERT_EQ(expected.keyword(), actua
257 CreateTestTemplateURL( const base::string16& keyword, const std::string& url, const std::string& guid, time_t last_mod, bool safe_for_autoreplace, bool created_by_policy) const argument
1265 TemplateURL* keyword = local
[all...]
H A Dtemplate_url_service_unittest.cc62 const std::string& keyword,
74 data.SetKeyword(base::UTF8ToUTF16(keyword));
91 const std::string& keyword,
101 model, short_name, keyword, url, suggest_url, alternate_url,favicon_url,
114 EXPECT_EQ(expected->keyword(), actual->keyword());
140 const std::string& keyword,
203 const std::string& keyword,
212 return ::AddKeywordWithDate(model(), short_name, keyword, url, suggest_url,
220 ASSERT_EQ(expected.keyword(), actua
59 CreateKeywordWithDate( TemplateURLService* model, const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, bool show_in_default_list, const std::string& encodings, Time date_created, Time last_modified) argument
88 AddKeywordWithDate( TemplateURLService* model, const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, const std::string& encodings, Time date_created, Time last_modified) argument
201 AddKeywordWithDate( const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, const std::string& encodings, Time date_created, Time last_modified) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c72 const T1_Field keyword )
81 /* if the keyword has a dedicated callback, call it */
82 if ( keyword->type == T1_FIELD_TYPE_CALLBACK )
84 keyword->reader( (FT_Face)face, parser );
90 switch ( keyword->location )
116 keyword->ident ));
122 switch ( keyword->location )
136 /* now, load the keyword data in the object's field(s) */
137 if ( keyword->type == T1_FIELD_TYPE_INTEGER_ARRAY ||
138 keyword
343 T1_Field keyword = (T1_Field)cid_field_records; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DBasicShapeFunctions.cpp48 CSSValueID keyword = orientation == HORIZONTAL ? CSSValueRight : CSSValueBottom;
50 return pool.createValue(Pair::create(pool.createIdentifierValue(keyword), pool.createValue(center.length(), style), Pair::DropIdenticalValues));
152 CSSValueID keyword = CSSValueTop; local
154 keyword = CSSValueCenter;
156 keyword = value->getValueID();
158 keyword = pair->first()->getValueID();
164 switch (keyword) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dplurults.cpp399 const UnicodeString* keyword; local
400 while (NULL != (keyword = keywords->snext(status))) {
401 int32_t count = rules->getSamples(*keyword, values, LENGTHOF(values), status);
405 UNICODE_STRING_SIMPLE(", keyword ") + *keyword);
410 // errln(UNICODE_STRING_SIMPLE("no samples for keyword ") + *keyword + UNICODE_STRING_SIMPLE(" in locale ") + locales[i].getName() );
416 UNICODE_STRING_SIMPLE(", keyword ") + *keyword);
427 if (*keyword !
449 UnicodeString keyword = rules->select((int32_t)26); local
595 UnicodeString keyword = pr->select(2.); local
604 checkSelect(const LocalPointer<PluralRules> &rules, UErrorCode &status, int32_t line, const char *keyword, ...) argument
908 UnicodeString keyword = pr->select(n); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dplurults.cpp399 const UnicodeString* keyword; local
400 while (NULL != (keyword = keywords->snext(status))) {
401 int32_t count = rules->getSamples(*keyword, values, LENGTHOF(values), status);
405 UNICODE_STRING_SIMPLE(", keyword ") + *keyword);
410 // errln(UNICODE_STRING_SIMPLE("no samples for keyword ") + *keyword + UNICODE_STRING_SIMPLE(" in locale ") + locales[i].getName() );
416 UNICODE_STRING_SIMPLE(", keyword ") + *keyword);
427 if (*keyword !
449 UnicodeString keyword = rules->select((int32_t)26); local
595 UnicodeString keyword = pr->select(2.); local
604 checkSelect(const LocalPointer<PluralRules> &rules, UErrorCode &status, int32_t line, const char *keyword, ...) argument
908 UnicodeString keyword = pr->select(n); local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c134 static void print_list_keyword_desc(const char *name, const char *keyword);
386 if (strcmp(cur_arch_module->keyword, "x86") == 0 &&
395 cur_parser_module->keyword, &arch_error);
401 _("architecture"), cur_arch_module->keyword);
405 _("FATAL"), cur_parser_module->keyword,
407 cur_arch_module->keyword);
442 cur_preproc_module->keyword) == 0)
446 cur_preproc_module->keyword, _("preprocessor"),
447 _("parser"), cur_parser_module->keyword);
466 if (strcmp(cur_arch_module->keyword, "x8
1312 print_list_keyword_desc(const char *name, const char *keyword) argument
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py68 for keyword in keywords:
69 keyword_map[keyword.lower()] = keyword
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_test_util.cc141 const std::string& keyword,
150 enabled, name, keyword, search_url, suggest_url, icon_url, encodings,
138 SetManagedDefaultSearchPreferences( bool enabled, const std::string& name, const std::string& keyword, const std::string& search_url, const std::string& suggest_url, const std::string& icon_url, const std::string& encodings, const std::string& alternate_url, const std::string& search_terms_replacement_key) argument
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc125 // Creates a string-to-string, keyword-value map from a parameter/query string
127 // keyword from value.
131 std::string keyword; local
146 parameters[keyword] = value;
147 keyword = "";
155 keyword += character;
164 keyword += character;
173 parameters[keyword] = value;
174 keyword = "";
189 parameters[keyword]
[all...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_css_value_keywords.py152 for keyword in self._value_keywords:
154 current_offset += len(keyword["name"]) + 1
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcoffeescript.js161 return "keyword";
/external/chromium_org/third_party/icu/source/common/
H A Duresimp.h151 * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
156 * @param keyword locale keyword. Example: "collation"
161 * @param omitDefault if TRUE, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
168 const char *path, const char *resName, const char *keyword, const char *locid,
172 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
174 * @param keyword a particular keyword to consider, must match a top level resource name
179 ures_getKeywordValues(const char *path, const char *keyword, UErrorCod
[all...]

Completed in 863 milliseconds

1234567891011>>