/external/chromium_org/content/browser/ |
child_process_security_policy_impl.h | 13 #include "base/compiler_specific.h" 14 #include "base/gtest_prod_util.h" 15 #include "base/memory/singleton.h" 16 #include "base/synchronization/lock.h" 23 namespace base { namespace 45 virtual void GrantReadFile(int child_id, const base::FilePath& file) OVERRIDE; 47 const base::FilePath& file) OVERRIDE; 67 virtual bool CanReadFile(int child_id, const base::FilePath& file) OVERRIDE; 69 const base::FilePath& file) OVERRIDE; 115 void RevokeAllPermissionsForFile(int child_id, const base::FilePath& file) [all...] |
histogram_synchronizer.h | 11 #include "base/basictypes.h" 12 #include "base/callback.h" 13 #include "base/memory/singleton.h" 14 #include "base/synchronization/lock.h" 15 #include "base/time/time.h" 18 namespace base { namespace 73 static void FetchHistogramsAsynchronously(base::MessageLoop* callback_thread, 74 const base::Closure& callback, 75 base::TimeDelta wait_time); 90 base::TimeDelta wait_time) [all...] |
plugin_loader_posix.h | 11 #include "base/basictypes.h" 12 #include "base/compiler_specific.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/time/time.h" 20 namespace base { namespace 56 scoped_refptr<base::MessageLoopProxy> target_loop, 68 PendingCallback(scoped_refptr<base::MessageLoopProxy> target_loop, 72 scoped_refptr<base::MessageLoopProxy> target_loop; 86 void OnPluginLoadFailed(uint32 index, const base::FilePath& plugin_path); 90 bool MaybeAddInternalPlugin(const base::FilePath& plugin_path) [all...] |
storage_partition_impl_map.h | 11 #include "base/callback_forward.h" 12 #include "base/containers/hash_tables.h" 13 #include "base/gtest_prod_util.h" 14 #include "base/supports_user_data.h" 18 namespace base { namespace 21 } // namespace base 28 class StoragePartitionImplMap : public base::SupportsUserData::Data { 45 void AsyncObliterate(const GURL& site, const base::Closure& on_gc_required); 53 void GarbageCollect(scoped_ptr<base::hash_set<base::FilePath> > active_paths [all...] |
/external/chromium_org/content/browser/devtools/ |
devtools_browser_target.h | 12 #include "base/basictypes.h" 13 #include "base/compiler_specific.h" 14 #include "base/memory/ref_counted.h" 15 #include "base/memory/weak_ptr.h" 16 #include "base/stl_util.h" 19 namespace base { namespace 23 } // namespace base 33 : public base::RefCountedThreadSafe<DevToolsBrowserTarget> { 35 DevToolsBrowserTarget(base::MessageLoopProxy* message_loop_proxy, 51 friend class base::RefCountedThreadSafe<DevToolsBrowserTarget> [all...] |
devtools_http_handler_impl.h | 13 #include "base/memory/ref_counted.h" 14 #include "base/memory/scoped_ptr.h" 21 namespace base { namespace 40 public base::RefCountedThreadSafe<DevToolsHttpHandlerImpl>, 43 friend class base::RefCountedThreadSafe<DevToolsHttpHandlerImpl>; 95 base::Value* value, 110 base::DictionaryValue* SerializeTarget(const DevToolsTarget& target, 114 scoped_ptr<base::Thread> thread_;
|
/external/chromium_org/content/browser/download/ |
mhtml_generation_manager.h | 10 #include "base/memory/singleton.h" 11 #include "base/platform_file.h" 12 #include "base/process/process.h" 17 namespace base { namespace 28 typedef base::Callback<void(int64 /* size of the file */)> 34 const base::FilePath& file, 40 const base::PlatformFile file, 57 base::PlatformFile browser_file; 73 const base::FilePath& file, 74 base::ProcessHandle renderer_process) [all...] |
save_file_manager.h | 63 #include "base/basictypes.h" 64 #include "base/containers/hash_tables.h" 65 #include "base/memory/ref_counted.h" 71 namespace base { namespace 85 class SaveFileManager : public base::RefCountedThreadSafe<SaveFileManager> { 104 const base::FilePath& file_full_path, 126 void DeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir); 139 const base::FilePath& resource_dir, 149 friend class base::RefCountedThreadSafe<SaveFileManager>; 204 void OnDeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir) [all...] |
/external/chromium_org/content/browser/frame_host/ |
render_frame_host_impl.h | 10 #include "base/compiler_specific.h" 16 namespace base { namespace
|
/external/chromium_org/content/browser/renderer_host/media/ |
audio_input_sync_writer.h | 8 #include "base/file_descriptor_posix.h" 9 #include "base/process/process.h" 10 #include "base/sync_socket.h" 13 namespace base { namespace 24 explicit AudioInputSyncWriter(base::SharedMemory* shared_memory, 38 bool PrepareForeignSocketHandle(base::ProcessHandle process_handle, 40 base::SyncSocket::Handle* foreign_handle); 42 base::FileDescriptor* foreign_handle); 46 base::SharedMemory* shared_memory_; 52 scoped_ptr<base::CancelableSyncSocket> socket_ [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_helper.h | 11 #include "base/atomic_sequence_num.h" 12 #include "base/containers/hash_tables.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/process/process.h" 15 #include "base/synchronization/lock.h" 16 #include "base/synchronization/waitable_event.h" 29 namespace base { namespace 106 : public base::RefCountedThreadSafe<RenderWidgetHelper, 131 const base::TimeDelta& max_delay, 150 base::ProcessHandle render_process [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_context_core.h | 10 #include "base/callback.h" 11 #include "base/files/file_path.h" 12 #include "base/id_map.h" 13 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/weak_ptr.h" 22 namespace base { namespace 44 public base::SupportsWeakPtr<ServiceWorkerContextCore>) { 46 typedef base::Callback<void(ServiceWorkerRegistrationStatus status, 48 typedef base::Callback< 54 ServiceWorkerContextCore(const base::FilePath& user_data_directory [all...] |
/external/chromium_org/content/browser/webui/ |
url_data_manager_backend.h | 12 #include "base/basictypes.h" 13 #include "base/compiler_specific.h" 14 #include "base/supports_user_data.h" 25 namespace base { namespace 39 class URLDataManagerBackend : public base::SupportsUserData::Data { 58 void DataAvailable(RequestID request_id, base::RefCountedMemory* bytes);
|
url_data_source_impl.h | 8 #include "base/memory/ref_counted.h" 9 #include "base/memory/scoped_ptr.h" 10 #include "base/sequenced_task_runner_helpers.h" 14 namespace base { namespace 48 class URLDataSourceImpl : public base::RefCountedThreadSafe< 59 virtual void SendResponse(int request_id, base::RefCountedMemory* bytes); 70 friend class base::DeleteHelper<URLDataSourceImpl>; 76 scoped_refptr<base::RefCountedMemory> bytes);
|
/external/chromium_org/content/child/fileapi/ |
file_system_dispatcher.h | 11 #include "base/basictypes.h" 12 #include "base/callback_forward.h" 13 #include "base/id_map.h" 14 #include "base/process/process.h" 20 namespace base { namespace 39 typedef base::Callback<void(base::PlatformFileError error)> StatusCallback; 40 typedef base::Callback<void( 41 const base::PlatformFileInfo& file_info)> MetadataCallback; 42 typedef base::Callback<void [all...] |
/external/chromium_org/content/child/ |
quota_message_filter.h | 10 #include "base/synchronization/lock.h" 13 namespace base { namespace 38 virtual base::TaskRunner* OverrideTaskRunnerForMessage( 44 scoped_refptr<base::MessageLoopProxy> main_thread_loop_proxy_; 47 base::Lock request_id_map_lock_;
|
webmessageportchannel_impl.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/strings/string16.h" 14 #include "base/synchronization/lock.h" 18 namespace base { namespace 29 public base::RefCountedThreadSafe<WebMessagePortChannelImpl> { 31 explicit WebMessagePortChannelImpl(base::MessageLoopProxy* child_thread_loop); 34 base::MessageLoopProxy* child_thread_loop); 42 friend class base::RefCountedThreadSafe<WebMessagePortChannelImpl>; 61 void OnMessage(const base::string16& message [all...] |
/external/chromium_org/content/common/ |
child_process_host_impl.h | 13 #include "base/basictypes.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/shared_memory.h" 16 #include "base/memory/singleton.h" 17 #include "base/strings/string16.h" 21 namespace base { namespace 46 size_t buffer_size, base::ProcessHandle child_process, 47 base::SharedMemoryHandle* handle); 81 base::SharedMemoryHandle* handle); 88 base::ProcessHandle peer_handle_ [all...] |
sandbox_mac.h | 10 #include "base/basictypes.h" 11 #include "base/containers/hash_tables.h" 12 #include "base/gtest_prod_util.h" 16 namespace base { namespace 60 typedef base::hash_map<std::string, SandboxSubstring> 78 const base::FilePath& allowed_dir); 96 const base::FilePath& allowed_dir, 133 static NSString* AllowMetadataForPath(const base::FilePath& allowed_path); 158 static base::FilePath GetCanonicalSandboxPath(const base::FilePath& path) [all...] |
/external/chromium_org/content/common/gpu/media/ |
gpu_video_encode_accelerator.h | 10 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/weak_ptr.h" 16 namespace base { namespace 20 } // namespace base 65 base::SharedMemoryHandle buffer_handle, 69 base::SharedMemoryHandle buffer_handle, 73 void EncodeFrameFinished(int32 frame_id, scoped_ptr<base::SharedMemory> shm); 78 base::WeakPtrFactory<GpuVideoEncodeAccelerator> weak_this_factory_;
|
/external/chromium_org/content/public/browser/ |
browser_context.h | 8 #include "base/callback_forward.h" 9 #include "base/containers/hash_tables.h" 10 #include "base/memory/scoped_ptr.h" 11 #include "base/supports_user_data.h" 16 namespace base { namespace 45 class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { 58 typedef base::Callback<void(StoragePartition*)> StoragePartitionCallback; 65 const base::Closure& on_gc_required); 71 scoped_ptr<base::hash_set<base::FilePath> > active_paths [all...] |
render_process_host.h | 8 #include "base/basictypes.h" 9 #include "base/id_map.h" 10 #include "base/process/kill.h" 11 #include "base/process/process_handle.h" 12 #include "base/supports_user_data.h" 22 namespace base { namespace 33 typedef base::Thread* (*RendererMainThreadFactoryFunction)( 41 public base::SupportsUserData { 47 RendererClosedDetails(base::ProcessHandle handle, 48 base::TerminationStatus status [all...] |
render_view_host.h | 10 #include "base/callback_forward.h" 25 namespace base { namespace 72 // because RenderWidgetHost is a virtual base class. 105 const base::string16& message) = 0; 113 const std::vector<base::FilePath>& files) = 0; 173 virtual void ExecuteJavascriptInWebFrame(const base::string16& frame_xpath, 174 const base::string16& jscript) = 0; 178 typedef base::Callback<void(const base::Value*)> JavascriptResultCallback; 180 const base::string16& frame_xpath [all...] |
/external/chromium_org/content/public/common/ |
sandboxed_process_launcher_delegate.h | 8 #include "base/process/process.h" 10 namespace base { namespace 30 // (i.e. through base::LaunchProcess directly). 38 base::FilePath* exposed_dir) {} 45 virtual void PostSpawnTarget(base::ProcessHandle process) {}
|
/external/chromium_org/content/public/renderer/ |
content_renderer_client.h | 11 #include "base/memory/weak_ptr.h" 12 #include "base/strings/string16.h" 24 namespace base { namespace 99 const base::FilePath& plugin_path); 126 base::string16* error_description) {} 132 const base::Closure& closure); 252 const base::string16& source) const;
|