Home
last modified time | relevance | path

Searched refs:source_id (Results 1 – 25 of 74) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/webui/
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);
39 void Open(const std::string& source_id,
43 const std::string& source_id,
72 const std::string& source_id);
73 DevToolsTargetImpl* FindTarget(const std::string& source_id,
76 void PopulateTargets(const std::string& source_id,
79 void ForceUpdateIfNeeded(const std::string& source_id,
Dinspect_ui.cc161 std::string source_id; in HandleOpenCommand() local
164 if (ParseStringArgs(args, &source_id, &browser_id, &url)) in HandleOpenCommand()
165 inspect_ui_->Open(source_id, browser_id, url); in HandleOpenCommand()
170 std::string source_id; in HandleInspectBrowserCommand() local
173 if (ParseStringArgs(args, &source_id, &browser_id, &front_end)) { in HandleInspectBrowserCommand()
175 source_id, browser_id, GURL(front_end)); in HandleInspectBrowserCommand()
275 void InspectUI::Inspect(const std::string& source_id, in Inspect() argument
277 DevToolsTargetImpl* target = FindTarget(source_id, target_id); in Inspect()
281 ForceUpdateIfNeeded(source_id, target_type); in Inspect()
285 void InspectUI::Activate(const std::string& source_id, in Activate() argument
[all …]
/external/chromium_org/mojo/system/
Dmessage_in_transit.h121 EndpointId source_id() const { return header()->source_id; } in source_id() function
197 EndpointId source_id() const { return header()->source_id; } in source_id() function
200 void set_source_id(EndpointId source_id) { header()->source_id = source_id; } in set_source_id() argument
235 EndpointId source_id; // 4 bytes. member
Dchannel.cc361 << local_id << ", remote ID = " << message_view.source_id() << ")"; in OnReadMessageForDownstream()
409 << message_view.source_id() << ")"; in OnReadMessageForChannel()
411 message_view.source_id())) { in OnReadMessageForChannel()
419 << message_view.source_id() << ")"; in OnReadMessageForChannel()
421 message_view.source_id())) { in OnReadMessageForChannel()
429 << message_view.source_id() << ")"; in OnReadMessageForChannel()
431 message_view.source_id())) { in OnReadMessageForChannel()
Dchannel.h163 MessageInTransit::EndpointId source_id,
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_copy_texture.txt39 void glCopyTextureCHROMIUM (GLenum target, GLenum source_id,
43 Copies the contents of texture referred to by <source_id> to texture
52 The internal format of <source_id> texture must be one of the following
55 When <source_id> texture doens't contain a superset of the component
75 INVALID_OPERATION is generated if the internal format of <source_id> is not one of
80 INVALID_VALUE is generated if <source_id> or <dest_id> are not valid texture
86 INVALID_VALUE is generated if textures corresponding to <source_id> have not
109 16/7/2014 Add GL_TEXTURE_RECTANGLE_ARB as valid source_id target.
/external/chromium_org/extensions/browser/api/cast_channel/
Dcast_message_util.cc33 message_proto->set_source_id(message.source_id); in MessageInfoToCastMessage()
66 if (message_proto.namespace_().empty() || message_proto.source_id().empty() || in IsCastMessageValid()
79 message->source_id = message_proto.source_id(); in CastMessageToMessageInfo()
111 out += ", sourceId = " + message_proto.source_id(); in CastMessageToString()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_copy_texture_chromium.cc218 GLuint source_id, in DoCopyTexImage2D() argument
228 source_target, source_id, 0 /* level */, framebuffer)) { in DoCopyTexImage2D()
244 decoder->RestoreTextureState(source_id); in DoCopyTexImage2D()
317 GLuint source_id, in DoCopyTexture() argument
341 source_id, in DoCopyTexture()
358 source_id, in DoCopyTexture()
372 GLuint source_id, in DoCopyTextureWithTransform() argument
453 glBindTexture(source_target, source_id); in DoCopyTextureWithTransform()
472 decoder->RestoreTextureState(source_id); in DoCopyTextureWithTransform()
Dgles2_cmd_copy_texture_chromium.h35 GLuint source_id,
50 GLuint source_id,
/external/chromium_org/content/browser/renderer_host/media/
Dmedia_stream_dispatcher_host_unittest.cc418 void AddSourceIdConstraint(const std::string& source_id, in AddSourceIdConstraint() argument
421 source_id)); in AddSourceIdConstraint()
608 std::string source_id = content::GetHMACForMediaDeviceID( in TEST_F() local
612 ASSERT_FALSE(source_id.empty()); in TEST_F()
614 AddSourceIdConstraint(source_id, &options.mandatory_audio); in TEST_F()
618 EXPECT_EQ(host_->audio_devices_[0].device.id, source_id); in TEST_F()
624 std::string source_id = content::GetHMACForMediaDeviceID( in TEST_F() local
628 ASSERT_FALSE(source_id.empty()); in TEST_F()
630 AddSourceIdConstraint(source_id, &options.mandatory_video); in TEST_F()
634 EXPECT_EQ(host_->video_devices_[0].device.id, source_id); in TEST_F()
[all …]
/external/chromium_org/content/public/browser/
Dmedia_device_id.cc44 const std::string& source_id, in GetMediaDeviceIDForHMAC() argument
53 source_id, in GetMediaDeviceIDForHMAC()
Dmedia_device_id.h41 const std::string& source_id,
/external/chromium_org/chrome/browser/devtools/
Ddevtools_targets_ui.h29 DevToolsTargetsUIHandler(const std::string& source_id,
33 std::string source_id() const { return source_id_; } in source_id() function
/external/tcpdump/
Dprint-atm.c344 u_int8_t source_id[12]; member
414 for (idx = 0; idx < sizeof(oam_ptr.oam_fm_loopback->source_id); idx++) { in oam_print()
416 printf("%04x ", EXTRACT_16BITS(&oam_ptr.oam_fm_loopback->source_id[idx])); in oam_print()
Dprint-isoclns.c623 u_int8_t source_id[SYSTEM_ID_LEN]; member
632 u_int8_t source_id[SYSTEM_ID_LEN]; member
649 u_int8_t source_id[NODE_ID_LEN]; member
656 u_int8_t source_id[NODE_ID_LEN]; member
2188 isis_print_id(header_iih_lan->source_id,SYSTEM_ID_LEN)); in isis_print()
2194 printf(", src-id %s", isis_print_id(header_iih_ptp->source_id,SYSTEM_ID_LEN)); in isis_print()
2205 printf(", src-id %s", isis_print_id(header_csnp->source_id,NODE_ID_LEN)); in isis_print()
2209 printf(", src-id %s", isis_print_id(header_psnp->source_id,NODE_ID_LEN)); in isis_print()
2256 isis_print_id(header_iih_lan->source_id,SYSTEM_ID_LEN), in isis_print()
2291 isis_print_id(header_iih_ptp->source_id,SYSTEM_ID_LEN), in isis_print()
[all …]
/external/chromium_org/chrome/browser/ui/views/
Ddesktop_media_picker_views.h69 content::DesktopMediaID source_id);
77 const content::DesktopMediaID& source_id() const { return source_id_; } in source_id() function
Ddesktop_media_picker_views.cc71 DesktopMediaID source_id) in DesktopMediaSourceView() argument
73 source_id_(source_id), in DesktopMediaSourceView()
519 source = selection->source_id(); in Accept()
/external/chromium_org/content/browser/devtools/
Ddevtools_netlog_observer.cc201 uint32 source_id = request->net_log().source().id; in PopulateResponseInfo() local
207 dev_tools_net_log_observer->GetResourceInfo(source_id); in PopulateResponseInfo()
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_delegate.cc31 const base::string16& source_id) { in AddMessageToConsole() argument
/external/chromium_org/net/base/
Dnet_log.cc106 int source_id = -1; in FromEventParameters() local
111 !source_dict->GetInteger("id", &source_id) || in FromEventParameters()
117 DCHECK_GE(source_id, 0); in FromEventParameters()
119 *source = Source(static_cast<SourceType>(source_type), source_id); in FromEventParameters()
/external/chromium_org/components/web_contents_delegate_android/
Dweb_contents_delegate_android.cc237 const base::string16& source_id) { in AddMessageToConsole() argument
242 line_no, source_id); in AddMessageToConsole()
245 ConvertUTF16ToJavaString(env, source_id)); in AddMessageToConsole()
/external/chromium_org/chromecast/shell/browser/android/
Dcast_window_android.h71 const base::string16& source_id) OVERRIDE;
/external/chromium_org/media/filters/
Dchunk_demuxer_unittest.cc333 ChunkDemuxer::Status AddId(const std::string& source_id, int stream_flags) { in AddId() argument
353 return demuxer_->AddId(source_id, type, codecs); in AddId()
356 ChunkDemuxer::Status AddIdForMp2tSource(const std::string& source_id) { in AddIdForMp2tSource() argument
361 return demuxer_->AddId(source_id, type, codecs); in AddIdForMp2tSource()
368 void AppendCluster(const std::string& source_id, in AppendCluster() argument
370 AppendData(source_id, cluster->data(), cluster->size()); in AppendCluster()
381 void AppendSingleStreamCluster(const std::string& source_id, int track_number, in AppendSingleStreamCluster() argument
398 AppendCluster(source_id, in AppendSingleStreamCluster()
516 void AppendSingleStreamCluster(const std::string& source_id, int track_number, in AppendSingleStreamCluster() argument
520 AppendCluster(source_id, GenerateCluster(blocks, false)); in AppendSingleStreamCluster()
[all …]
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dextension_message_port.cc36 info.source_id = source_extension_id; in DispatchOnConnect()
/external/chromium_org/content/renderer/pepper/
Dpepper_media_stream_video_track_host.cc521 std::string source_id; in InitBlinkTrack() local
522 base::Base64Encode(base::RandBytesAsString(64), &source_id); in InitBlinkTrack()
524 webkit_source.initialize(base::UTF8ToUTF16(source_id), in InitBlinkTrack()

123