HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1176 - 1200 of 5077) 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>,
99 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;
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 10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h"
18 #include "ui/base/x/active_window_watcher_x_observer.h"
23 namespace base { namespace
68 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>;
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
webstore_installer_test.h 10 #include "chrome/test/base/in_process_browser_test.h"
13 namespace base { namespace
15 } // namespace base
  /external/chromium_org/chrome/browser/feedback/
tracing_manager.h 11 #include "base/basictypes.h"
12 #include "base/callback.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/memory/weak_ptr.h"
16 namespace base { namespace
23 typedef base::Callback<void(scoped_refptr<base::RefCountedString> trace_data)>
61 void OnTraceDataCollected(const base::FilePath& path);
67 std::map<int, scoped_refptr<base::RefCountedString> > trace_data_;
72 base::WeakPtrFactory<TracingManager> weak_ptr_factory_
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run_internal.h 11 namespace base { namespace
36 bool GeneratePrefFile(const base::FilePath& user_data_dir,
54 bool GetFirstRunSentinelFilePath(base::FilePath* path);
66 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
49 bool Init(const base::FilePath& history_filename, URLDatabase* db);
thumbnail_database.h 10 #include "base/gtest_prod_util.h"
11 #include "base/memory/ref_counted.h"
18 namespace base { namespace
40 sql::InitStatus Init(const base::FilePath& db_name);
82 base::Time* last_updated,
83 scoped_refptr<base::RefCountedMemory>* png_icon_data,
96 const scoped_refptr<base::RefCountedMemory>& icon_data,
97 base::Time time,
104 scoped_refptr<base::RefCountedMemory> bitmap_data,
105 base::Time time)
    [all...]
top_sites_database.h 11 #include "base/gtest_prod_util.h"
16 namespace base { namespace
33 bool Init(const base::FilePath& db_name);
99 bool InitImpl(const base::FilePath& db_name);
101 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"
21 namespace base { namespace
32 class InvalidatorStorage : public base::SupportsWeakPtr<InvalidatorStorage>,
72 base::ThreadChecker thread_checker_;
  /external/chromium_org/chrome/browser/local_discovery/
pwg_raster_converter.h 8 #include "base/callback.h"
9 #include "base/memory/ref_counted_memory.h"
11 namespace base { namespace
31 typedef base::Callback<void(bool /*success*/,
32 const base::FilePath& /*temp_file*/)>
38 virtual void Start(base::RefCountedMemory* data,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
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
25 typedef base::Callback<
26 void(const base::PlatformFileInfo& file_info)> GetFileInfoSuccessCallback;
29 typedef base::Callback<
35 typedef base::Callback<
36 void(base::PlatformFileError error)> ErrorCallback;
39 typedef base::Callback
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.h 10 #include "base/basictypes.h"
11 #include "base/callback.h"
12 #include "base/memory/ref_counted.h"
15 namespace base { namespace
35 typedef base::Callback<
41 scoped_refptr<base::SequencedTaskRunner> io_task_runner);
68 static JobCallback FileJob(const base::FilePath& file_path);
74 void PostToIOAndWait(const base::Closure& task);
78 scoped_refptr<base::SequencedTaskRunner> io_task_runner_;
user_cloud_policy_manager_factory.h 10 #include "base/basictypes.h"
11 #include "base/memory/ref_counted.h"
12 #include "base/memory/singleton.h"
15 namespace base { namespace
66 const scoped_refptr<base::SequencedTaskRunner>& background_task_runner,
67 const scoped_refptr<base::SequencedTaskRunner>& file_task_runner,
68 const scoped_refptr<base::SequencedTaskRunner>& io_task_runner);
91 const scoped_refptr<base::SequencedTaskRunner>& background_task_runner,
92 const scoped_refptr<base::SequencedTaskRunner>& file_task_runner,
93 const scoped_refptr<base::SequencedTaskRunner>& io_task_runner)
    [all...]
  /external/chromium_org/chrome/browser/policy/
profile_policy_connector_factory.h 10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h"
19 namespace base { namespace
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 11 #include "base/basictypes.h"
12 #include "base/callback_forward.h"
13 #include "base/memory/weak_ptr.h"
14 #include "base/observer_list.h"
15 #include "base/prefs/pref_change_registrar.h"
21 namespace base { namespace
23 } // namespace base
45 const base::DictionaryValue& user_settings);
74 const base::DictionaryValue* user_preferences);
84 bool InvokeServiceTask(const base::Closure& task)
    [all...]
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.h 10 #include "base/compiler_specific.h"
14 #include "base/memory/shared_memory.h"
21 namespace base { namespace
54 void OnDuplicateSection(base::SharedMemoryHandle renderer_handle,
55 base::SharedMemoryHandle* browser_handle);
62 base::FileDescriptor* temp_file_fd,
68 void CreatePrintDialogForFile(int render_view_id, const base::FilePath& path);
82 // base::Bind. Collapse the settings-specific params into a
84 // to base::Bind.
92 const base::Closure& callback
    [all...]
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.h 10 namespace base { namespace
25 PathComparisonReason ComparePathsIgnoreCase(const base::FilePath& path1,
26 const base::FilePath& path2);
32 void VerifyPreferencesFile(const base::FilePath& pref_file_path);
profile_info_cache_observer.h 8 #include "base/strings/string16.h"
11 namespace base { namespace
21 virtual void OnProfileAdded(const base::FilePath& profile_path) {}
22 virtual void OnProfileWillBeRemoved(const base::FilePath& profile_path) {}
23 virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
24 const base::string16& profile_name) {}
25 virtual void OnProfileNameChanged(const base::FilePath& profile_path,
26 const base::string16& old_profile_name) {}
27 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
profile_info_cache_unittest.h 11 #include "chrome/test/base/testing_profile_manager.h"
17 namespace base { namespace
30 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
32 const base::FilePath& profile_path) OVERRIDE;
34 const base::FilePath& profile_path,
35 const base::string16& profile_name) OVERRIDE;
37 const base::FilePath& profile_path,
38 const base::string16& old_profile_name) OVERRIDE;
39 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) OVERRIDE;
43 std::set<base::string16> profile_names_
    [all...]

Completed in 2438 milliseconds

<<41424344454647484950>>