/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_validator_factory.h | 8 #include "base/basictypes.h" 11 namespace base { namespace 31 const base::FilePath& platform_path) OVERRIDE;
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_read_file_worker.h | 10 #include "base/callback.h" 11 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/weak_ptr.h" 13 #include "base/platform_file.h" 15 namespace base { namespace 36 const base::PlatformFileInfo& snapshot_file_info); 84 base::WeakPtrFactory<MTPReadFileWorker> weak_ptr_factory_;
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_file_system_context.h | 12 namespace base { namespace 25 const std::string& device_id, const base::FilePath& path) = 0;
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_factory.h | 10 namespace base { namespace 23 virtual bool CanParse(const base::FilePath& path, 29 virtual MetadataParser* CreateParser(const base::FilePath& path) = 0;
|
/external/chromium_org/chrome/browser/prefs/ |
chrome_pref_service_factory.h | 8 #include "base/memory/ref_counted.h" 9 #include "base/memory/scoped_ptr.h" 11 namespace base { namespace 48 const base::FilePath& pref_filename, 49 base::SequencedTaskRunner* pref_io_task_runner, 55 const base::FilePath& pref_filename, 56 base::SequencedTaskRunner* pref_io_task_runner,
|
/external/chromium_org/chrome/browser/printing/ |
print_dialog_cloud.h | 10 #include "base/basictypes.h" 11 #include "base/callback.h" 12 #include "base/memory/ref_counted_memory.h" 13 #include "base/strings/string16.h" 19 namespace base { namespace 42 const base::FilePath& path_to_file, 43 const base::string16& print_job_title, 44 const base::string16& print_ticket, 55 const base::RefCountedMemory* data, 56 const base::string16& print_job_title [all...] |
print_preview_data_service.h | 11 #include "base/memory/ref_counted.h" 17 namespace base { namespace 32 scoped_refptr<base::RefCountedBytes>* data); 40 const base::RefCountedBytes* data);
|
/external/chromium_org/chrome/browser/profiles/ |
incognito_mode_policy_handler.h | 12 namespace base { namespace
|
startup_task_runner_service.h | 8 #include "base/basictypes.h" 9 #include "base/memory/ref_counted.h" 10 #include "base/threading/non_thread_safe.h" 15 namespace base { namespace 17 } // namespace base 20 class StartupTaskRunnerService : public base::NonThreadSafe, 33 scoped_refptr<base::DeferredSequencedTaskRunner> GetBookmarkTaskRunner(); 40 scoped_refptr<base::DeferredSequencedTaskRunner> bookmark_task_runner_;
|
/external/chromium_org/chrome/browser/sync_file_system/ |
mock_remote_change_processor.h | 8 #include "base/callback.h" 14 namespace base { namespace 35 const base::FilePath& local_path, 41 const base::Closure& completion_callback));
|
/external/chromium_org/chrome/browser/task_profiler/ |
task_profiler_data_serializer.h | 8 #include "base/basictypes.h" 10 namespace base { namespace 30 base::DictionaryValue* dictionary); 32 bool WriteToFile(const base::FilePath& path);
|
/external/chromium_org/chrome/browser/ui/webui/ |
bookmarks_ui.h | 10 #include "base/compiler_specific.h" 13 #include "ui/base/layout.h" 15 namespace base { namespace 45 static base::RefCountedMemory* GetFaviconResourceBytes(
|
flags_ui.h | 8 #include "base/memory/weak_ptr.h" 10 #include "ui/base/layout.h" 19 namespace base { namespace 32 static base::RefCountedMemory* GetFaviconResourceBytes( 40 base::WeakPtrFactory<FlagsUI> weak_factory_;
|
/external/chromium_org/chrome/browser/ui/webui/memory_internals/ |
memory_internals_handler.h | 10 #include "base/compiler_specific.h" 11 #include "base/memory/ref_counted.h" 14 namespace base { namespace 30 void OnJSUpdate(const base::ListValue* list); 33 void OnUpdate(const base::string16& update);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/android/ |
context_menu_handler.h | 8 #include "base/memory/weak_ptr.h" 10 #include "ui/base/window_open_disposition.h" 12 namespace base { namespace 31 void GetIncognitoDisabled(const base::ListValue* args); 34 void HandleShowContextMenu(const base::ListValue* args); 40 void HandleOpenInNewTab(const base::ListValue* args); 43 void HandleOpenInIncognitoTab(const base::ListValue* args); 48 void OpenUrl(const base::ListValue* args, WindowOpenDisposition disposition); 51 base::WeakPtrFactory<ContextMenuHandler> weak_ptr_factory_;
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_source.h | 8 #include "base/basictypes.h" 13 namespace base { namespace 46 virtual base::DictionaryValue* PopItem() = 0;
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
managed_user_create_confirm_handler.h | 10 namespace base { namespace 25 base::DictionaryValue* localized_strings) OVERRIDE; 34 void SwitchToProfile(const base::ListValue* args);
|
managed_user_learn_more_handler.h | 10 namespace base { namespace 25 base::DictionaryValue* localized_strings) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_handler.h | 8 #include "base/compiler_specific.h" 9 #include "base/memory/weak_ptr.h" 12 namespace base { namespace 16 } // namespace base 25 public base::SupportsWeakPtr<PerformanceMonitorHandler> { 36 void ReturnResults(const std::string& callback, const base::Value* results); 40 void HandleGetActiveIntervals(const base::ListValue* args); 44 void HandleGetFlagEnabled(const base::ListValue* args); 48 void HandleGetAggregationTypes(const base::ListValue* args); 52 void HandleGetEventTypes(const base::ListValue* args) [all...] |
/external/chromium_org/chrome/browser/ui/webui/signin/ |
user_manager_ui.h | 12 namespace base { namespace 27 const base::DictionaryValue& localized_strings); 28 void GetLocalizedStrings(base::DictionaryValue* localized_strings);
|
/external/chromium_org/chrome/browser/value_store/ |
value_store_frontend.h | 10 #include "base/callback.h" 11 #include "base/memory/ref_counted.h" 12 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/weak_ptr.h" 14 #include "base/threading/non_thread_safe.h" 15 #include "base/values.h" 18 namespace base { namespace 24 : public base::SupportsWeakPtr<ValueStoreFrontend>, 25 public base::NonThreadSafe { 27 typedef base::Callback<void(scoped_ptr<base::Value>)> ReadCallback [all...] |
/external/chromium_org/chrome/installer/test/ |
resource_loader.h | 15 #include "base/basictypes.h" 17 namespace base { namespace 30 bool Initialize(const base::FilePath& pe_image_path);
|
resource_updater.h | 15 #include "base/basictypes.h" 17 namespace base { namespace 30 bool Initialize(const base::FilePath& pe_image_path); 35 WORD language_id, const base::FilePath& input_file);
|
/external/chromium_org/chrome/installer/util/ |
logging_installer.h | 8 #include "base/basictypes.h" 10 namespace base { namespace 44 TruncateResult TruncateLogFileIfNeeded(const base::FilePath& log_file); 53 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs);
|
lzma_util.h | 13 #include "base/basictypes.h" 15 namespace base { namespace 45 bool CreateDirectory(const base::FilePath& dir);
|