Home
last modified time | relevance | path

Searched refs:SourceInfo (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DSourceInfo.cpp33 PassRefPtr<SourceInfo> SourceInfo::create(const blink::WebSourceInfo& webSourceInfo) in create()
36 return adoptRef(new SourceInfo(webSourceInfo)); in create()
39 SourceInfo::SourceInfo(const blink::WebSourceInfo& webSourceInfo) in SourceInfo() function in WebCore::SourceInfo
45 String SourceInfo::id() const in id()
50 String SourceInfo::kind() const in kind()
65 String SourceInfo::label() const in label()
70 String SourceInfo::facing() const in facing()
DSourceInfo.h37 class SourceInfo : public RefCounted<SourceInfo>, public ScriptWrappable {
39 static PassRefPtr<SourceInfo> create(const blink::WebSourceInfo&);
47 explicit SourceInfo(const blink::WebSourceInfo&);
52 typedef Vector<RefPtr<SourceInfo> > SourceInfoVector;
DMediaStreamTrackSourcesRequest.cpp58 m_sourceInfos.append(SourceInfo::create(webSourceInfos[i])); in requestSucceeded()
DMediaStreamTrackSourcesCallback.idl27 void handleEvent(sequence<SourceInfo> sources);
DSourceInfo.idl28 ] interface SourceInfo {
/external/chromium/chrome/browser/net/
Dpassive_log_collector.h43 struct SourceInfo { struct
44 SourceInfo();
45 ~SourceInfo();
72 typedef std::vector<SourceInfo> SourceInfoList; argument
150 SourceInfo* info);
153 typedef base::hash_map<uint32, SourceInfo> SourceIDToInfoMap;
159 SourceInfo* out_info) = 0;
176 void ReleaseAllReferencesToDependencies(SourceInfo* info);
205 SourceInfo* out_info);
219 SourceInfo* out_info);
[all …]
Dpassive_log_collector.cc21 PassiveLogCollector::SourceInfo* out_info) { in AddEntryToSourceInfo()
39 PassiveLogCollector::SourceInfo::SourceInfo() in SourceInfo() function in PassiveLogCollector::SourceInfo
46 PassiveLogCollector::SourceInfo::~SourceInfo() {} in ~SourceInfo()
128 std::string PassiveLogCollector::SourceInfo::GetURL() const { in GetURL()
199 SourceIDToInfoMap::value_type(entry.source.id, SourceInfo())).first; in OnAddEntry()
203 SourceInfo& info = it->second; in OnAddEntry()
261 const SourceInfo& info = it->second; in AppendAllEntries()
308 SourceInfo& info = it->second; in AdjustReferenceCountForSource()
336 const net::NetLog::Source& source, SourceInfo* info) { in AddReferenceToSourceDependency()
352 SourceInfo* info) { in ReleaseAllReferencesToDependencies()
[all …]
Dpassive_log_collector_unittest.cc49 bool OrderBySourceID(const PassiveLogCollector::SourceInfo& a, in OrderBySourceID()
50 const PassiveLogCollector::SourceInfo& b) { in OrderBySourceID()
240 PassiveLogCollector::SourceInfo info = in TEST()
247 PassiveLogCollector::SourceInfo info = in TEST()
264 PassiveLogCollector::SourceInfo info = in TEST()
272 PassiveLogCollector::SourceInfo info = in TEST()
298 PassiveLogCollector::SourceInfo info = in TEST()
307 PassiveLogCollector::SourceInfo info = in TEST()
327 PassiveLogCollector::SourceInfo info = in TEST()
397 PassiveLogCollector::SourceInfo info = in TEST()
[all …]
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dsuggestions_combiner_unittest.cc22 struct SourceInfo { struct
29 SourceInfo sources[3];
263 const SourceInfo& source_info = description.sources[j]; in TEST_F()
/external/v8/src/
Dmessages.h65 class SourceInfo; variable
Dd8.js187 result += SourceInfo(body);
208 result += SourceInfo(body);
250 function SourceInfo(body) { class
/external/chromium_org/v8/src/
Dmessages.h65 class SourceInfo; variable
Dd8.js183 result += SourceInfo(body);
204 result += SourceInfo(body);
246 function SourceInfo(body) { class
/external/chromium_org/sync/protocol/
Dclient_debug_info.proto26 message SourceInfo { message
64 repeated SourceInfo source_info = 11;
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi119 'mediastream/SourceInfo.idl',
479 'mediastream/SourceInfo.cpp',
480 'mediastream/SourceInfo.h',
Dmodules.target.linux-arm.mk151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
Dmodules.target.darwin-arm.mk151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
Dmodules.target.darwin-x86.mk151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
Dmodules.target.darwin-mips.mk151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
Dmodules.target.linux-mips.mk151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
Dmodules.target.linux-x86.mk151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp428 ../modules/mediastream/SourceInfo.idl
Dinterface_dependencies.target.darwin-mips.mk21 …sponse.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/SourceInfo.idl $(LOCAL_PATH…
Dinterface_dependencies.target.darwin-x86.mk21 …sponse.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/SourceInfo.idl $(LOCAL_PATH…
Dinterface_dependencies.target.darwin-arm.mk21 …sponse.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/SourceInfo.idl $(LOCAL_PATH…

12