Searched refs:target_id (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dinspect_ui.h35 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);
74 const std::string& target_id);
H A Dinspect_ui.cc276 const std::string& target_id) {
277 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
286 const std::string& target_id) {
287 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
296 const std::string& target_id) {
297 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
306 const std::string& target_id) {
307 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
505 const std::string& source_id, const std::string& target_id) {
508 it->second->GetTarget(target_id)
275 Inspect(const std::string& source_id, const std::string& target_id) argument
285 Activate(const std::string& source_id, const std::string& target_id) argument
295 Close(const std::string& source_id, const std::string& target_id) argument
305 Reload(const std::string& source_id, const std::string& target_id) argument
504 FindTarget( const std::string& source_id, const std::string& target_id) argument
[all...]
/external/chromium_org/third_party/libXNVCtrl/
H A DNVCtrlLib.h110 * target_id set to 'screen'.
143 int target_id,
180 int target_id,
199 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id set to 'screen'.
233 int target_id,
261 int target_id,
278 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id set to 'screen'.
312 int target_id,
353 int target_id,
370 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id se
714 int target_id; member in struct:__anon12477
738 int target_id; member in struct:__anon12479
763 int target_id; member in struct:__anon12481
787 int target_id; member in struct:__anon12483
[all...]
H A DNVCtrl.c85 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
91 int *target_type, int *target_id)
95 /* We need to swap the target_type and target_id */
99 *target_type = *target_id;
100 *target_id = tmp;
246 int target_id,
255 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id);
262 req->target_id = target_id;
285 int target_id,
90 XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, int *target_type, int *target_id) argument
243 XNVCTRLSetTargetAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int value ) argument
282 XNVCTRLSetTargetAttributeAndGetStatus( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int value ) argument
335 XNVCTRLQueryTargetAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int *value ) argument
386 XNVCTRLQueryTargetAttribute64( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int64_t *value ) argument
426 XNVCTRLQueryTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char **ptr ) argument
495 XNVCTRLSetTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char *ptr ) argument
553 XNVCTRLQueryValidTargetAttributeValues32( Display *dpy, XExtDisplayInfo *info, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
597 XNVCTRLQueryValidTargetStringAttributeValues( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
641 XNVCTRLQueryValidTargetAttributeValues64( Display *dpy, XExtDisplayInfo *info, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
686 XNVCTRLQueryValidTargetAttributeValues( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
912 XNVCtrlSelectTargetNotify( Display *dpy, int target_type, int target_id, int notify_type, Bool onoff ) argument
969 XNVCTRLQueryTargetBinaryData( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, unsigned char **ptr, int *len ) argument
1040 XNVCTRLStringOperation( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char *pIn, char **ppOut ) argument
[all...]
H A Dnv_control.h185 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 */
559 * Leave target_type before target_id for the
562 * store target_id i
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_targets_ui.h41 DevToolsTargetImpl* GetTarget(const std::string& target_id);
H A Ddevtools_targets_ui.cc443 const std::string& target_id) {
444 TargetMap::iterator it = targets_.find(target_id);
442 GetTarget( const std::string& target_id) argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc35 info.target_id = target_extension_id;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc317 const std::string target_id = info.path.substr(strlen(kThumbUrlPrefix)); local
318 DevToolsTarget* target = GetTarget(target_id);
459 std::string* target_id) {
475 *target_id = command->substr(separator_pos + 1);
500 std::string target_id; local
501 if (!ParseJsonPath(path, &command, &target_id)) {
560 const std::string target_id = target->GetId(); local
561 target_map_[target_id] = target.release();
566 DevToolsTarget* target = GetTarget(target_id);
571 "No such target id: " + target_id);
456 ParseJsonPath( const std::string& path, std::string* command, std::string* target_id) argument
[all...]
H A Ddevtools_http_handler_impl.h112 std::string GetFrontendURLInternal(const std::string target_id,
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc153 if (src.target_id)
154 dst->target_id.reset(new std::string(*src.target_id));
501 format, keys::kOpaqueTargetType, *debuggee_.target_id);
536 } else if (debuggee_.target_id) {
537 agent_host_ = DevToolsAgentHost::GetForId(*debuggee_.target_id);
/external/chromium_org/extensions/renderer/
H A Dextension_helper.cc215 void ExtensionHelper::OnExtensionDeliverMessage(int target_id, argument
218 dispatcher_->script_context_set(), target_id, message, render_view());
H A Druntime_custom_bindings.cc67 info.target_id = *v8::String::Utf8Value(args[0]->ToString());
H A Dmessaging_bindings.cc387 context_set.ForEach(info.target_id,
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc126 explicit NotificationWaiter(const std::string& target_id) argument
127 : target_id_(target_id) {}
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_util.cc142 ax_event_params.target_id = event.id;
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_extension_message_filter.cc160 info.target_id,
/external/chromium_org/extensions/common/
H A Dextension_messages.h154 IPC_STRUCT_MEMBER(std::string, target_id)
/external/libsepol/src/
H A Dlink.c855 char *id = key, *new_id = NULL, *target_id; local
878 target_id = mod->policy->p_type_val_to_name[primval - 1];
879 target_type = hashtab_search(state->base->p_types.table, target_id);
882 state->cur_mod_name, target_id, id);
886 if (!strcmp(id, target_id)) {
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc63 CONTENT_EXPORT void AddTarget(int target_id);
90 void BrowserAccessibilityRelation::AddTarget(int target_id) { argument
91 target_ids_.push_back(target_id);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc938 GLuint target_id,

Completed in 390 milliseconds