HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1101 - 1125 of 4795) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.h 16 #include "base/memory/linked_ptr.h"
17 #include "base/memory/scoped_ptr.h"
25 namespace base { namespace
63 base::ListValue* tab_ids);
89 void AppendToTabIdList(Browser* browser, base::ListValue* tab_ids);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_state_tracker.h 16 #include "base/memory/scoped_ptr.h"
17 #include "base/memory/weak_ptr.h"
24 namespace base { namespace
34 public base::SupportsWeakPtr<GalleryWatchStateTracker>,
98 scoped_ptr<base::Value> value);
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_api.h 10 #include "base/memory/ref_counted.h"
15 namespace base { namespace
34 virtual void OnTemporaryFileCreated(const base::FilePath& temp_file) = 0;
53 void MHTMLGenerated(const base::FilePath& file_path, int64 mhtml_file_size);
61 base::FilePath mhtml_path_;
  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_or_local_value_store_cache.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"
16 namespace base { namespace
35 const base::FilePath& profile_path);
53 const base::FilePath& profile_path);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.h 8 #include "base/basictypes.h"
9 #include "base/memory/scoped_ptr.h"
16 #include "ui/base/x/active_window_watcher_x_observer.h"
21 namespace base { namespace
66 scoped_ptr<base::ListValue> args);
  /external/chromium_org/chrome/browser/extensions/
external_policy_loader.h 10 #include "base/compiler_specific.h"
11 #include "base/prefs/pref_change_registrar.h"
18 namespace base { namespace
39 static void AddExtension(base::DictionaryValue* dict,
47 friend class base::RefCountedThreadSafe<ExternalLoader>;
external_provider_interface.h 10 #include "base/memory/linked_ptr.h"
15 namespace base { namespace
38 const base::Version* version,
39 const base::FilePath& path,
84 scoped_ptr<base::Version>* version) const = 0;
permissions_updater.h 10 #include "base/memory/ref_counted.h"
14 namespace base { namespace
script_badge_controller.h 12 #include "base/compiler_specific.h"
13 #include "base/memory/linked_ptr.h"
14 #include "base/memory/ref_counted.h"
25 namespace base { namespace
27 } // namespace base
  /external/chromium_org/chrome/browser/first_run/
first_run_internal.h 11 namespace base { namespace
39 base::FilePath* master_prefs_path);
43 bool CopyPrefFile(const base::FilePath& user_data_dir,
44 const base::FilePath& master_prefs_path);
63 bool GetFirstRunSentinelFilePath(base::FilePath* path);
75 base::FilePath MasterPrefsPath();
  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.h 18 #include "base/basictypes.h"
19 #include "base/gtest_prod_util.h"
20 #include "base/memory/scoped_ptr.h"
27 namespace base { namespace
48 bool Init(const base::FilePath& history_filename, URLDatabase* db);
top_sites_database.h 11 #include "base/gtest_prod_util.h"
16 namespace base { namespace
33 bool Init(const base::FilePath& db_name);
97 sql::Connection* CreateDB(const base::FilePath& db_name);
  /external/chromium_org/chrome/browser/invalidation/
invalidator_storage.h 12 #include "base/basictypes.h"
13 #include "base/gtest_prod_util.h"
14 #include "base/memory/weak_ptr.h"
15 #include "base/threading/thread_checker.h"
20 namespace base { namespace
31 class InvalidatorStorage : public base::SupportsWeakPtr<InvalidatorStorage>,
55 const scoped_refptr<base::TaskRunner>& task_runner,
56 base::Callback<void(const syncer::AckHandleMap&)> callback) OVERRIDE;
80 base::ThreadChecker thread_checker_;
84 const base::ListValue& state_map_list
    [all...]
  /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
34 static DeviceMediaAsyncFileUtil* Create(const base::FilePath& profile_path);
63 const base::Time& last_access_time,
64 const base::Time& last_modified_time,
83 const base::FilePath& src_file_path,
105 explicit DeviceMediaAsyncFileUtil(const base::FilePath& profile_path)
    [all...]
media_path_filter.h 10 #include "base/files/file_path.h"
11 #include "base/synchronization/lock.h"
13 namespace base { namespace
25 bool Match(const base::FilePath& path);
28 typedef std::vector<base::FilePath::StringType> MediaFileExtensionList;
33 base::Lock initialization_lock_;
mtp_device_async_delegate.h 8 #include "base/callback.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/platform_file.h"
13 namespace base { namespace
28 typedef base::Callback<
29 void(const base::PlatformFileInfo& file_info)> GetFileInfoSuccessCallback;
32 typedef base::Callback<
38 typedef base::Callback<
39 void(base::PlatformFileError error)> ErrorCallback;
42 typedef base::Callback
    [all...]
  /external/chromium_org/chrome/browser/policy/
async_policy_provider.h 8 #include "base/cancelable_callback.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/memory/weak_ptr.h"
12 #include "base/threading/non_thread_safe.h"
15 namespace base { namespace
28 public base::NonThreadSafe {
51 static void LoaderUpdateCallback(scoped_refptr<base::MessageLoopProxy> loop,
52 base::WeakPtr<AsyncPolicyProvider> weak_this,
61 base::WeakPtrFactory<AsyncPolicyProvider> weak_factory_
    [all...]
config_dir_policy_loader.h 8 #include "base/files/file_path.h"
9 #include "base/files/file_path_watcher.h"
13 namespace base { namespace
26 ConfigDirPolicyLoader(const base::FilePath& config_dir, PolicyScope scope);
32 virtual base::Time LastModificationTime() OVERRIDE;
36 void LoadFromPath(const base::FilePath& path,
41 void Merge3rdPartyPolicy(const base::Value* policies,
46 void OnFileUpdated(const base::FilePath& path, bool error);
49 base::FilePath config_dir_;
56 base::FilePathWatcher mandatory_watcher_
    [all...]
managed_mode_policy_provider.h 8 #include "base/memory/ref_counted.h"
9 #include "base/prefs/pref_store.h"
17 namespace base { namespace
62 base::SequencedTaskRunner* sequenced_task_runner,
92 scoped_ptr<base::Value> value);
121 base::DictionaryValue* GetOrCreateDictionary(const std::string& key) const;
122 base::DictionaryValue* GetAtomicSettings() const;
123 base::DictionaryValue* GetSplitSettings() const;
124 base::DictionaryValue* GetQueuedItems() const;
138 scoped_ptr<base::DictionaryValue> local_policies_
    [all...]
policy_loader_mac.h 12 #include "base/files/file_path.h"
13 #include "base/files/file_path_watcher.h"
14 #include "base/memory/ref_counted.h"
19 namespace base { namespace
21 } // namespace base
41 virtual base::Time LastModificationTime() OVERRIDE;
43 // Converts a CFPropertyListRef to the equivalent base::Value. CFDictionary
47 static base::Value* CreateValueFromProperty(CFPropertyListRef property);
51 void OnFileUpdated(const base::FilePath& path, bool error);
73 base::FilePath managed_policy_path_
    [all...]
policy_statistics_collector.h 8 #include "base/basictypes.h"
9 #include "base/cancelable_callback.h"
10 #include "base/memory/ref_counted.h"
11 #include "base/time/time.h"
16 namespace base { namespace
34 const scoped_refptr<base::TaskRunner>& task_runner);
48 void ScheduleUpdate(base::TimeDelta delay);
55 base::CancelableClosure update_callback_;
57 const scoped_refptr<base::TaskRunner> task_runner_;
profile_policy_connector_factory.h 10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/singleton.h"
17 namespace base { namespace
50 base::SequencedTaskRunner* sequenced_task_runner);
69 base::SequencedTaskRunner* sequenced_task_runner);
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_updater.h 8 #include "base/basictypes.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h"
13 namespace base { namespace
42 scoped_refptr<base::SequencedTaskRunner> task_runner,
test_request_interceptor.h 10 #include "base/basictypes.h"
11 #include "base/callback.h"
14 namespace base { namespace
33 typedef base::Callback<
64 static JobCallback FileJob(const base::FilePath& file_path);
user_info_fetcher.h 9 #include "base/memory/scoped_ptr.h"
14 namespace base { namespace
35 const base::DictionaryValue* response) = 0;

Completed in 262 milliseconds

<<41424344454647484950>>