HomeSort by relevance Sort by last modified time
    Searched refs:client_name (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.h 21 std::string client_name; member in struct:SafeBrowsingProtocolConfig
36 // |client_name| and |version|. When not empty, |additional_query| is
40 const std::string& client_name,
protocol_manager_helper.cc 39 const std::string& client_name, const std::string& version,
42 !client_name.empty() && !version.empty());
45 client_name.c_str(), version.c_str());
ping_manager_unittest.cc 37 config.client_name = kClient;
103 config.client_name = kClient;
safe_browsing_service.cc 352 config.client_name = dist->GetSafeBrowsingName();
355 config.client_name = "googlechrome";
357 config.client_name = "chromium";
  /external/chromium_org/google_apis/
google_api_keys.py 73 def GetClientID(client_name):
75 return _GetToken('GOOGLE_CLIENT_ID_%s' % client_name)
78 def GetClientSecret(client_name):
80 return _GetToken('GOOGLE_CLIENT_SECRET_%s' % client_name)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
bootparam_prot.x 76 bp_machine_name_t client_name;
82 bp_machine_name_t client_name;
bootparam_prot.h 53 bp_machine_name_t client_name; member in struct:bp_whoami_res
60 bp_machine_name_t client_name; member in struct:bp_getfile_arg
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 76 bp_machine_name_t client_name;
82 bp_machine_name_t client_name;
bootparam_prot.h 53 bp_machine_name_t client_name; member in struct:bp_whoami_res
60 bp_machine_name_t client_name; member in struct:bp_getfile_arg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 76 bp_machine_name_t client_name;
82 bp_machine_name_t client_name;
bootparam_prot.h 53 bp_machine_name_t client_name; member in struct:bp_whoami_res
60 bp_machine_name_t client_name; member in struct:bp_getfile_arg
  /external/chromium_org/cloud_print/gcp20/prototype/
local_print_job.h 46 std::string client_name; member in struct:LocalPrintJob
  /external/chromium_org/remoting/protocol/
pairing_registry.cc 33 const std::string& client_name,
37 client_name_(client_name),
46 const std::string& client_name) {
54 return Pairing(created_time, client_name, client_id, shared_secret);
59 std::string client_name, client_id; local
62 pairing.GetString(kClientNameKey, &client_name) &&
68 return Pairing(created_time, client_name, client_id, shared_secret);
78 pairing->SetString(kClientNameKey, client_name());
106 const std::string& client_name) {
109 Pairing result = Pairing::Create(client_name);
    [all...]
pairing_registry.h 46 const std::string& client_name,
51 static Pairing Create(const std::string& client_name);
62 std::string client_name() const { return client_name_; } function in struct:remoting::protocol::PairingRegistry::Pairing
116 Pairing CreatePairing(const std::string& client_name);
pairing_registry_unittest.cc 51 EXPECT_EQ(expected.client_name(), value);
189 MATCHER_P(EqualsClientName, client_name, "") {
190 return arg.client_name() == client_name;
  /external/chromium_org/chrome/browser/sync/glue/
device_info.h 28 const std::string& client_name,
41 const std::string& client_name() const;
device_info.cc 48 const std::string& client_name,
53 client_name_(client_name),
65 const std::string& DeviceInfo::client_name() const { function in class:browser_sync::DeviceInfo
123 && this->client_name() == other.client_name()
214 base::Callback<void(const std::string& client_name)> callback) {
synced_device_tracker.cc 72 specifics.client_name(),
91 specifics.client_name(),
128 specifics.client_name(),
165 specifics.set_client_name(info.client_name());
182 node.SetTitle(UTF8ToWide(specifics.client_name()));
196 new_node.SetTitle(UTF8ToWide(specifics.client_name()));
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 55 const std::string& client_name,
93 const std::string& client_name,
204 const std::string& client_name,
225 // newkey, report), |client_name| and |version|. When not empty,
230 const std::string& client_name,
protocol_manager.cc 47 const std::string& client_name,
55 sb_service, client_name, client_key, wrapped_key,
71 const std::string& client_name,
81 return factory_->CreateProtocolManager(sb_service, client_name, client_key,
89 const std::string& client_name,
109 client_name_(client_name),
724 const std::string& client_name, const std::string& version,
727 !client_name.empty() && !version.empty());
730 client_name.c_str(), version.c_str());
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win_unittest.cc 118 EXPECT_EQ(pairing.client_name(), unprivileged_pairing.client_name());
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility.cc 64 void FetchToken(const std::string& client_name);
247 const std::string& client_name) {
249 pending_managed_user_id_, client_name,
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 147 static InfoBar* Create(RenderViewHost* rvh, const std::string& client_name);
154 explicit ExtensionDevToolsInfoBarDelegate(const std::string& client_name);
175 const std::string& client_name) {
190 new ExtensionDevToolsInfoBarDelegate(client_name))));
194 const std::string& client_name)
196 client_name_(client_name),
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 111 const std::string& client_name) {
113 ASSERT(!client_name.empty());
122 if (server.empty() || client_name.empty()) {
132 client_name_ = client_name;
peer_connection_client.h 78 const std::string& client_name);

Completed in 390 milliseconds

1 2