/external/chromium_org/cc/output/ |
filter_operations.h | 10 #include "base/logging.h" 11 #include "base/memory/scoped_ptr.h" 14 namespace base { namespace 71 scoped_ptr<base::Value> AsValue() const;
|
/external/chromium_org/cc/resources/ |
raster_mode.h | 8 #include "base/memory/scoped_ptr.h" 10 namespace base { namespace 27 scoped_ptr<base::Value> RasterModeAsValue(RasterMode mode);
|
/external/chromium_org/chrome/browser/automation/ |
automation_provider_json.h | 12 #include "base/compiler_specific.h" 19 namespace base { namespace 50 void SendSuccess(const base::Value* value); 63 bool GetBrowserFromJSONArgs(base::DictionaryValue* args, 71 bool GetTabFromJSONArgs(base::DictionaryValue* args, 80 bool GetBrowserAndTabFromJSONArgs(base::DictionaryValue* args, 90 base::DictionaryValue* args, 100 base::DictionaryValue* args, 111 base::DictionaryValue* args,
|
/external/chromium_org/chrome/browser/captive_portal/ |
testing_utils.h | 10 #include "base/basictypes.h" 14 namespace base { namespace 30 void SetTime(const base::Time& time); 33 void AdvanceTime(const base::TimeDelta& time_delta);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_loader_observer.h | 8 namespace base { namespace 10 } // namespace base 22 virtual void OnDirectoryChanged(const base::FilePath& directory_path) {}
|
local_file_reader.h | 8 #include "base/basictypes.h" 9 #include "base/memory/ref_counted.h" 10 #include "base/memory/weak_ptr.h" 11 #include "base/platform_file.h" 12 #include "net/base/completion_callback.h" 14 namespace base { namespace 17 } // namespace base 32 explicit LocalFileReader(base::SequencedTaskRunner* sequenced_task_runner); 39 void Open(const base::FilePath& file_path, 62 scoped_refptr<base::SequencedTaskRunner> sequenced_task_runner_ [all...] |
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
file_system_backend_delegate.h | 8 #include "base/basictypes.h" 9 #include "base/memory/scoped_ptr.h" 10 #include "base/platform_file.h" 13 namespace base { namespace 15 } // namespace base 45 const base::Time& expected_modification_time,
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_controller.h | 10 #include "base/basictypes.h" 14 namespace base { namespace 51 const base::TimeDelta& time_remaining) = 0; 65 virtual void StartBurnImage(const base::FilePath& target_device_path, 66 const base::FilePath& target_file_path) = 0;
|
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
mock_kiosk_mode_settings.h | 12 #include "base/basictypes.h" 13 #include "base/callback_forward.h" 14 #include "base/compiler_specific.h" 15 #include "base/time/time.h" 17 namespace base { namespace 40 virtual void Initialize(const base::Closure& notify_initialized) OVERRIDE; 44 virtual base::TimeDelta GetIdleLogoutTimeout() const OVERRIDE; 47 virtual base::TimeDelta GetIdleLogoutWarningDuration() const OVERRIDE; 50 friend struct base::DefaultLazyInstanceTraits<MockKioskModeSettings>;
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image_manager_test_util.h | 8 #include "base/basictypes.h" 9 #include "base/compiler_specific.h" 10 #include "base/files/file_path.h" 11 #include "base/memory/scoped_ptr.h" 12 #include "base/run_loop.h" 17 namespace base { namespace 36 explicit ImageLoader(const base::FilePath& path); 47 base::FilePath path_; 48 base::RunLoop run_loop_;
|
/external/chromium_org/chrome/browser/chromeos/notifications/ |
balloon_view_host_chromeos.h | 13 #include "base/callback.h" 14 #include "base/compiler_specific.h" 19 namespace base { namespace 27 typedef base::Callback<void(const base::ListValue*)> MessageCallback; 46 const base::ListValue& args) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/options/ |
network_property_ui_data.h | 10 #include "base/basictypes.h" 11 #include "base/memory/scoped_ptr.h" 14 namespace base { namespace 37 const base::DictionaryValue* onc, 40 const base::Value* default_value() const { return default_value_.get(); } 49 scoped_ptr<base::Value> default_value_;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
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" 12 #include "base/threading/non_thread_safe.h" 16 namespace base { namespace 27 // This is a common base class used by specializations for regular users and 30 public base::NonThreadSafe { 38 scoped_refptr<base::SequencedTaskRunner> backend_task_runner, 39 scoped_refptr<base::SequencedTaskRunner> io_task_runner) [all...] |
device_cloud_policy_store_chromeos.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" 12 #include "base/memory/weak_ptr.h" 17 namespace base { namespace 38 scoped_refptr<base::SequencedTaskRunner> background_task_runner); 77 scoped_refptr<base::SequencedTaskRunner> background_task_runner_; 79 base::WeakPtrFactory<DeviceCloudPolicyStoreChromeOS> weak_factory_;
|
user_cloud_policy_manager_factory_chromeos.h | 10 #include "base/basictypes.h" 11 #include "base/memory/ref_counted.h" 12 #include "base/memory/singleton.h" 17 namespace base { namespace 62 scoped_refptr<base::SequencedTaskRunner> background_task_runner); 75 scoped_refptr<base::SequencedTaskRunner> background_task_runner);
|
user_policy_token_loader.h | 10 #include "base/basictypes.h" 11 #include "base/files/file_path.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/memory/weak_ptr.h" 15 namespace base { namespace 26 : public base::RefCountedThreadSafe<UserPolicyTokenLoader> { 37 const base::WeakPtr<Delegate>& delegate, 38 const base::FilePath& cache_file, 39 scoped_refptr<base::SequencedTaskRunner> background_task_runner); 46 friend class base::RefCountedThreadSafe<UserPolicyTokenLoader> [all...] |
/external/chromium_org/chrome/browser/chromeos/settings/ |
cros_settings.h | 11 #include "base/callback_forward.h" 12 #include "base/callback_list.h" 13 #include "base/containers/hash_tables.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/threading/non_thread_safe.h" 19 namespace base { namespace 30 class CrosSettings : public base::NonThreadSafe { 47 void Set(const std::string& path, const base::Value& in_value); 50 const base::Value* GetPref(const std::string& path) const; 58 const base::Closure& callback) const [all...] |
owner_key_util.h | 11 #include "base/basictypes.h" 12 #include "base/compiler_specific.h" 13 #include "base/files/file_path.h" 14 #include "base/gtest_prod_util.h" 15 #include "base/memory/ref_counted.h" 17 namespace base { namespace 29 class OwnerKeyUtil : public base::RefCountedThreadSafe<OwnerKeyUtil> { 52 friend class base::RefCountedThreadSafe<OwnerKeyUtil>; 60 explicit OwnerKeyUtilImpl(const base::FilePath& public_key_file); 73 base::FilePath key_file_ [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
default_component_installer.h | 11 #include "base/compiler_specific.h" 12 #include "base/memory/scoped_ptr.h" 13 #include "base/version.h" 16 namespace base { namespace 19 } // namespace base 30 // by |dir|. |dir| is of the form <base directory>/<version>. 31 virtual bool VerifyInstallation(const base::FilePath& dir) const = 0; 41 virtual bool OnCustomInstall(const base::DictionaryValue& manifest, 42 const base::FilePath& install_dir) = 0; 55 const base::Version& version [all...] |
/external/chromium_org/chrome/browser/component_updater/test/ |
test_installer.h | 8 #include "base/compiler_specific.h" 9 #include "base/files/file_path.h" 12 namespace base { namespace 24 virtual bool Install(const base::DictionaryValue& manifest, 25 const base::FilePath& unpack_path) OVERRIDE; 28 base::FilePath* installed_file) OVERRIDE; 43 explicit ReadOnlyTestInstaller(const base::FilePath& installed_path); 48 base::FilePath* installed_file) OVERRIDE; 51 base::FilePath install_directory_; 62 virtual bool Install(const base::DictionaryValue& manifest [all...] |
/external/chromium_org/chrome/browser/devtools/ |
devtools_embedder_message_dispatcher.h | 11 #include "base/callback.h" 13 namespace base { namespace 57 std::string Dispatch(const std::string& method, base::ListValue* params); 60 typedef base::Callback<bool(const base::ListValue&)> Handler;
|
devtools_targets_ui.h | 11 #include "base/callback.h" 12 #include "base/memory/scoped_ptr.h" 14 namespace base { namespace 24 typedef base::Callback<void(const std::string&, 25 scoped_ptr<base::ListValue>)> Callback; 44 base::DictionaryValue* Serialize(const DevToolsTargetImpl& target); 45 void SendSerializedTargets(scoped_ptr<base::ListValue> list);
|
/external/chromium_org/chrome/browser/download/ |
download_file_picker.h | 8 #include "base/callback.h" 11 namespace base { namespace 30 typedef base::Callback<void(const base::FilePath& virtual_path)> 37 const base::FilePath& suggested_path, 42 const base::FilePath& suggested_path, 48 void OnFileSelected(const base::FilePath& virtual_path); 51 virtual void FileSelected(const base::FilePath& path, 57 base::FilePath suggested_path_;
|
download_path_reservation_tracker.h | 8 #include "base/callback_forward.h" 10 namespace base { namespace 35 typedef base::Callback<void(const base::FilePath& target_path, 89 const base::FilePath& requested_target_path, 90 const base::FilePath& default_download_path, 97 static bool IsPathInUseForTesting(const base::FilePath& path);
|
download_target_determiner_delegate.h | 8 #include "base/callback_forward.h" 15 namespace base { namespace 33 typedef base::Callback<void( 34 const base::FilePath& new_virtual_path, 42 typedef base::Callback<void(const base::FilePath& reserved_path, 50 typedef base::Callback<void(const base::FilePath& virtual_path)> 57 typedef base::Callback<void(const base::FilePath&)> LocalPathCallback [all...] |