/external/chromium_org/third_party/libXNVCtrl/ |
D | NVCtrlLib.h | 143 int target_id, 180 int target_id, 233 int target_id, 261 int target_id, 312 int target_id, 353 int target_id, 394 int target_id, 412 int target_id, 609 int target_id, 627 int target_id, [all …]
|
D | NVCtrl.c | 91 int *target_type, int *target_id) in XEXT_GENERATE_CLOSE_DISPLAY() 99 *target_type = *target_id; in XEXT_GENERATE_CLOSE_DISPLAY() 100 *target_id = tmp; in XEXT_GENERATE_CLOSE_DISPLAY() 246 int target_id, in XNVCTRLSetTargetAttribute() argument 255 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id); in XNVCTRLSetTargetAttribute() 262 req->target_id = target_id; in XNVCTRLSetTargetAttribute() 285 int target_id, in XNVCTRLSetTargetAttributeAndGetStatus() argument 305 req->target_id = target_id; in XNVCTRLSetTargetAttributeAndGetStatus() 338 int target_id, in XNVCTRLQueryTargetAttribute() argument 352 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id); in XNVCTRLQueryTargetAttribute() [all …]
|
D | nv_control.h | 185 CARD16 target_id B16; /* X screen number or GPU number */ 223 CARD16 target_id B16; 235 CARD16 target_id B16; 261 CARD16 target_id B16; /* X screen number or GPU number */ 287 CARD16 target_id B16; 313 CARD16 target_id B16; /* X screen number or GPU number */ 477 CARD16 target_id B16; /* X screen number or GPU number */ 513 CARD16 target_id B16; /* X screen number or GPU number */ 572 CARD16 target_id B16; 591 CARD16 target_id B16; [all …]
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | inspect_ui.h | 35 void Inspect(const std::string& source_id, const std::string& target_id); 36 void Activate(const std::string& source_id, const std::string& target_id); 37 void Close(const std::string& source_id, const std::string& target_id); 38 void Reload(const std::string& source_id, const std::string& target_id); 85 const std::string& target_id);
|
D | inspect_ui.cc | 225 const std::string& target_id) { in Inspect() argument 226 DevToolsTargetImpl* target = FindTarget(source_id, target_id); in Inspect() 232 const std::string& target_id) { in Activate() argument 233 DevToolsTargetImpl* target = FindTarget(source_id, target_id); in Activate() 239 const std::string& target_id) { in Close() argument 240 DevToolsTargetImpl* target = FindTarget(source_id, target_id); in Close() 246 const std::string& target_id) { in Reload() argument 247 DevToolsTargetImpl* target = FindTarget(source_id, target_id); in Reload() 472 const std::string& source_id, const std::string& target_id) { in FindTarget() argument 475 it->second->GetTarget(target_id) : NULL; in FindTarget()
|
/external/chromium_org/content/browser/devtools/ |
D | devtools_http_handler_impl.cc | 271 const std::string target_id = info.path.substr(strlen(kThumbUrlPrefix)); in OnHttpRequest() local 272 DevToolsTarget* target = GetTarget(target_id); in OnHttpRequest() 412 std::string* target_id) { in ParseJsonPath() argument 428 *target_id = command->substr(separator_pos + 1); in ParseJsonPath() 453 std::string target_id; in OnJsonRequestUI() local 454 if (!ParseJsonPath(path, &command, &target_id)) { in OnJsonRequestUI() 502 const std::string target_id = target->GetId(); in OnJsonRequestUI() local 503 target_map_[target_id] = target.release(); in OnJsonRequestUI() 508 DevToolsTarget* target = GetTarget(target_id); in OnJsonRequestUI() 513 "No such target id: " + target_id); in OnJsonRequestUI() [all …]
|
D | devtools_http_handler_impl.h | 110 std::string GetFrontendURLInternal(const std::string target_id,
|
/external/chromium_org/chrome/browser/extensions/api/debugger/ |
D | debugger_api.cc | 153 if (src.target_id) in CopyDebuggee() 154 dst->target_id.reset(new std::string(*src.target_id)); in CopyDebuggee() 506 format, keys::kOpaqueTargetType, *debuggee_.target_id); in FormatErrorMessage() 542 } else if (debuggee_.target_id) { in InitAgentHost() 543 agent_host_ = DevToolsAgentHost::GetForId(*debuggee_.target_id); in InitAgentHost()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_targets_ui.h | 43 DevToolsTargetImpl* GetTarget(const std::string& target_id);
|
D | devtools_targets_ui.cc | 502 const std::string& target_id) { in GetTarget() argument 503 TargetMap::iterator it = targets_.find(target_id); in GetTarget()
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | extension_message_port.cc | 35 info.target_id = target_extension_id; in DispatchOnConnect()
|
/external/chromium_org/extensions/renderer/ |
D | extension_helper.cc | 279 void ExtensionHelper::OnExtensionDeliverMessage(int target_id, in OnExtensionDeliverMessage() argument 282 dispatcher_->script_context_set(), target_id, message, render_view()); in OnExtensionDeliverMessage()
|
D | runtime_custom_bindings.cc | 67 info.target_id = *v8::String::Utf8Value(args[0]->ToString()); in OpenChannelToExtension()
|
D | messaging_bindings.cc | 380 context_set.ForEach(info.target_id, in DispatchOnConnect()
|
/external/chromium_org/chrome/browser/background/ |
D | background_contents_service_unittest.cc | 126 explicit NotificationWaiter(const std::string& target_id) in NotificationWaiter() argument 127 : target_id_(target_id) {} in NotificationWaiter()
|
/external/chromium_org/chrome/browser/extensions/api/automation_internal/ |
D | automation_util.cc | 140 ax_tree_update.target_id = event.id; in DispatchAccessibilityEventsToAutomation()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_extension_message_filter.cc | 178 info.target_id, in OpenChannelToExtensionOnUIThread()
|
/external/libsepol/src/ |
D | link.c | 855 char *id = key, *new_id = NULL, *target_id; in alias_copy_callback() local 878 target_id = mod->policy->p_type_val_to_name[primval - 1]; in alias_copy_callback() 879 target_type = hashtab_search(state->base->p_types.table, target_id); in alias_copy_callback() 882 state->cur_mod_name, target_id, id); in alias_copy_callback() 886 if (!strcmp(id, target_id)) { in alias_copy_callback()
|
/external/chromium_org/extensions/common/ |
D | extension_messages.h | 148 IPC_STRUCT_MEMBER(std::string, target_id)
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_win.cc | 62 CONTENT_EXPORT void AddTarget(int target_id); 89 void BrowserAccessibilityRelation::AddTarget(int target_id) { in AddTarget() argument 90 target_ids_.push_back(target_id); in AddTarget()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder.cc | 926 GLuint target_id,
|