HomeSort by relevance Sort by last modified time
    Searched defs:search_text (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 94 def search_text(self, text, prog=None, ok=0): member in class:SearchEngine
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 94 def search_text(self, text, prog=None, ok=0): member in class:SearchEngine
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 264 string16 search_text; local
265 EXTENSION_FUNCTION_VALIDATE(json->GetString(keys::kTextKey, &search_text));
287 hs->QueryHistory(search_text, options, &cancelable_consumer_,
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 376 string16 search_text = UTF8ToUTF16(params->query.text); local
392 hs->QueryHistory(search_text, options, &cancelable_consumer_,
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 445 string16 search_text, const history::QueryOptions& options) {
457 hs->QueryHistory(search_text,
461 base::Unretained(this), search_text, options));
468 search_text,
472 search_text, options,
497 string16 search_text = ExtractStringValue(args); local
528 QueryHistory(search_text, options);
739 const string16& search_text,
756 !search_text.empty(),
761 results_info_value_.SetString("term", search_text);
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2652 string16 search_text; local
    [all...]

Completed in 808 milliseconds