Searched refs:client_id (Results 251 - 264 of 264) sorted by path

<<11

/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc448 const string& client_id,
450 GetMutableLastUpdate()->set_originator_cache_guid(client_id);
447 SetLastUpdateOriginatorFields( const string& client_id, const string& entry_id) argument
H A Dmock_connection_manager.h154 void SetLastUpdateOriginatorFields(const std::string& client_id,
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py1376 client_id = parsed.get('client_id')
1377 if not client_id:
1379 client_id = client_id[0]
1380 if client_id not in self.clients:
1381 self.clients[client_id] = self.client_name_generator.next()
1382 return self.clients[client_id]
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js1351 chrome.runtime.Manifest.Oauth2.prototype.client_id;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dappledri.c245 XAppleDRICreateSurface(dpy, screen, drawable, client_id, key, uid)
249 unsigned int client_id;
266 req->client_id = client_id;
H A Dappledri.h103 unsigned int client_id, unsigned int key[2],
H A Dappledristr.h132 CARD32 client_id B32;
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.cc297 ContentProtectionClientId client_id) {
298 client_protection_requests_.erase(client_id);
316 ContentProtectionClientId client_id,
362 ProtectionRequests::iterator it = client_protection_requests_.find(client_id);
375 ContentProtectionClientId client_id,
389 if (it->first == client_id && it2->first == display_id)
400 if (client_protection_requests_.find(client_id) !=
402 client_protection_requests_[client_id].erase(display_id);
403 if (client_protection_requests_[client_id].size() == 0)
404 client_protection_requests_.erase(client_id);
296 UnregisterContentProtectionClient( ContentProtectionClientId client_id) argument
315 QueryContentProtectionStatus( ContentProtectionClientId client_id, int64_t display_id, uint32_t* link_mask, uint32_t* protection_mask) argument
374 EnableContentProtection( ContentProtectionClientId client_id, int64_t display_id, uint32_t desired_method_mask) argument
[all...]
H A Ddisplay_configurator.h208 void UnregisterContentProtectionClient(ContentProtectionClientId client_id);
215 bool QueryContentProtectionStatus(ContentProtectionClientId client_id,
224 bool EnableContentProtection(ContentProtectionClientId client_id,
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_service.cc96 TfClientId client_id) {
114 hr = sentence_compartment->SetValue(client_id, &sentence_variant);
123 bool InitializeDisabledContext(ITfContext* context, TfClientId client_id) { argument
141 hr = disabled_compartment->SetValue(client_id, &variant);
157 hr = empty_context->SetValue(client_id, &empty_context_variant);
228 TfClientId client_id,
256 client_id,
269 !InitializeDisabledContext(context, client_id)) {
320 TfClientId client_id,
323 : client_id_(client_id),
95 InitializeSentenceMode(ITfThreadMgr2* thread_manager, TfClientId client_id) argument
226 Create( ITfThreadMgr2* thread_manager, TfClientId client_id, const std::vector<InputScope>& input_scopes, HWND window_handle, TextStoreDelegate* delegate) argument
319 TextServiceImpl(ITfThreadMgr2* thread_manager, TfClientId client_id, HWND window_handle, TextServiceDelegate* delegate) argument
476 TfClientId client_id = TF_CLIENTID_NULL; local
[all...]
/external/mesa3d/src/glx/apple/
H A Dappledri.c245 XAppleDRICreateSurface(dpy, screen, drawable, client_id, key, uid)
249 unsigned int client_id;
266 req->client_id = client_id;
H A Dappledri.h103 unsigned int client_id, unsigned int key[2],
H A Dappledristr.h132 CARD32 client_id B32;
/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c26 UINT4 client_id; local
44 if ((client_id = rc_own_ipaddress()) == 0)
47 if (rc_avpair_add(sendpairs, PW_NAS_IP_ADDRESS, &client_id,

Completed in 8509 milliseconds

<<11