HomeSort by relevance Sort by last modified time
    Searched refs:current_keyword_extension_id_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
keyword_provider.cc 222 if (template_url->GetExtensionId() != current_keyword_extension_id_)
224 if (current_keyword_extension_id_.empty())
458 current_keyword_extension_id_.clear();
465 if (matches_.empty() || current_keyword_extension_id_.empty() ||
528 DCHECK(current_keyword_extension_id_.empty());
529 current_keyword_extension_id_ = extension_id;
532 profile_, current_keyword_extension_id_);
536 if (!current_keyword_extension_id_.empty()) {
538 profile_, current_keyword_extension_id_);
540 current_keyword_extension_id_.clear()
    [all...]
keyword_provider.h 159 std::string current_keyword_extension_id_; member in class:KeywordProvider

Completed in 1351 milliseconds