Searched defs:source_id (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_targets_ui.h29 DevToolsTargetsUIHandler(const std::string& source_id,
33 std::string source_id() const { return source_id_; } function in class:DevToolsTargetsUIHandler
H A Ddevtools_targets_ui.cc368 browser_data->SetString(kTargetSourceField, source_id());
416 const std::string& source_id,
418 : source_id_(source_id),
415 DevToolsTargetsUIHandler( const std::string& source_id, const Callback& callback) argument
/external/chromium_org/content/public/browser/
H A Dmedia_device_id.cc44 const std::string& source_id,
53 source_id,
41 GetMediaDeviceIDForHMAC(MediaStreamType stream_type, const ResourceContext::SaltCallback& rc, const GURL& security_origin, const std::string& source_id, std::string* device_id) argument
H A Dweb_contents_delegate.cc48 const base::string16& source_id) {
44 AddMessageToConsole(WebContents* source, int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.h69 content::DesktopMediaID source_id);
77 const content::DesktopMediaID& source_id() const { return source_id_; } function in class:DesktopMediaSourceView
H A Ddesktop_media_picker_views.cc71 DesktopMediaID source_id)
73 source_id_(source_id),
519 source = selection->source_id();
69 DesktopMediaSourceView( DesktopMediaListView* parent, DesktopMediaID source_id) argument
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_delegate.cc31 const base::string16& source_id) {
29 AddMessageToConsole( int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
H A Drender_frame_host_impl.cc587 const base::string16& source_id) {
588 if (delegate_->AddMessageToConsole(level, message, line_no, source_id))
597 message << "\", source: " << source_id << " (" << line_no << ")";
583 OnAddMessageToConsole( int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc153 const base::string16& source_id) {
149 AddMessageToConsole(content::WebContents* source, int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.cc237 const base::string16& source_id) {
242 line_no, source_id);
245 ConvertUTF16ToJavaString(env, source_id));
232 AddMessageToConsole( WebContents* source, int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/chromium_org/mojo/system/
H A Dmessage_in_transit.h121 EndpointId source_id() const { return header()->source_id; } function in class:mojo::system::MessageInTransit::View
197 EndpointId source_id() const { return header()->source_id; } function in class:mojo::system::MessageInTransit
200 void set_source_id(EndpointId source_id) { header()->source_id = source_id; } argument
235 EndpointId source_id; // 4 bytes. member in struct:mojo::system::MessageInTransit::Header
/external/tcpdump/
H A Dprint-atm.c344 u_int8_t source_id[12]; member in struct:oam_fm_loopback_t
414 for (idx = 0; idx < sizeof(oam_ptr.oam_fm_loopback->source_id); idx++) {
416 printf("%04x ", EXTRACT_16BITS(&oam_ptr.oam_fm_loopback->source_id[idx]));
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc218 GLuint source_id,
228 source_target, source_id, 0 /* level */, framebuffer)) {
244 decoder->RestoreTextureState(source_id);
317 GLuint source_id,
341 source_id,
358 source_id,
372 GLuint source_id,
453 glBindTexture(source_target, source_id);
472 decoder->RestoreTextureState(source_id);
216 DoCopyTexImage2D(const gpu::gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLuint dest_id, GLint dest_level, GLenum dest_internal_format, GLsizei width, GLsizei height, GLuint framebuffer) argument
314 DoCopyTexture( const gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLenum source_internal_format, GLuint dest_id, GLint dest_level, GLenum dest_internal_format, GLsizei width, GLsizei height, bool flip_y, bool premultiply_alpha, bool unpremultiply_alpha) argument
369 DoCopyTextureWithTransform( const gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLuint dest_id, GLint dest_level, GLsizei width, GLsizei height, bool flip_y, bool premultiply_alpha, bool unpremultiply_alpha, const GLfloat transform_matrix[16]) argument
/external/chromium_org/net/base/
H A Dnet_log.cc106 int source_id = -1; local
111 !source_dict->GetInteger("id", &source_id) ||
117 DCHECK_GE(source_id, 0);
119 *source = Source(static_cast<SourceType>(source_type), source_id);
/external/chromium_org/chrome/browser/ui/webui/
H A Dinspect_ui.cc161 std::string source_id; local
164 if (ParseStringArgs(args, &source_id, &browser_id, &url))
165 inspect_ui_->Open(source_id, browser_id, url);
170 std::string source_id; local
173 if (ParseStringArgs(args, &source_id, &browser_id, &front_end)) {
175 source_id, browser_id, GURL(front_end));
275 void InspectUI::Inspect(const std::string& source_id, argument
277 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
281 ForceUpdateIfNeeded(source_id, target_type);
285 void InspectUI::Activate(const std::string& source_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
317 Open(const std::string& source_id, const std::string& browser_id, const std::string& url) argument
325 InspectBrowserWithCustomFrontend( const std::string& source_id, const std::string& browser_id, const GURL& frontend_url) argument
498 FindTargetHandler( const std::string& source_id) argument
504 FindTarget( const std::string& source_id, const std::string& target_id) argument
518 ForceUpdateIfNeeded(const std::string& source_id, const std::string& target_type) argument
[all...]
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host_unittest.cc418 void AddSourceIdConstraint(const std::string& source_id, argument
421 source_id));
608 std::string source_id = content::GetHMACForMediaDeviceID( local
612 ASSERT_FALSE(source_id.empty());
614 AddSourceIdConstraint(source_id, &options.mandatory_audio);
618 EXPECT_EQ(host_->audio_devices_[0].device.id, source_id);
624 std::string source_id = content::GetHMACForMediaDeviceID( local
628 ASSERT_FALSE(source_id.empty());
630 AddSourceIdConstraint(source_id, &options.mandatory_video);
634 EXPECT_EQ(host_->video_devices_[0].device.id, source_id);
647 std::string source_id = content::GetHMACForMediaDeviceID( local
663 std::string source_id = content::GetHMACForMediaDeviceID( local
[all...]
H A Dmedia_stream_manager.cc842 const std::string& source_id,
846 // The source_id can be empty if the constraint is set but empty.
847 if (source_id.empty())
861 if (content::DoesMediaDeviceIDMatchHMAC(sc, security_origin, source_id,
908 std::string source_id = content::GetHMACForMediaDeviceID( local
912 if (device_it->device.id == source_id &&
1389 std::string source_id = content::GetHMACForMediaDeviceID( local
1403 if (device_it->device.id == source_id &&
838 TranslateSourceIdToDeviceId( MediaStreamType stream_type, const ResourceContext::SaltCallback& sc, const GURL& security_origin, const std::string& source_id, std::string* device_id) const argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_video_track_host.cc521 std::string source_id; local
522 base::Base64Encode(base::RandBytesAsString(64), &source_id);
524 webkit_source.initialize(base::UTF8ToUTF16(source_id),
/external/chromium_org/content/shell/browser/
H A Dshell.cc341 const base::string16& source_id) {
337 AddMessageToConsole(WebContents* source, int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_socket_unittest.cc54 const std::string& source_id,
59 message->source_id = source_id;
66 const std::string& source_id,
71 message->source_id = source_id;
53 CreateStringMessage(const std::string& namespace_, const std::string& source_id, const std::string& destination_id, const std::string& data, MessageInfo* message) argument
65 CreateBinaryMessage(const std::string& namespace_, const std::string& source_id, const std::string& destination_id, const std::string& data, MessageInfo* message) argument
/external/esd/include/
H A Desd.h210 int source_id; /* either a stream fd or sample id */ member in struct:esd_player_info
/external/chromium_org/cc/resources/
H A Dresource_provider.cc2004 void ResourceProvider::CopyResource(ResourceId source_id, ResourceId dest_id) { argument
2007 Resource* source_resource = GetResource(source_id);
H A Dresource_provider_unittest.cc3409 ResourceProvider::ResourceId source_id = 0; local
3424 source_id = resource_provider->CreateResource(
3442 resource_provider->AcquireImage(source_id);
3444 resource_provider->MapImage(source_id, &stride);
3448 resource_provider->UnmapImage(source_id);
3469 resource_provider->CopyResource(source_id, dest_id);
3481 resource_provider->DeleteResource(source_id);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_local_predictor.cc107 explicit CandidatePrerenderInfo(URLID source_id) argument
110 source_url_.id = source_id;
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc396 const base::string16& source_id) {
402 args->SetString(webview::kSourceId, source_id);
392 AddMessageToConsole(WebContents* source, int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument

Completed in 8055 milliseconds

12