/external/chromium_org/media/audio/ |
fake_audio_consumer.h | 8 #include "base/callback_forward.h" 9 #include "base/memory/ref_counted.h" 10 #include "media/base/media_export.h" 12 namespace base { namespace 28 FakeAudioConsumer(const scoped_refptr<base::MessageLoopProxy>& worker_loop, 34 typedef base::Callback<void(AudioBus* audio_bus)> ReadCB;
|
scoped_loop_observer.h | 8 #include "base/memory/ref_counted.h" 9 #include "base/message_loop/message_loop.h" 10 #include "base/message_loop/message_loop_proxy.h" 12 namespace base { namespace 18 // A common base class for AudioOutputDevice and AudioInputDevice that manages 25 : public base::MessageLoop::DestructionObserver { 28 const scoped_refptr<base::MessageLoopProxy>& message_loop); 34 const scoped_refptr<base::MessageLoopProxy>& message_loop() { return loop_; } 39 void ObserveLoopDestruction(bool enable, base::WaitableEvent* done); 43 scoped_refptr<base::MessageLoopProxy> loop_ [all...] |
/external/chromium_org/media/base/android/ |
media_player_listener.h | 10 #include "base/android/scoped_java_ref.h" 11 #include "base/memory/ref_counted.h" 12 #include "base/memory/weak_ptr.h" 14 namespace base { namespace 30 const scoped_refptr<base::MessageLoopProxy>& message_loop, 31 base::WeakPtr<MediaPlayerBridge> media_player); 54 scoped_refptr<base::MessageLoopProxy> message_loop_; 57 base::WeakPtr<MediaPlayerBridge> media_player_; 59 base::android::ScopedJavaGlobalRef<jobject> j_media_player_listener_;
|
/external/chromium_org/media/base/ |
media_file_checker.h | 8 #include "base/basictypes.h" 9 #include "base/files/scoped_platform_file_closer.h" 10 #include "base/platform_file.h" 11 #include "media/base/media_export.h" 13 namespace base { namespace 24 explicit MediaFileChecker(const base::PlatformFile& file); 30 bool Start(base::TimeDelta check_time); 33 base::PlatformFile file_; 34 base::ScopedPlatformFileCloser file_closer_;
|
/external/chromium_org/net/base/ |
net_log_logger.h | 10 #include "base/memory/scoped_handle.h" 11 #include "net/base/net_log.h" 13 namespace base { namespace 29 NetLogLogger(FILE* file, const base::Value& constants); 44 static base::DictionaryValue* GetConstants();
|
/external/chromium_org/net/disk_cache/simple/ |
simple_test_util.h | 10 #include "base/basictypes.h" 11 #include "base/callback.h" 13 namespace base { namespace 26 ImmutableArray(const base::Callback<T (size_t index)>& initializer) { 43 const base::FilePath& cache_path);
|
/external/chromium_org/net/disk_cache/ |
stats_histogram.h | 10 #include "base/memory/scoped_ptr.h" 11 #include "base/metrics/histogram.h" 13 namespace base { namespace 17 } // namespace base 30 class StatsHistogram : public base::Histogram { 35 const base::BucketRanges* ranges, 40 base::BucketRanges* ranges); 47 virtual scoped_ptr<base::HistogramSamples> SnapshotSamples() const OVERRIDE; 49 const base::HistogramSamples& samples) const OVERRIDE;
|
/external/chromium_org/net/proxy/ |
network_delegate_error_observer.h | 8 #include "base/compiler_specific.h" 9 #include "base/memory/ref_counted.h" 12 namespace base { namespace 26 base::MessageLoopProxy* origin_loop); 30 virtual void OnPACScriptError(int line_number, const base::string16& error)
|
/external/chromium_org/net/socket/ |
client_socket_pool_manager.h | 12 #include "net/base/completion_callback.h" 13 #include "net/base/net_export.h" 14 #include "net/base/request_priority.h" 19 namespace base { namespace 25 typedef base::Callback<int(const AddressList&, const BoundNetLog& net_log)> 82 virtual base::Value* SocketPoolInfoToValue() const = 0;
|
/external/chromium_org/net/test/ |
cert_test_util.h | 10 #include "base/memory/ref_counted.h" 14 namespace base { namespace 24 CertificateList CreateCertificateListFromFile(const base::FilePath& certs_dir, 33 const base::FilePath& certs_dir, 41 scoped_refptr<X509Certificate> ImportCertFromFile(const base::FilePath& certs_dir,
|
/external/chromium_org/net/url_request/ |
file_protocol_handler.h | 8 #include "base/basictypes.h" 9 #include "base/compiler_specific.h" 10 #include "base/memory/ref_counted.h" 15 namespace base { namespace 30 const scoped_refptr<base::TaskRunner>& file_task_runner); 37 const scoped_refptr<base::TaskRunner> file_task_runner_;
|
url_request_context_getter.h | 8 #include "base/memory/ref_counted.h" 9 #include "base/sequenced_task_runner_helpers.h" 10 #include "net/base/net_export.h" 12 namespace base { namespace 14 } // namespace base 24 : public base::RefCountedThreadSafe<URLRequestContextGetter, 32 virtual scoped_refptr<base::SingleThreadTaskRunner> 36 friend class base::RefCountedThreadSafe<URLRequestContextGetter, 38 friend class base::DeleteHelper<URLRequestContextGetter>;
|
/external/chromium_org/ppapi/proxy/ |
extensions_common_resource.h | 8 #include "base/basictypes.h" 9 #include "base/compiler_specific.h" 14 namespace base { namespace 60 const base::ListValue& output);
|
/external/chromium_org/ppapi/shared_impl/ |
ppapi_globals.h | 10 #include "base/basictypes.h" 11 #include "base/memory/ref_counted.h" 12 #include "base/threading/thread_local.h" // For testing purposes only. 19 namespace base { namespace 36 // Abstract base class 101 // Returns the base::MessageLoopProxy for the main thread. This is set in the 103 base::MessageLoopProxy* GetMainThreadMessageLoop(); 118 virtual base::TaskRunner* GetFileTaskRunner() = 0; 137 scoped_refptr<base::MessageLoopProxy> main_loop_proxy_;
|
ppb_message_loop_shared.h | 8 #include "base/basictypes.h" 9 #include "base/callback_forward.h" 10 #include "base/location.h" 16 namespace base { namespace 48 const base::Closure& closure, 51 virtual base::MessageLoopProxy* GetMessageLoopProxy() = 0;
|
/external/chromium_org/printing/ |
printing_context_gtk.h | 12 namespace base { namespace 44 virtual Result NewDocument(const base::string16& document_name) OVERRIDE; 53 base::string16 document_name_;
|
/external/chromium_org/remoting/client/ |
audio_decode_scheduler.h | 8 #include "base/memory/ref_counted.h" 9 #include "base/memory/scoped_ptr.h" 12 namespace base { namespace 14 } // namespace base 29 scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, 30 scoped_refptr<base::SingleThreadTaskRunner> audio_decode_task_runner, 39 const base::Closure& done) OVERRIDE;
|
client_context.h | 10 #include "base/threading/thread.h" 12 namespace base { namespace 14 } // namespace base 24 ClientContext(base::SingleThreadTaskRunner* main_task_runner); 30 base::SingleThreadTaskRunner* main_task_runner(); 31 base::SingleThreadTaskRunner* decode_task_runner(); 32 base::SingleThreadTaskRunner* audio_decode_task_runner(); 35 scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_; 38 base::Thread decode_thread_; 41 base::Thread audio_decode_thread_ [all...] |
/external/chromium_org/remoting/host/ |
config_file_watcher.h | 8 #include "base/basictypes.h" 9 #include "base/compiler_specific.h" 10 #include "base/files/file_path.h" 11 #include "base/memory/ref_counted.h" 14 namespace base { namespace 16 } // namespace base 21 extern const base::FilePath::CharType kDefaultHostConfigFile[]; 30 scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, 31 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, 32 const base::FilePath& config_path) [all...] |
curtain_mode.h | 8 #include "base/basictypes.h" 9 #include "base/compiler_specific.h" 10 #include "base/memory/ref_counted.h" 11 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/weak_ptr.h" 14 namespace base { namespace 16 } // namespace base 32 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 33 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, 34 base::WeakPtr<ClientSessionControl> client_session_control) [all...] |
host_config.h | 10 #include "base/basictypes.h" 12 namespace base { namespace 14 } // namespace base 72 virtual bool CopyFrom(const base::DictionaryValue* dictionary) = 0;
|
host_window_proxy.h | 8 #include "base/basictypes.h" 9 #include "base/memory/ref_counted.h" 10 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/weak_ptr.h" 14 namespace base { namespace 24 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 25 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, 31 const base::WeakPtr<ClientSessionControl>& client_session_control)
|
in_memory_host_config.h | 10 #include "base/memory/scoped_ptr.h" 11 #include "base/threading/non_thread_safe.h" 14 namespace base { namespace 16 } // namespace base 22 public base::NonThreadSafe { 37 virtual bool CopyFrom(const base::DictionaryValue* dictionary) OVERRIDE; 42 scoped_ptr<base::DictionaryValue> values_;
|
json_host_config.h | 10 #include "base/files/file_path.h" 13 namespace base { namespace 15 } // namespace base 22 JsonHostConfig(const base::FilePath& filename); 37 base::FilePath filename_;
|
local_input_monitor.h | 8 #include "base/memory/ref_counted.h" 9 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/weak_ptr.h" 12 namespace base { namespace 14 } // namespace base 33 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 34 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, 35 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, 36 base::WeakPtr<ClientSessionControl> client_session_control);
|