Searched refs:google_apis (Results 226 - 250 of 263) sorted by relevance

1234567891011

/external/chromium_org/google_apis/drive/
H A Drequest_sender_unittest.cc5 #include "google_apis/drive/request_sender.h"
9 #include "google_apis/drive/base_requests.h"
10 #include "google_apis/drive/dummy_auth_service.h"
13 namespace google_apis { namespace
251 } // namespace google_apis
H A Dbase_requests.cc5 #include "google_apis/drive/base_requests.h"
14 #include "google_apis/drive/request_sender.h"
15 #include "google_apis/drive/task_util.h"
56 base::Bind(&google_apis::ParseJson, json),
85 namespace google_apis { namespace
748 } // namespace google_apis
H A Dbase_requests.h18 #include "google_apis/drive/gdata_errorcode.h"
28 namespace google_apis { namespace
490 } // namespace google_apis
H A Ddrive_api_parser_unittest.cc5 #include "google_apis/drive/drive_api_parser.h"
9 #include "google_apis/drive/test_util.h"
10 #include "google_apis/drive/time_util.h"
13 namespace google_apis { namespace
274 } // namespace google_apis
H A Ddrive_api_url_generator_unittest.cc5 #include "google_apis/drive/drive_api_url_generator.h"
7 #include "google_apis/drive/test_util.h"
11 namespace google_apis { namespace
444 } // namespace google_apis
H A Dgdata_wapi_parser_unittest.cc5 #include "google_apis/drive/gdata_wapi_parser.h"
12 #include "google_apis/drive/test_util.h"
13 #include "google_apis/drive/time_util.h"
16 namespace google_apis { namespace
234 } // namespace google_apis
H A Dgdata_wapi_parser.cc5 #include "google_apis/drive/gdata_wapi_parser.h"
19 #include "google_apis/drive/time_util.h"
25 namespace google_apis { namespace
563 } // namespace google_apis
H A Dgdata_wapi_parser.h36 namespace google_apis { namespace
600 } // namespace google_apis
H A Ddrive_api_parser.cc5 #include "google_apis/drive/drive_api_parser.h"
14 #include "google_apis/drive/time_util.h"
16 namespace google_apis { namespace
705 } // namespace google_apis
H A Ddrive_api_parser.h29 namespace google_apis { namespace
746 } // namespace google_apis
H A Ddrive_api_requests.cc5 #include "google_apis/drive/drive_api_requests.h"
14 #include "google_apis/drive/request_sender.h"
15 #include "google_apis/drive/request_util.h"
16 #include "google_apis/drive/time_util.h"
19 namespace google_apis { namespace
807 } // namespace google_apis
/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine.cc19 #include "google_apis/google_api_keys.h"
303 "key=" + net::EscapeQueryParamValue(google_apis::GetAPIKey(), true));
323 net::EscapeQueryParamValue(google_apis::GetAPIKey(), true));
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.cc18 #include "google_apis/drive/task_util.h"
364 google_apis::CreateRelayCallback(callback)));
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc19 #include "google_apis/google_api_keys.h"
126 std::string api_key = google_apis::GetAPIKey();
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc17 #include "google_apis/google_api_keys.h"
127 std::string api_key = google_apis::GetAPIKey();
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender.cc49 #include "google_apis/google_api_keys.h"
114 params->SetString("key", google_apis::GetAPIKey());
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.cc19 #include "google_apis/google_api_keys.h"
194 std::string api_key = google_apis::GetAPIKey();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache.cc23 #include "google_apis/drive/task_util.h"
287 base::Bind(&google_apis::RunTaskWithTaskRunner,
H A Dsync_client.cc19 #include "google_apis/drive/task_util.h"
256 google_apis::GetContentCallback(),
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.cc32 #include "google_apis/google_api_keys.h"
638 std::string api_key = google_apis::GetAPIKey();
/external/chromium_org/sync/engine/
H A Dsyncer_proto_util.cc9 #include "google_apis/google_api_keys.h"
358 msg->set_api_key(google_apis::GetAPIKey());
/external/chromium_org/
H A DGypAndroid.darwin-arm.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-arm.mk
H A DGypAndroid.darwin-arm64.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-arm64.mk
H A DGypAndroid.darwin-mips.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-mips.mk
H A DGypAndroid.darwin-mips64.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-mips64.mk

Completed in 4619 milliseconds

1234567891011