/external/chromium_org/chrome/browser/extensions/ |
convert_web_app.h | 10 #include "base/memory/ref_counted.h" 12 namespace base { namespace 31 std::string ConvertTimeToExtensionVersion(const base::Time& time); 42 const base::Time& create_time, 43 const base::FilePath& extensions_dir);
|
extension_function_util.h | 9 #include "base/values.h" 11 namespace base { namespace 20 bool ReadOneOrMoreIntegers(base::Value* value, std::vector<int>* result);
|
/external/chromium_org/chrome/browser/google_apis/ |
time_util.h | 10 #include "base/strings/string_piece.h" 12 namespace base { namespace 14 } // namespace base 19 // Parses an RFC 3339 date/time into a base::Time, returning true on success. 22 bool GetTimeFromString(const base::StringPiece& raw_value, base::Time* time); 24 // Formats a base::Time as an RFC 3339 date/time (in UTC). 26 std::string FormatTimeAsString(const base::Time& time); 28 // Formats a base::Time as an RFC 3339 date/time (in localtime). 30 std::string FormatTimeAsStringLocaltime(const base::Time& time) [all...] |
/external/chromium_org/chrome/browser/history/ |
history_unittest_base.h | 10 namespace base { namespace 15 // A base class for a history unit test. It provides the common test methods. 24 static void ExecuteSQLScript(const base::FilePath& sql_path, 25 const base::FilePath& db_path);
|
/external/chromium_org/chrome/browser/media_galleries/ |
mtp_device_delegate_impl.h | 8 #include "base/callback_forward.h" 9 #include "base/files/file_path.h" 12 namespace base { namespace 18 typedef base::Callback<void(MTPDeviceAsyncDelegate*)> 22 const base::FilePath::StringType& device_location,
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_jpeg_factory.h | 8 #include "base/basictypes.h" 9 #include "base/compiler_specific.h" 12 namespace base { namespace 21 virtual bool CanParse(const base::FilePath& path, 24 virtual MetadataParser* CreateParser(const base::FilePath& path) OVERRIDE;
|
metadata_parser_manager.h | 8 #include "base/basictypes.h" 9 #include "base/memory/scoped_vector.h" 14 namespace base { namespace 34 MetadataParser* GetParserForFile(const base::FilePath& path);
|
/external/chromium_org/chrome/browser/ |
platform_util.h | 10 #include "base/strings/string16.h" 15 namespace base { namespace 23 void ShowItemInFolder(const base::FilePath& full_path); 27 void OpenItem(const base::FilePath& full_path);
|
shell_integration_linux.h | 10 #include "base/basictypes.h" 11 #include "base/files/file_path.h" 15 namespace base { namespace 22 // in the XDG Base Directory Specification: 26 bool GetDataWriteLocation(base::Environment* env, base::FilePath* search_path); 29 // preference, as specified in the XDG Base Directory Specification: 32 std::vector<base::FilePath> GetDataSearchLocations(base::Environment* env); 35 std::string GetDesktopName(base::Environment* env) [all...] |
sxs_linux.h | 8 #include "base/compiler_specific.h" 10 namespace base { namespace
|
/external/chromium_org/chrome/browser/policy/ |
preg_parser_win.h | 15 #include "base/memory/scoped_ptr.h" 16 #include "base/strings/string16.h" 18 namespace base { namespace 35 bool ReadFile(const base::FilePath& file_path,
|
/external/chromium_org/chrome/browser/prefs/ |
proxy_config_dictionary.h | 10 #include "base/basictypes.h" 11 #include "base/memory/scoped_ptr.h" 14 namespace base { namespace 30 explicit ProxyConfigDictionary(const base::DictionaryValue* dict); 40 const base::DictionaryValue& GetDictionary() const; 42 static base::DictionaryValue* CreateDirect(); 43 static base::DictionaryValue* CreateAutoDetect(); 44 static base::DictionaryValue* CreatePacScript(const std::string& pac_url, 46 static base::DictionaryValue* CreateFixedServers( 49 static base::DictionaryValue* CreateSystem() [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_window.h | 12 namespace base { class FilePath; } namespace 33 const base::FilePath& path,
|
profiles_state.h | 9 namespace base { class FilePath; } namespace 21 base::FilePath GetDefaultProfileDir(const base::FilePath& user_data_dir); 24 base::FilePath GetProfilePrefsPath(const base::FilePath& profile_dir);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
signature_util.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 14 namespace base { namespace 21 class SignatureUtil : public base::RefCountedThreadSafe<SignatureUtil> { 28 const base::FilePath& file_path, 32 friend class base::RefCountedThreadSafe<SignatureUtil>;
|
/external/chromium_org/chrome/browser/sync/ |
about_sync_util.h | 8 #include "base/memory/scoped_ptr.h" 12 namespace base { namespace 25 scoped_ptr<base::DictionaryValue> ConstructAboutInformation(
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_start_util.h | 13 namespace base { namespace 29 const base::FilePath& profile_path);
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
extension_settings_helper.h | 11 namespace base { namespace 21 const base::DictionaryValue& settings); 25 const std::string& id, const base::DictionaryValue& settings);
|
typed_urls_helper.h | 13 namespace base { namespace 50 const base::Time& timestamp); 83 base::Time GetTimestamp();
|
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
sync_timing_helper.h | 8 #include "base/basictypes.h" 13 namespace base { namespace 25 static base::TimeDelta TimeSyncCycle(ProfileSyncServiceHarness* client); 29 static base::TimeDelta TimeMutualSyncCycle( 34 static base::TimeDelta TimeUntilQuiescence( 42 const base::TimeDelta& dt);
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_test_util.h | 8 #include "base/callback_forward.h" 9 #include "base/memory/ref_counted.h" 10 #include "base/memory/scoped_ptr.h" 12 namespace base { namespace 20 void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result); 22 template <typename R> base::Callback<void(R)> 23 AssignAndQuitCallback(base::RunLoop* run_loop, R* result);
|
/external/chromium_org/chrome/browser/ui/ash/ |
chrome_launcher_prefs.h | 10 namespace base { namespace 37 base::DictionaryValue* CreateAppDict(const std::string& app_id);
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
apple_event_util.h | 10 namespace base { namespace 17 NSAppleEventDescriptor* ValueToAppleEventDescriptor(const base::Value* value);
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_util_mac.h | 12 namespace base { namespace 18 void AddFileToPasteboard(NSPasteboard* pasteboard, const base::FilePath& path);
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_util.h | 14 namespace base { namespace 27 std::string GetDesktopName(base::Environment* env);
|