HomeSort by relevance Sort by last modified time
    Searched full:source_id (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/ui/webui/
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);
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,
    [all...]
inspect_ui.cc 161 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,
277 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
281 ForceUpdateIfNeeded(source_id, target_type);
285 void InspectUI::Activate(const std::string& source_id,
    [all...]
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_copy_texture.txt 39 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.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java 73 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123");
76 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "4.5.6");
79 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar");
101 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
106 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "1");
130 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
133 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "2");
136 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "3");
170 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
  /external/chromium_org/chrome/browser/devtools/
devtools_targets_ui.h 29 DevToolsTargetsUIHandler(const std::string& source_id,
33 std::string source_id() const { return source_id_; } function in class:DevToolsTargetsUIHandler
  /external/chromium_org/content/public/browser/
media_device_id.cc 44 const std::string& source_id,
53 source_id,
media_device_id.h 41 const std::string& source_id,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h 35 GLuint source_id,
50 GLuint source_id,
gles2_cmd_copy_texture_chromium.cc 218 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);
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_message_util.cc 33 message_proto->set_source_id(message.source_id);
66 if (message_proto.namespace_().empty() || message_proto.source_id().empty() ||
79 message->source_id = message_proto.source_id();
111 out += ", sourceId = " + message_proto.source_id();
cast_channel_apitest.cc 55 message_info->source_id = "src";
373 // Missing source_id
384 EXPECT_EQ(error, "message_info.source_id is required");
  /external/chromium_org/chrome/browser/resources/net_internals/
spdy_view.html 47 <td><a jsvalues=".href: '#events&q=id:' + source_id" jscontent="source_id"></a></td>
  /external/chromium_org/mojo/system/
message_in_transit.h 121 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; }
235 EndpointId source_id; // 4 bytes. member in struct:mojo::system::MessageInTransit::Header
channel.cc 361 << local_id << ", remote ID = " << message_view.source_id() << ")";
409 << message_view.source_id() << ")";
411 message_view.source_id())) {
419 << message_view.source_id() << ")";
421 message_view.source_id())) {
429 << message_view.source_id() << ")";
431 message_view.source_id())) {
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host_unittest.cc 418 void AddSourceIdConstraint(const std::string& source_id,
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...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_delegate.cc 31 const base::string16& source_id) {
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java 68 .with(Groups.SOURCE_ID, "test_source_id")
93 .with(Groups.SOURCE_ID, "test_source_id")
ContactsContract_RawContactsTest.java 60 .with(RawContacts.SOURCE_ID, "source_id")
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 36 info.source_id = source_extension_id;
  /external/chromium_org/chromecast/shell/browser/android/
cast_window_android.h 71 const base::string16& source_id) OVERRIDE;
  /external/chromium_org/extensions/common/api/cast_channel/
cast_channel.proto 33 required string source_id = 2;
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.h 69 content::DesktopMediaID source_id);
77 const content::DesktopMediaID& source_id() const { return source_id_; } function in class:DesktopMediaSourceView
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 201 uint32 source_id = request->net_log().source().id;
207 dev_tools_net_log_observer->GetResourceInfo(source_id);
  /external/chromium_org/components/web_contents_delegate_android/
web_contents_delegate_android.cc 237 const base::string16& source_id) {
242 line_no, source_id);
245 ConvertUTF16ToJavaString(env, source_id));
  /external/tcpdump/
print-atm.c 344 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]));

Completed in 682 milliseconds

1 2 3 4 5