Searched refs:stream_context (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/media/filters/
H A Dffmpeg_h264_to_annex_b_bitstream_converter.h21 // The |stream_context| will be used during conversion and should be the
23 // |stream_context| is retained, so it must outlive this class.
24 explicit FFmpegH264ToAnnexBBitstreamConverter(AVCodecContext* stream_context);
H A Dffmpeg_h264_to_annex_b_bitstream_converter.cc13 AVCodecContext* stream_context)
15 stream_context_(stream_context) {
12 FFmpegH264ToAnnexBBitstreamConverter( AVCodecContext* stream_context) argument
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc24 #include "content/browser/streams/stream_context.h"
52 StreamContext* stream_context,
55 stream_context_(stream_context),
82 StreamContext* stream_context,
89 stream_context_(stream_context) {}
413 StreamContext* stream_context = StreamContext::GetFor(browser_context_); local
418 stream_context,
51 BlobProtocolHandler(ChromeBlobStorageContext* blob_storage_context, StreamContext* stream_context, fileapi::FileSystemContext* file_system_context) argument
80 WebKitBlobProtocolHandlerImpl( webkit_blob::BlobStorageController* blob_storage_controller, StreamContext* stream_context, fileapi::FileSystemContext* file_system_context) argument
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter.h20 #include "content/browser/streams/stream_context.h"
64 StreamContext* stream_context);
71 StreamContext* stream_context);
H A Dfileapi_message_filter.cc68 StreamContext* stream_context)
74 stream_context_(stream_context) {
78 DCHECK(stream_context);
86 StreamContext* stream_context)
91 stream_context_(stream_context) {
95 DCHECK(stream_context);
63 FileAPIMessageFilter( int process_id, net::URLRequestContextGetter* request_context_getter, fileapi::FileSystemContext* file_system_context, ChromeBlobStorageContext* blob_storage_context, StreamContext* stream_context) argument
81 FileAPIMessageFilter( int process_id, net::URLRequestContext* request_context, fileapi::FileSystemContext* file_system_context, ChromeBlobStorageContext* blob_storage_context, StreamContext* stream_context) argument
/external/chromium_org/content/browser/worker_host/
H A Dworker_process_host.cc232 StreamContext* stream_context = local
261 stream_context));
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc50 #include "content/browser/streams/stream_context.h"
581 StreamContext* stream_context = local
586 stream_context->registry(),
/external/chromium_org/content/
H A Dcontent_browser.target.darwin-arm.mk381 content/browser/streams/stream_context.cc \
H A Dcontent_browser.target.darwin-mips.mk381 content/browser/streams/stream_context.cc \
H A Dcontent_browser.target.darwin-x86.mk381 content/browser/streams/stream_context.cc \
H A Dcontent_browser.target.linux-arm.mk381 content/browser/streams/stream_context.cc \
H A Dcontent_browser.target.linux-mips.mk381 content/browser/streams/stream_context.cc \
H A Dcontent_browser.target.linux-x86.mk381 content/browser/streams/stream_context.cc \

Completed in 761 milliseconds