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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation.h 46 // Performs server side content search operation for |search_query|. If
52 void Search(const std::string& search_query,
search_operation.cc 90 void SearchOperation::Search(const std::string& search_query,
97 // This is first request for the |search_query|.
99 search_query,
  /external/chromium_org/chrome/common/
instant_types.h 95 string16 search_query; member in struct:InstantAutocompleteResult
  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h 75 virtual void Search(const std::string& search_query,
fake_file_system.h 107 virtual void Search(const std::string& search_query,
file_system_interface.h 371 // Does server side content search for |search_query|.
377 virtual void Search(const std::string& search_query,
file_system.h 79 virtual void Search(const std::string& search_query,
job_scheduler.h 86 void Search(const std::string& search_query,
fake_file_system.cc 187 void FakeFileSystem::Search(const std::string& search_query,
file_system.cc 853 void FileSystem::Search(const std::string& search_query,
858 search_operation_->Search(search_query, next_url, callback);
    [all...]
job_scheduler.cc 266 const std::string& search_query,
275 search_query,
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_service_interface.h 101 // Searches the resources for the |search_query| from all the user's
107 // |search_query| must not be empty.
110 const std::string& search_query,
fake_drive_service.cc 353 const std::string& search_query,
356 DCHECK(!search_query.empty());
360 search_query,
421 std::string search_query; local
432 search_query =
448 start_changestamp, search_query, directory_resource_id,
    [all...]
fake_drive_service.h 115 const std::string& search_query,
265 const std::string& search_query,
gdata_wapi_service.cc 232 const std::string& search_query,
235 DCHECK(!search_query.empty());
243 search_query,
drive_api_service.h 84 const std::string& search_query,
dummy_drive_service.cc 65 const std::string& search_query,
dummy_drive_service.h 40 const std::string& search_query,
gdata_wapi_service.h 80 const std::string& search_query,
drive_api_service.cc 384 const std::string& search_query,
387 DCHECK(!search_query.empty());
394 drive::util::TranslateQuery(search_query),

Completed in 568 milliseconds