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

<<71727374757677787980>>

  /external/chromium_org/chrome/browser/drive/
drive_service_interface.h 14 namespace base { namespace
21 typedef base::Callback<std::string(
225 const base::Time& last_modified,
240 const base::Time& last_modified,
241 const base::Time& last_viewed_by_me,
296 const base::FilePath& local_cache_path,
332 const base::FilePath& local_file_path,
357 // regardless of base protocol. In other words, even if we enabels Drive API
drive_uploader.h 10 #include "base/basictypes.h"
11 #include "base/callback_forward.h"
12 #include "base/memory/ref_counted.h"
13 #include "base/memory/weak_ptr.h"
20 namespace base { namespace
36 typedef base::Callback<void(
70 const base::FilePath& local_file_path,
89 const base::FilePath& local_file_path,
103 const base::FilePath& local_file_path,
112 base::TaskRunner* blocking_task_runner)
    [all...]
gdata_wapi_service.h 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/weak_ptr.h"
13 #include "base/observer_list.h"
23 namespace base { namespace
54 base::SequencedTaskRunner* blocking_task_runner,
113 const base::FilePath& local_cache_path,
122 const base::Time& last_modified,
128 const base::Time& last_modified,
129 const base::Time& last_viewed_by_me
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.h 13 #include "base/bind.h"
14 #include "base/bind_helpers.h"
15 #include "base/callback.h"
16 #include "base/memory/scoped_ptr.h"
17 #include "base/values.h"
27 namespace base { namespace
80 void SetClockForTesting(scoped_ptr<base::Clock> clock);
94 static std::string Serialize(const base::Value* value);
108 // Given a base day (timestamp at local midnight), computes the timestamp
110 static base::Time AddDays(const base::Time& base_date, int days)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.h 11 #include "base/memory/ref_counted.h"
12 #include "base/observer_list.h"
13 #include "base/synchronization/lock.h"
14 #include "base/threading/thread_checker.h"
15 #include "base/time/time.h"
16 #include "base/tuple.h"
23 namespace base { namespace
39 : public base::RefCountedThreadSafe<ContentSettingsStore> {
82 base::ListValue* GetSettingsForExtension(const std::string& extension_id,
88 const base::ListValue* list
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.h 19 // Base debugger function.
24 namespace base { namespace
82 void SendResponseBody(base::DictionaryValue* result);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.h 11 #include "base/memory/ref_counted.h"
16 namespace base { namespace
28 // Base class for all ContentActions of the declarative content API.
29 class ContentAction : public base::RefCounted<ContentAction> {
49 const base::Time& extension_install_time,
52 const base::Time& extension_install_time,
62 const base::Value& json_action,
67 friend class base::RefCounted<ContentAction>;
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.h 10 #include "base/basictypes.h"
11 #include "base/files/file_path.h"
12 #include "base/memory/scoped_ptr.h"
15 namespace base { namespace
35 const base::FilePath& file_path,
41 const base::FilePath& path() const { return path_; }
49 bool Parse(base::DictionaryValue* dictionary, std::string* error_message);
54 base::FilePath path_;
native_process_launcher.h 8 #include "base/callback_forward.h"
9 #include "base/memory/scoped_ptr.h"
10 #include "base/platform_file.h"
11 #include "base/process/process.h"
17 namespace base { namespace
36 typedef base::Callback<void (LaunchResult result,
37 base::ProcessHandle process_handle,
38 base::PlatformFile read_file,
39 base::PlatformFile write_file)> LaunchedCallback;
62 static base::FilePath FindManifest(const std::string& native_host_name
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
upload_data_presenter.h 11 #include "base/gtest_prod_util.h"
12 #include "base/memory/scoped_ptr.h"
14 namespace base { namespace
38 base::Value* value,
39 base::ListValue* list);
46 // of UploadElementReader and represent this data as a base:Value.
57 virtual scoped_ptr<base::Value> Result() = 0;
77 virtual scoped_ptr<base::Value> Result() OVERRIDE;
85 scoped_ptr<base::ListValue> list_;
105 virtual scoped_ptr<base::Value> Result() OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/extensions/
default_apps.h 8 #include "base/basictypes.h"
14 namespace base { namespace
55 virtual void SetPrefs(base::DictionaryValue* prefs) OVERRIDE;
extension_creator.h 11 #include "base/basictypes.h"
13 namespace base { namespace
42 bool Run(const base::FilePath& extension_dir,
43 const base::FilePath& crx_path,
44 const base::FilePath& private_key_path,
45 const base::FilePath& private_key_output_path,
61 bool InitializeInput(const base::FilePath& extension_dir,
62 const base::FilePath& crx_path,
63 const base::FilePath& private_key_path,
64 const base::FilePath& private_key_output_path
    [all...]
test_extension_environment.h 8 #include "base/memory/scoped_ptr.h"
9 #include "base/message_loop/message_loop.h"
19 #include "ui/base/win/scoped_ole_initializer.h"
25 namespace base { namespace
63 const Extension* MakeExtension(const base::Value& manifest_extra);
webstore_data_fetcher.h 10 #include "base/memory/scoped_ptr.h"
11 #include "base/memory/weak_ptr.h"
15 namespace base { namespace
30 class WebstoreDataFetcher : public base::SupportsWeakPtr<WebstoreDataFetcher>,
42 void OnJsonParseSuccess(scoped_ptr<base::Value> parsed_json);
window_controller.h 10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h"
18 namespace base { namespace
58 // implementation specific properties (call the base implementation first to
60 virtual base::DictionaryValue* CreateWindowValue() const;
63 virtual base::DictionaryValue* CreateWindowValueWithTabs(
66 virtual base::DictionaryValue* CreateTabValue(
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader_delegate.h 11 #include "base/time/time.h"
16 namespace base { namespace
58 base::Time day_start;
86 const base::FilePath& path,
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.h 15 namespace base { namespace
97 static void PrepopulateDictionary(base::DictionaryValue* win_pref);
  /external/chromium_org/chrome/browser/history/
history_database.h 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h"
10 #include "base/gtest_prod_util.h"
26 namespace base { namespace
81 sql::InitStatus Init(const base::FilePath& history_name);
85 void ComputeDatabaseMetrics(const base::FilePath& filename);
164 virtual base::Time GetEarlyExpirationThreshold();
165 virtual void UpdateEarlyExpirationThreshold(base::Time threshold);
201 base::Time cached_early_expiration_threshold_;
top_sites.h 8 #include "base/basictypes.h"
9 #include "base/callback.h"
10 #include "base/gtest_prod_util.h"
11 #include "base/memory/ref_counted.h"
22 namespace base { namespace
39 : public base::RefCountedThreadSafe<TopSites>,
45 static TopSites* Create(Profile* profile, const base::FilePath& db_name);
59 const base::RefCountedMemory* memory,
62 typedef base::Callback<void(const MostVisitedURLList&)>
84 scoped_refptr<base::RefCountedMemory>* bytes) = 0
    [all...]
web_history_service.h 8 #include "base/memory/weak_ptr.h"
13 namespace base { namespace
46 typedef base::Callback<void(Request*, const base::DictionaryValue*)>
49 typedef base::Callback<void(Request*, bool success)>
62 const base::string16& text_query,
78 base::Time begin_time,
79 base::Time end_time,
106 base::WeakPtrFactory<WebHistoryService> weak_ptr_factory_;
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_site_list.h 11 #include "base/files/file_path.h"
12 #include "base/memory/ref_counted.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/memory/scoped_vector.h"
18 namespace base { namespace
36 Site(const base::string16& name, int category_id);
40 base::string16 name;
56 const base::FilePath& path);
66 static void GetCategoryNames(std::vector<base::string16>* categories);
73 void CopyThumbnailUrl(const base::DictionaryValue* source
    [all...]
managed_user_settings_service.h 11 #include "base/callback.h"
12 #include "base/memory/ref_counted.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/prefs/pref_store.h"
15 #include "base/values.h"
23 namespace base { namespace
59 typedef base::Callback<void(const base::DictionaryValue*)> SettingsCallback;
68 void Init(base::FilePath profile_path,
69 base::SequencedTaskRunner* sequenced_task_runner
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 8 #include "base/memory/ref_counted.h"
9 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
25 const base::FilePath& profile_path,
26 base::SequencedTaskRunner* media_task_runner);
30 static scoped_refptr<base::SequencedTaskRunner> MediaTaskRunner();
45 base::PlatformFileError* error_code) OVERRIDE;
49 base::PlatformFileError* error_code) const OVERRIDE;
53 const base::Time& expected_modification_time,
63 const base::FilePath profile_path_
    [all...]
safe_itunes_pref_parser_win.h 10 #include "base/callback.h"
11 #include "base/compiler_specific.h"
14 namespace base { namespace
31 typedef base::Callback<void(const base::FilePath&)> ParserCallback;
52 void OnGotITunesDirectory(const base::FilePath& library_file);
safe_picasa_album_table_reader.h 10 #include "base/callback.h"
11 #include "base/compiler_specific.h"
12 #include "base/memory/weak_ptr.h"
17 namespace base { namespace
34 typedef base::Callback<void(bool parse_success,
78 base::WeakPtr<content::UtilityProcessHost> utility_process_host_;

Completed in 588 milliseconds

<<71727374757677787980>>