/external/chromium_org/chrome/common/ |
service_process_util_posix.h | 12 #include "base/basictypes.h" 13 #include "base/callback.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/message_loop/message_loop.h" 23 #include "base/files/file_path_watcher.h" 24 #include "base/mac/scoped_cftyperef.h" 31 namespace base { namespace 38 class ServiceProcessTerminateMonitor : public base::MessageLoopForIO::Watcher { 45 explicit ServiceProcessTerminateMonitor(const base::Closure& terminate_task); 53 base::Closure terminate_task_ [all...] |
spellcheck_common.h | 12 namespace base { namespace 46 base::FilePath GetVersionedFileName(const std::string& input_language, 47 const base::FilePath& dict_dir);
|
/external/chromium_org/chrome/installer/test/ |
pe_image_resources.h | 16 #include "base/basictypes.h" 17 #include "base/logging.h" 19 namespace base { namespace win { class PEImage; } } namespace 57 bool EnumResources(const base::win::PEImage& image, EnumResource_Fn callback,
|
/external/chromium_org/chrome/installer/util/ |
master_preferences.h | 14 #include "base/command_line.h" 15 #include "base/memory/scoped_ptr.h" 17 namespace base { namespace 92 explicit MasterPreferences(const base::FilePath& prefs_path); 157 bool GetExtensionsBlock(base::DictionaryValue** extensions) const; 180 const base::DictionaryValue& master_dictionary() const { 204 scoped_ptr<base::DictionaryValue> master_dictionary_; 205 base::DictionaryValue* distribution_;
|
user_experiment.h | 11 #include "base/strings/string16.h" 16 namespace base { namespace 64 const base::FilePath& application_path);
|
work_item_list.h | 14 #include "base/callback_forward.h" 15 #include "base/memory/scoped_ptr.h" 18 namespace base { namespace 44 base::Callback<bool(const CallbackWorkItem&)> callback); 63 virtual WorkItem* AddCreateDirWorkItem(const base::FilePath& path); 85 const base::FilePath& root_path, 86 const base::FilePath& temp_path, 87 const std::vector<base::FilePath>& key_paths); 90 virtual WorkItem* AddDeleteTreeWorkItem(const base::FilePath& root_path, 91 const base::FilePath& temp_path) [all...] |
/external/chromium_org/chrome/renderer/extensions/ |
extension_helper.h | 11 #include "base/memory/linked_ptr.h" 12 #include "base/memory/scoped_ptr.h" 25 namespace base { namespace 77 const base::ListValue& response, 82 const base::ListValue& args, 87 const base::DictionaryValue& source_tab,
|
pepper_request_proxy.h | 11 #include "base/callback.h" 13 namespace base { namespace 32 typedef base::Callback<void(bool success, 33 const base::ListValue& response, 44 const base::ListValue& args, 49 const base::ListValue& args,
|
/external/chromium_org/chrome/renderer/net/ |
net_error_helper.h | 14 namespace base { namespace 54 base::DictionaryValue* error_strings);
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_extensions_common_host.h | 11 #include "base/basictypes.h" 12 #include "base/bind.h" 13 #include "base/compiler_specific.h" 14 #include "base/memory/linked_ptr.h" 15 #include "base/memory/weak_ptr.h" 19 namespace base { namespace 59 const base::ListValue& args); 63 const base::ListValue& args); 68 const base::ListValue& response, 76 base::WeakPtrFactory<PepperExtensionsCommonHost> weak_factory_ [all...] |
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_proxy_backend.h | 11 #include "base/threading/thread.h" 15 namespace base { namespace 86 base::Thread core_thread_; 92 base::MessageLoop* const frontend_loop_; 96 friend class base::RefCountedThreadSafe<CloudPrintProxyBackend::Core>;
|
/external/chromium_org/chrome/service/net/ |
service_url_request_context.h | 10 #include "base/memory/scoped_ptr.h" 23 namespace base { namespace 51 virtual scoped_refptr<base::SingleThreadTaskRunner> 67 scoped_refptr<base::SingleThreadTaskRunner> network_task_runner_;
|
/external/chromium_org/chrome/service/ |
service_ipc_server.h | 11 #include "base/memory/scoped_ptr.h" 18 namespace base { namespace 23 } // namespace base 60 const base::DictionaryValue& user_settings); 80 scoped_ptr<base::HistogramDeltaSerialization> histogram_delta_serializer_;
|
/external/chromium_org/chrome/test/automation/ |
tab_proxy.h | 17 #include "base/compiler_specific.h" 18 #include "base/memory/ref_counted.h" 19 #include "base/observer_list.h" 26 #include "ui/base/window_open_disposition.h" 36 namespace base { namespace 256 base::Value* ExecuteAndExtractValue( 261 base::Lock list_lock_; // Protects the observers_list_.
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
log.h | 10 #include "base/compiler_specific.h" 11 #include "base/time/time.h" 13 namespace base { namespace 33 virtual void AddEntryTimestamped(const base::Time& timestamp, 53 std::string PrettyPrintValue(const base::Value& value); 56 std::string FormatValueForDisplay(const base::Value& value);
|
navigation_tracker.h | 11 #include "base/basictypes.h" 12 #include "base/compiler_specific.h" 16 namespace base { namespace 44 const base::DictionaryValue& params) OVERRIDE;
|
/external/chromium_org/chrome/test/chromedriver/net/ |
sync_websocket_impl.h | 11 #include "base/basictypes.h" 12 #include "base/compiler_specific.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/synchronization/condition_variable.h" 16 #include "base/synchronization/lock.h" 19 #include "net/base/completion_callback.h" 22 namespace base { namespace 43 const base::TimeDelta& timeout) OVERRIDE; 49 public base::RefCountedThreadSafe<Core, CoreTraits> [all...] |
/external/chromium_org/chrome/test/logging/win/ |
file_logger.h | 10 #include "base/basictypes.h" 11 #include "base/strings/string16.h" 12 #include "base/win/event_trace_controller.h" 14 namespace base { namespace 64 bool StartLogging(const base::FilePath& log_file); 80 base::win::EtwTraceController controller_;
|
/external/chromium_org/chrome/utility/extensions/ |
unpacker.h | 11 #include "base/files/file_path.h" 12 #include "base/memory/scoped_ptr.h" 17 namespace base { namespace 29 Unpacker(const base::FilePath& extension_path, 50 base::DictionaryValue* parsed_manifest() { 53 base::DictionaryValue* parsed_catalogs() { return parsed_catalogs_.get(); } 58 base::DictionaryValue* ReadManifest(); 65 bool AddDecodedImage(const base::FilePath& path); 69 bool ReadMessageCatalog(const base::FilePath& message_path); 76 base::FilePath extension_path_ [all...] |
/external/chromium_org/chrome/utility/importer/ |
firefox_importer_unittest_utils.h | 8 #include "base/basictypes.h" 9 #include "base/memory/scoped_ptr.h" 10 #include "base/process/process_handle.h" 15 namespace base { namespace 41 bool Setup(const base::FilePath& nss_path); 44 bool DecryptorInit(const base::FilePath& dll_path, 45 const base::FilePath& db_path); 56 base::ProcessHandle child_process_; 59 scoped_ptr<base::MessageLoopForIO> message_loop_; 75 bool FFUnitTestDecryptorProxy::Setup(const base::FilePath& nss_path) [all...] |
/external/chromium_org/chromeos/dbus/ |
shill_device_client.h | 10 #include "base/basictypes.h" 11 #include "base/callback.h" 16 namespace base { namespace 21 } // namespace base 53 const base::Value& value) = 0; 90 const base::Value& value, 91 const base::Closure& callback, 111 const base::Closure& callback, 118 const base::Closure& callback, 126 const base::Closure& callback [all...] |
shill_profile_client.h | 10 #include "base/basictypes.h" 11 #include "base/callback.h" 16 namespace base { namespace 21 } // namespace base 58 const base::DictionaryValue& properties) = 0; 107 const base::Closure& callback,
|
shill_service_client.h | 10 #include "base/basictypes.h" 11 #include "base/callback.h" 16 namespace base { namespace 21 } // namespace base 67 const base::Value& value) = 0; 70 virtual const base::DictionaryValue* GetServiceProperties( 77 const base::Closure& behavior) = 0; 107 const base::Value& value, 108 const base::Closure& callback, 114 const base::DictionaryValue& properties [all...] |
/external/chromium_org/chromeos/network/ |
client_cert_resolver.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/weak_ptr.h" 20 namespace base { namespace 46 // to the NSS database. If not set, uses base::WorkerPool. 48 const scoped_refptr<base::TaskRunner>& task_runner); 83 scoped_refptr<base::TaskRunner> slow_task_runner_for_test_; 85 base::WeakPtrFactory<ClientCertResolver> weak_ptr_factory_;
|
managed_network_configuration_handler_impl.h | 11 #include "base/basictypes.h" 12 #include "base/compiler_specific.h" 13 #include "base/memory/linked_ptr.h" 14 #include "base/memory/weak_ptr.h" 21 namespace base { namespace 56 const base::DictionaryValue& user_settings, 57 const base::Closure& callback, 62 const base::DictionaryValue& properties, 68 const base::Closure& callback, 74 const base::ListValue& network_configs_onc [all...] |