/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | SourceInfo.cpp | 33 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()
|
D | SourceInfo.h | 37 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;
|
D | MediaStreamTrackSourcesRequest.cpp | 58 m_sourceInfos.append(SourceInfo::create(webSourceInfos[i])); in requestSucceeded()
|
D | MediaStreamTrackSourcesCallback.idl | 27 void handleEvent(sequence<SourceInfo> sources);
|
D | SourceInfo.idl | 28 ] interface SourceInfo {
|
/external/chromium/chrome/browser/net/ |
D | passive_log_collector.h | 43 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 …]
|
D | passive_log_collector.cc | 21 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 …]
|
D | passive_log_collector_unittest.cc | 49 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/ |
D | suggestions_combiner_unittest.cc | 22 struct SourceInfo { struct 29 SourceInfo sources[3]; 263 const SourceInfo& source_info = description.sources[j]; in TEST_F()
|
/external/v8/src/ |
D | messages.h | 65 class SourceInfo; variable
|
D | d8.js | 187 result += SourceInfo(body); 208 result += SourceInfo(body); 250 function SourceInfo(body) { class
|
/external/chromium_org/v8/src/ |
D | messages.h | 65 class SourceInfo; variable
|
D | d8.js | 183 result += SourceInfo(body); 204 result += SourceInfo(body); 246 function SourceInfo(body) { class
|
/external/chromium_org/sync/protocol/ |
D | client_debug_info.proto | 26 message SourceInfo { message 64 repeated SourceInfo source_info = 11;
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
D | modules.gypi | 119 'mediastream/SourceInfo.idl', 479 'mediastream/SourceInfo.cpp', 480 'mediastream/SourceInfo.h',
|
D | modules.target.linux-arm.mk | 151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
|
D | modules.target.darwin-arm.mk | 151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
|
D | modules.target.darwin-x86.mk | 151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
|
D | modules.target.darwin-mips.mk | 151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
|
D | modules.target.linux-mips.mk | 151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
|
D | modules.target.linux-x86.mk | 151 third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | main_idl_files_list.tmp | 428 ../modules/mediastream/SourceInfo.idl
|
D | interface_dependencies.target.darwin-mips.mk | 21 …sponse.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/SourceInfo.idl $(LOCAL_PATH…
|
D | interface_dependencies.target.darwin-x86.mk | 21 …sponse.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/SourceInfo.idl $(LOCAL_PATH…
|
D | interface_dependencies.target.darwin-arm.mk | 21 …sponse.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/SourceInfo.idl $(LOCAL_PATH…
|