HomeSort by relevance Sort by last modified time
    Searched full:turl (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.cc 40 std::string GetTURLInfoString(const TemplateURL* turl) {
41 DCHECK(turl);
42 return "TemplateURL: shortname: " + base::UTF16ToASCII(turl->short_name()) +
43 " keyword: " + base::UTF16ToASCII(turl->keyword()) + " url: " +
44 turl->url();
85 LOG(ERROR) << "TURL GUID from a not found in b's TURLs: " << it->first;
151 LOG(ERROR) << "The other service did not contain a TURL with keyword: "
225 TemplateURL* turl = service->GetTemplateURLForKeyword(keyword); local
226 EXPECT_TRUE(turl);
228 service->ResetTemplateURL(turl, short_name, new_keyword, url)
242 TemplateURL* turl = service->GetTemplateURLForKeyword(keyword); local
257 TemplateURL* turl = service->GetTemplateURLForKeyword(CreateKeyword(seed)); local
    [all...]
two_client_search_engines_sync_test.cc 154 TemplateURL* turl = service->GetTemplateURLForKeyword(ASCIIToUTF16("test1")); local
155 EXPECT_TRUE(turl);
156 service->ResetTemplateURL(turl, turl->short_name(), ASCIIToUTF16("test0"),
157 turl->url());
  /external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller_unittest.cc 142 const TemplateURL* turl = util()->model()->GetTemplateURLForKeyword(kB); local
143 ASSERT_TRUE(turl);
144 EXPECT_EQ(ASCIIToUTF16("a"), turl->short_name());
145 EXPECT_EQ(ASCIIToUTF16("b"), turl->keyword());
146 EXPECT_EQ("http://c", turl->url());
155 TemplateURL* turl = util()->model()->GetTemplateURLs()[0]; local
156 controller()->ModifyTemplateURL(turl, kA1, kB1, "http://c1");
160 EXPECT_EQ(ASCIIToUTF16("a1"), turl->short_name());
161 EXPECT_EQ(ASCIIToUTF16("b1"), turl->keyword());
162 EXPECT_EQ("http://c1", turl->url())
170 const TemplateURL* turl = util()->model()->GetTemplateURLForKeyword(kB); local
252 TemplateURL* turl = new TemplateURL(data); local
    [all...]
template_url_table_model.cc 277 TemplateURL* turl = new TemplateURL(data); local
278 template_url_service_->Add(turl);
279 scoped_ptr<ModelEntry> entry(new ModelEntry(this, turl));
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 55 syncer::SyncData CreateCustomSyncData(const TemplateURL& turl,
62 se_specifics->set_short_name(base::UTF16ToUTF8(turl.short_name()));
64 autogenerate_keyword ? std::string() : base::UTF16ToUTF8(turl.keyword()));
65 se_specifics->set_favicon_url(turl.favicon_url().spec());
67 se_specifics->set_safe_for_autoreplace(turl.safe_for_autoreplace());
68 se_specifics->set_originating_url(turl.originating_url().spec());
69 se_specifics->set_date_created(turl.date_created().ToInternalValue());
70 se_specifics->set_input_encodings(JoinString(turl.input_encodings(), ';'));
71 se_specifics->set_show_in_default_list(turl.show_in_default_list());
72 se_specifics->set_suggestions_url(turl.suggestions_url())
923 const TemplateURL* turl = model()->GetTemplateURLForGUID("key2"); local
    [all...]
template_url_service.cc 58 bool IdenticalSyncGUIDs(const TemplateURLData* data, const TemplateURL* turl) {
59 if (!data || !turl)
60 return !data && !turl;
62 return data->sync_guid == turl->sync_guid();
158 // Returns true if |turl|'s GUID is not found inside |sync_data|. This is to be
162 bool IsFromSync(const TemplateURL* turl, const SyncDataMap& sync_data) {
163 return !!sync_data.count(turl->sync_guid());
1400 TemplateURL* turl = new TemplateURL(data); local
1545 TemplateURL* turl = *i; local
2409 TemplateURL* turl = GetTemplateURLForGUID(new_guid); local
    [all...]
util.cc 83 TemplateURL* turl = *i; local
84 int prepopulate_id = turl->prepopulate_id();
86 unchecked_urls.insert(std::make_pair(prepopulate_id, turl));
88 checked_urls.push_back(turl);
template_url_service.h 337 // Processes a local TemplateURL change for Sync. |turl| is the TemplateURL
343 const TemplateURL* turl,
358 // from |turl|.
360 const TemplateURL& turl);
583 // Attempts to generate a unique keyword for |turl| based on its original
589 base::string16 UniquifyKeyword(const TemplateURL& turl, bool force);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
search_engine_data_type_controller_unittest.cc 56 // Pre-emptively get the TURL Service and make sure it is loaded.
  /external/chromium_org/chrome/browser/webdata/
keyword_table.cc 606 TemplateURL turl(data);
609 bool delete_entry = turl.GetType() == TemplateURL::OMNIBOX_API_EXTENSION;
614 GURL url(turl.GenerateSearchURL(terms_data));
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 104 Log.v(TAG, "\turl\t\t= " + url);
  /external/sonivox/arm-wt-22k/bin/
arm-wt-22k 
  /external/sonivox/arm-wt-22k/lib/
libarm-wt-22k.a     [all...]
  /external/owasp/sanitizer/benchmark-data/
Yahoo!.html     [all...]

Completed in 926 milliseconds