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

1 2 3 4 5

  /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);
38 void Open(const std::string& source_id,
68 DevToolsTargetsUIHandler* FindTargetHandler(const std::string& source_id);
70 const std::string& source_id);
72 void PopulateTargets(const std::string& source_id,
inspect_ui.cc 148 std::string source_id; local
151 if (ParseStringArgs(args, &source_id, &browser_id, &url))
152 inspect_ui_->Open(source_id, browser_id, url);
203 void InspectUI::Inspect(const std::string& source_id,
205 DevToolsTargetsUIHandler* handler = FindTargetHandler(source_id);
210 void InspectUI::Activate(const std::string& source_id,
212 DevToolsTargetsUIHandler* handler = FindTargetHandler(source_id);
217 void InspectUI::Close(const std::string& source_id,
219 DevToolsTargetsUIHandler* handler = FindTargetHandler(source_id);
224 void InspectUI::Reload(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
59 INVALID_VALUE is generated if <source_id> or <dest_id> are not valid texture
65 INVALID_VALUE is generated if textures corresponding to <source_id> have not
  /external/chromium_org/chrome/browser/devtools/
devtools_targets_ui.h 27 DevToolsTargetsUIHandler(const std::string& source_id, Callback callback);
30 std::string source_id() const { return source_id_; } function in class:DevToolsTargetsUIHandler
59 DevToolsRemoteTargetsUIHandler(const std::string& source_id,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h 29 GLenum dest_target, GLuint source_id, GLuint dest_id,
38 GLuint source_id, GLuint dest_id, GLint level,
gles2_cmd_copy_texture_chromium.cc 325 GLuint source_id,
338 DoCopyTextureWithTransform(decoder, source_target, dest_target, source_id,
347 GLuint source_id,
406 glBindTexture(source_target, source_id);
425 decoder->RestoreTextureState(source_id);
  /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/mojo/system/
message_in_transit.h 70 EndpointId source_id() const { return source_id_; } function in class:mojo::system::MessageInTransit
73 void set_source_id(EndpointId source_id) { source_id_ = source_id; }
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_message_util.cc 30 message_proto->set_source_id(message.source_id);
65 message->source_id = message_proto.source_id();
97 out += ", sourceId = " + message_proto.source_id();
cast_channel.proto 33 required string source_id = 2;
  /external/chromium_org/chrome/browser/resources/net_internals/
http_pipeline_view.html 33 <td><a jsvalues=".href: '#events&q=id:' + source_id" jscontent="source_id"></a></td>
spdy_view.html 47 <td><a jsvalues=".href: '#events&q=id:' + source_id" jscontent="source_id"></a></td>
  /external/chromium/chrome/browser/net/
passive_log_collector.h 52 uint32 source_id; member in struct:PassiveLogCollector::SourceInfo
161 // Removes |source_id| from |sources_|. This also releases any references
163 void DeleteSourceInfo(uint32 source_id);
165 // Adds |source_id| to the FIFO queue (graveyard) for deletion.
166 void AddToDeletionQueue(uint32 source_id);
168 // Removes |source_id| from the |deletion_queue_| container.
169 void EraseFromDeletionQueue(uint32 source_id);
171 // Adds/Releases a reference from the source with ID |source_id|.
173 void AdjustReferenceCountForSource(int offset, uint32 source_id);
load_timing_observer.h 65 URLRequestRecord* GetURLRequestRecord(uint32 source_id);
109 URLRequestRecord* CreateURLRequestRecord(uint32 source_id);
110 void DeleteURLRequestRecord(uint32 source_id);
passive_log_collector_unittest.cc 23 ChromeNetLog::Entry MakeStartLogEntryWithURL(int source_id,
29 NetLog::Source(kSourceType, source_id),
34 ChromeNetLog::Entry MakeStartLogEntry(int source_id) {
35 return MakeStartLogEntryWithURL(source_id,
36 StringPrintf("http://req%d", source_id));
39 ChromeNetLog::Entry MakeEndLogEntry(int source_id) {
44 NetLog::Source(kSourceType, source_id),
51 return a.source_id < b.source_id;
329 EXPECT_EQ(stream_job_source.id, info.source_id);
    [all...]
passive_log_collector.cc 40 : source_id(net::NetLog::Source::kInvalidId),
200 it->second.source_id = entry.source.id;
214 AddToDeletionQueue(info.source_id);
217 DeleteSourceInfo(info.source_id);
228 uint32 source_id) {
229 SourceIDToInfoMap::iterator it = sources_.find(source_id);
238 source_id) == deletion_queue_.end());
267 uint32 source_id) {
268 DCHECK(sources_.find(source_id) != sources_.end());
269 DCHECK(!sources_.find(source_id)->second.is_alive)
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host_unittest.cc 361 void AddSourceIdConstraint(const std::string& source_id,
364 source_id));
539 std::string source_id = content::GetHMACForMediaDeviceID( local
543 ASSERT_FALSE(source_id.empty());
545 AddSourceIdConstraint(source_id, &options.mandatory_audio);
549 EXPECT_EQ(host_->audio_devices_[0].device.id, source_id);
555 std::string source_id = content::GetHMACForMediaDeviceID( local
559 ASSERT_FALSE(source_id.empty());
561 AddSourceIdConstraint(source_id, &options.mandatory_video);
565 EXPECT_EQ(host_->video_devices_[0].device.id, source_id);
578 std::string source_id = content::GetHMACForMediaDeviceID( local
594 std::string source_id = content::GetHMACForMediaDeviceID( local
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_guest_delegate.cc 25 const base::string16& source_id) {
test_browser_plugin_guest_delegate.h 27 const base::string16& source_id) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.cc 28 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")
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 118 var idCell = tablePrinter.addCell(session.source_id);
119 idCell.link = '#events&q=id:' + session.source_id;
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 245 uint32 source_id = request->net_log().source().id;
251 dev_tools_net_log_observer->GetResourceInfo(source_id);
260 uint32 source_id = request->net_log().source().id;
268 source_id);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 36 info.source_id = source_extension_id;
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 297 uint32 source_id = request->net_log().source().id;
303 dev_tools_net_log_observer->GetResourceInfo(source_id);
312 uint32 source_id = request->net_log().source().id;
320 source_id);

Completed in 774 milliseconds

1 2 3 4 5