/external/chromium_org/chrome/browser/extensions/ |
extension_error_reporter.h | 11 #include "base/strings/string16.h" 13 namespace base { namespace 50 base::MessageLoop* ui_loop_;
|
extension_function_test_utils.h | 10 #include "base/memory/ref_counted.h" 17 namespace base { namespace 31 base::Value* ParseJSON(const std::string& data); 32 base::ListValue* ParseList(const std::string& data); 33 base::DictionaryValue* ParseDictionary(const std::string& data); 38 bool GetBoolean(base::DictionaryValue* val, const std::string& key); 39 int GetInteger(base::DictionaryValue* val, const std::string& key); 40 std::string GetString(base::DictionaryValue* val, const std::string& key); 43 base::DictionaryValue* ToDictionary(base::Value* val) [all...] |
extension_tab_util.h | 10 #include "base/callback.h" 12 #include "ui/base/window_open_disposition.h" 19 namespace base { namespace 45 static base::ListValue* CreateTabList( 53 static base::DictionaryValue* CreateTabValue( 58 static base::DictionaryValue* CreateTabValue( 66 static base::DictionaryValue* CreateTabValue( 70 static base::DictionaryValue* CreateTabValue( 80 base::DictionaryValue* tab_info); 105 // provided so it can be resolved relative to its extension base [all...] |
external_loader.h | 8 #include "base/files/file_path.h" 9 #include "base/memory/ref_counted.h" 10 #include "base/memory/scoped_ptr.h" 12 namespace base { namespace 19 // Base class for gathering a list of external extensions. Subclasses 30 class ExternalLoader : public base::RefCountedThreadSafe<ExternalLoader> { 52 virtual const base::FilePath GetBaseCrxFilePath(); 67 scoped_ptr<base::DictionaryValue> prefs_; 70 friend class base::RefCountedThreadSafe<ExternalLoader>;
|
pending_extension_manager.h | 19 namespace base { namespace 101 const base::Version& version); 117 const base::Version& version,
|
webstore_data_fetcher_delegate.h | 10 namespace base { namespace 24 base::DictionaryValue* webstore_data) = 0;
|
/external/chromium_org/chrome/browser/history/android/ |
visit_sql_handler.h | 10 namespace base { namespace 32 bool AddVisit(URLID url_id, const base::Time& visit_time); 38 const base::Time& last_visit_time);
|
/external/chromium_org/chrome/browser/history/ |
archived_database.h | 8 #include "base/basictypes.h" 15 namespace base { namespace 35 bool Init(const base::FilePath& file_name);
|
in_memory_database.h | 8 #include "base/basictypes.h" 12 namespace base { namespace 33 bool InitFromDisk(const base::FilePath& history_name);
|
top_sites_backend.h | 8 #include "base/callback.h" 9 #include "base/files/file_path.h" 10 #include "base/memory/ref_counted.h" 11 #include "base/memory/scoped_ptr.h" 16 namespace base { namespace 27 class TopSitesBackend : public base::RefCountedThreadSafe<TopSitesBackend> { 31 typedef base::Callback<void(const scoped_refptr<MostVisitedThumbnails>&, 37 void Init(const base::FilePath& path); 61 void DoEmptyRequest(const base::Closure& reply, 65 friend class base::RefCountedThreadSafe<TopSitesBackend> [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_validator_factory.h | 8 #include "base/basictypes.h" 11 namespace base { namespace 33 const base::FilePath& platform_path) OVERRIDE;
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_read_file_worker.h | 10 #include "base/callback.h" 11 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/weak_ptr.h" 13 #include "base/platform_file.h" 15 namespace base { namespace 38 const base::PlatformFileInfo& snapshot_file_info); 86 base::WeakPtrFactory<MTPReadFileWorker> weak_ptr_factory_;
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_file_system_context.h | 12 #include "base/memory/ref_counted.h" 15 namespace base { namespace 30 const std::string& device_id, const base::FilePath& path) = 0; 36 const std::string& device_id, const base::FilePath& path,
|
/external/chromium_org/chrome/browser/nacl_host/ |
nacl_file_host.h | 10 #include "base/callback_forward.h" 11 #include "base/memory/ref_counted.h" 17 namespace base { namespace 32 typedef base::Callback<void(bool)> InstallCallback; 33 typedef base::Callback<void(const nacl::PnaclInstallProgress&)> 52 // Sets file_to_open to the base::FilePath which we will attempt to open. 54 base::FilePath* file_to_open);
|
/external/chromium_org/chrome/browser/net/ |
crl_set_fetcher.h | 10 #include "base/compiler_specific.h" 11 #include "base/memory/ref_counted.h" 14 namespace base { namespace 26 public base::RefCountedThreadSafe<CRLSetFetcher> { 34 virtual bool Install(const base::DictionaryValue& manifest, 35 const base::FilePath& unpack_path) OVERRIDE; 37 base::FilePath* installed_file) OVERRIDE; 40 friend class base::RefCountedThreadSafe<CRLSetFetcher>; 46 bool GetCRLSetFilePath(base::FilePath* path) const; 55 void LoadFromDisk(base::FilePath load_from [all...] |
sqlite_server_bound_cert_store.h | 8 #include "base/callback_forward.h" 9 #include "base/compiler_specific.h" 10 #include "base/memory/ref_counted.h" 13 namespace base { namespace 31 const base::FilePath& path,
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_finder.h | 11 #include "base/callback.h" 12 #include "base/gtest_prod_util.h" 13 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/singleton.h" 15 #include "base/strings/string16.h" 16 #include "base/synchronization/lock.h" 19 namespace base { namespace 43 void ReinitializePlugins(const base::DictionaryValue* json_metadata); 81 static base::DictionaryValue* LoadBuiltInPluginList(); 96 base::Lock mutex_ [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
cloud_external_data_manager_base.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" 14 namespace base { namespace 25 // This is a common base class used by specializations for regular users and 34 scoped_refptr<base::SequencedTaskRunner> backend_task_runner); 61 scoped_refptr<base::SequencedTaskRunner> backend_task_runner_;
|
/external/chromium_org/chrome/browser/policy/ |
configuration_policy_handler_android.h | 12 namespace base { namespace
|
/external/chromium_org/chrome/browser/printing/ |
print_job_worker_owner.h | 8 #include "base/memory/ref_counted.h" 11 namespace base { namespace 22 : public base::RefCountedThreadSafe<PrintJobWorkerOwner> { 34 virtual base::MessageLoop* message_loop() = 0; 43 friend class base::RefCountedThreadSafe<PrintJobWorkerOwner>;
|
/external/chromium_org/chrome/browser/ |
process_singleton_modal_dialog_lock.h | 8 #include "base/basictypes.h" 9 #include "base/callback_forward.h" 15 namespace base { namespace 34 typedef base::Callback<void(gfx::NativeWindow)> SetForegroundWindowHandler; 55 const base::FilePath& current_directory);
|
/external/chromium_org/chrome/browser/profiles/ |
profile_loader.h | 8 #include "base/callback.h" 9 #include "base/memory/weak_ptr.h" 13 namespace base { namespace 33 const base::FilePath& profile_file_path, 34 base::Callback<void(Profile*)> callback); 39 virtual Profile* GetProfileByPath(const base::FilePath& path); 41 const base::FilePath& profile_path, 49 base::Callback<void(Profile*)> callback, 60 base::WeakPtrFactory<ProfileLoader> weak_factory_;
|
/external/chromium_org/chrome/browser/safe_browsing/ |
prefix_set.h | 56 namespace base { namespace 71 static PrefixSet* LoadFile(const base::FilePath& filter_name); 72 bool WriteFile(const base::FilePath& filter_name) const; 90 // indicates a base prefix and where the deltas from that prefix
|
/external/chromium_org/chrome/browser/storage_monitor/ |
udev_util_linux.h | 12 #include "base/memory/scoped_ptr.h" 14 namespace base { namespace 40 bool GetUdevDevicePropertyValueByPath(const base::FilePath& device_path,
|
/external/chromium_org/chrome/browser/sync/glue/ |
password_model_worker.h | 10 #include "base/basictypes.h" 11 #include "base/callback_forward.h" 12 #include "base/compiler_specific.h" 13 #include "base/memory/ref_counted.h" 17 namespace base { namespace 44 base::WaitableEvent* done,
|