/external/chromium_org/chrome/browser/devtools/ |
devtools_targets_ui.h | 38 void Inspect(const std::string& target_id, Profile* profile); 39 void Activate(const std::string& target_id); 40 void Close(const std::string& target_id); 41 void Reload(const std::string& target_id);
|
devtools_targets_ui.cc | 493 void DevToolsTargetsUIHandler::Inspect(const std::string& target_id, 495 TargetMap::iterator it = targets_.find(target_id); 500 void DevToolsTargetsUIHandler::Activate(const std::string& target_id) { 501 TargetMap::iterator it = targets_.find(target_id); 506 void DevToolsTargetsUIHandler::Close(const std::string& target_id) { 507 TargetMap::iterator it = targets_.find(target_id); 512 void DevToolsTargetsUIHandler::Reload(const std::string& target_id) { 513 TargetMap::iterator it = targets_.find(target_id);
|
/external/chromium_org/third_party/libXNVCtrl/ |
NVCtrl.c | 85 * 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, [all...] |
NVCtrlLib.h | 110 * 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 set to 'screen' 714 int target_id; member in struct:__anon11725 738 int target_id; member in struct:__anon11727 763 int target_id; member in struct:__anon11729 787 int target_id; member in struct:__anon11731 [all...] |
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 */ 559 * Leave target_type before target_id for the 562 * store target_id in the bottom 16-bits of the second DWORD of th [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
inspect_ui.h | 34 void Inspect(const std::string& source_id, const std::string& target_id); 35 void Activate(const std::string& source_id, const std::string& target_id); 36 void Close(const std::string& source_id, const std::string& target_id); 37 void Reload(const std::string& source_id, const std::string& target_id);
|
inspect_ui.cc | 204 const std::string& target_id) { 207 handler->Inspect(target_id, Profile::FromWebUI(web_ui())); 211 const std::string& target_id) { 214 handler->Activate(target_id); 218 const std::string& target_id) { 221 handler->Close(target_id); 225 const std::string& target_id) { 228 handler->Reload(target_id);
|
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.h | 52 typedef C2D_STATUS (*LINK_c2dDraw)( uint32 target_id, 57 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); 59 typedef C2D_STATUS (*LINK_c2dFinish)( uint32 target_id);
|
/external/chromium_org/content/public/browser/ |
resource_dispatcher_host_delegate.h | 119 // Returns true and sets |origin| and |target_id| if a Stream should be 123 // - the |target_id| returned by this function 132 std::string* target_id); 134 // Informs the delegate that a Stream was created. |target_id| will be filled 142 const std::string& target_id,
|
resource_dispatcher_host_delegate.cc | 87 std::string* target_id) { 95 const std::string& target_id,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Type_Names_Suite.py | 154 class target_id(aetools.ComponentItem): class in inherits:aetools.ComponentItem 346 target_id._superclassnames = [] 347 target_id._privpropdict = { 349 target_id._privelemdict = { 419 'targ' : target_id,
|
__init__.py | 136 getbaseclasses(target_id) 331 'targ' : target_id,
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_resource_dispatcher_host_delegate.h | 87 std::string* target_id) OVERRIDE; 92 const std::string& target_id,
|
chrome_resource_dispatcher_host_delegate.cc | 533 std::string* target_id) { 557 *target_id = extension_id; 569 const std::string& target_id, 577 target_id));
|
/external/chromium_org/content/browser/devtools/ |
devtools_http_handler_impl.cc | 261 const std::string target_id = info.path.substr(strlen(kThumbUrlPrefix)); local 262 DevToolsTarget* target = GetTarget(target_id); 403 std::string* target_id) { 419 *target_id = command->substr(separator_pos + 1); 444 std::string target_id; local 445 if (!ParseJsonPath(path, &command, &target_id)) { 494 const std::string target_id = target->GetId(); local 495 target_map_[target_id] = target.release(); 500 DevToolsTarget* target = GetTarget(target_id); 505 "No such target id: " + target_id); [all...] |
devtools_http_handler_impl.h | 107 std::string GetFrontendURLInternal(const std::string target_id,
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
extension_message_port.cc | 35 info.target_id = target_extension_id;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
__init__.py | 91 getbaseclasses(StdSuites.Type_Names_Suite.target_id) 166 'targ' : StdSuites.Type_Names_Suite.target_id,
|
/frameworks/base/docs/html/tools/projects/ |
projects-cmdline.jd | 67 --target <target_ID> \ 132 android update project --name <project_name> --target <target_ID> 163 --target <target_ID> \ 208 --target <em><target_ID></em> \ 222 --target <em><target_ID></em> \
|
/external/chromium_org/chrome/renderer/extensions/ |
extension_helper.cc | 281 info.source_id, info.target_id, info.source_url, 285 void ExtensionHelper::OnExtensionDeliverMessage(int target_id, 288 target_id,
|
runtime_custom_bindings.cc | 68 info.target_id = *v8::String::Utf8Value(args[0]->ToString());
|
/external/chromium_org/chrome/browser/extensions/api/debugger/ |
debugger_api.cc | 135 if (src.target_id) 136 dst->target_id.reset(new std::string(*src.target_id)); 476 format, keys::kOpaqueTargetType, *debuggee_.target_id); 508 } else if (debuggee_.target_id) { 509 agent_host_ = DevToolsAgentHost::GetForId(*debuggee_.target_id);
|
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 559 C2D_API C2D_STATUS c2dDraw( uint32 target_id, 573 C2D_API C2D_STATUS c2dFlush( uint32 target_id, c2d_ts_handle *timestamp); 585 C2D_API C2D_STATUS c2dFinish( uint32 target_id ); [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
c2d2.h | 559 C2D_API C2D_STATUS c2dDraw( uint32 target_id, 573 C2D_API C2D_STATUS c2dFlush( uint32 target_id, c2d_ts_handle *timestamp); 585 C2D_API C2D_STATUS c2dFinish( uint32 target_id ); [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
c2d2.h | 559 C2D_API C2D_STATUS c2dDraw( uint32 target_id, 573 C2D_API C2D_STATUS c2dFlush( uint32 target_id, c2d_ts_handle *timestamp); 585 C2D_API C2D_STATUS c2dFinish( uint32 target_id ); [all...] |