HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 751 - 775 of 5077) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/extensions/
extension_error_reporter.h 11 #include "base/strings/string16.h"
13 namespace base { namespace
36 void ReportError(const base::string16& message, bool be_noisy);
39 const std::vector<base::string16>* GetErrors();
50 base::MessageLoop* ui_loop_;
51 std::vector<base::string16> errors_;
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
44 static base::ListValue* CreateTabList(const Browser* browser,
51 static base::DictionaryValue* CreateTabValue(
56 static base::DictionaryValue* CreateTabValue(
64 static base::DictionaryValue* CreateTabValue(
68 static base::DictionaryValue* CreateTabValue(
78 base::DictionaryValue* tab_info);
103 // 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>;
webstore_data_fetcher_delegate.h 10 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
26 scoped_ptr<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>&)>
36 void Init(const base::FilePath& path);
60 void DoEmptyRequest(const base::Closure& reply,
64 friend class base::RefCountedThreadSafe<TopSitesBackend>
    [all...]
  /external/chromium_org/chrome/browser/managed_mode/
supervised_user_pref_store.h 8 #include "base/memory/scoped_ptr.h"
9 #include "base/observer_list.h"
10 #include "base/prefs/pref_store.h"
13 namespace base { namespace
30 const base::Value** value) const OVERRIDE;
39 void OnNewSettingsAvailable(const base::DictionaryValue* settings);
45 base::WeakPtrFactory<SupervisedUserPrefStore> weak_ptr_factory_;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.h 8 #include "base/files/file_path.h"
9 #include "base/memory/scoped_ptr.h"
10 #include "base/memory/weak_ptr.h"
11 #include "base/platform_file.h"
15 namespace base { namespace
32 static DeviceMediaAsyncFileUtil* Create(const base::FilePath& profile_path);
61 const base::Time& last_access_time,
62 const base::Time& last_modified_time,
84 const base::FilePath& src_file_path,
106 explicit DeviceMediaAsyncFileUtil(const base::FilePath& profile_path)
    [all...]
  /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
32 const base::FilePath& path,
33 const scoped_refptr<base::SequencedTaskRunner>& background_task_runner,
  /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);
64 base::string16 FindPluginNameWithIdentifier(const std::string& identifier);
81 static base::DictionaryValue* LoadBuiltInPluginList()
    [all...]
  /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/profile_resetter/
automatic_profile_resetter_mementos.h 20 #include "base/basictypes.h"
21 #include "base/callback.h"
23 namespace base { namespace
72 typedef base::Callback<void(const std::string&)> ReadValueCallback;
88 const base::FilePath& memento_file_path);
89 static void StoreValueOnFileThread(const base::FilePath& memento_file_path,
94 base::FilePath GetMementoFilePath() const;
  /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
38 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
45 base::WaitableEvent* done,
54 base::Lock password_store_lock_;
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service.h 14 namespace base { namespace
51 scoped_refptr<base::RefCountedMemory>* bytes) = 0;
thumbnail_service_impl.h 8 #include "base/memory/ref_counted.h"
13 namespace base { namespace
32 scoped_refptr<base::RefCountedMemory>* bytes) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_impl.h 8 #include "base/compiler_specific.h"
15 namespace base { namespace
51 const base::FilePath& profile_path) OVERRIDE;
app_list_service.h 10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h"
20 namespace base { namespace
49 virtual base::FilePath GetProfilePath(
50 const base::FilePath& user_data_dir) = 0;
51 virtual void SetProfilePath(const base::FilePath& profile_path) = 0;

Completed in 511 milliseconds

<<31323334353637383940>>