HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 26 - 50 of 21775) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/policy/cloud/
rate_limiter.h 10 #include "base/basictypes.h"
11 #include "base/callback.h"
12 #include "base/cancelable_callback.h"
13 #include "base/memory/ref_counted.h"
14 #include "base/memory/scoped_ptr.h"
15 #include "base/threading/non_thread_safe.h"
16 #include "base/time/time.h"
18 namespace base { namespace
26 class RateLimiter : public base::NonThreadSafe {
32 const base::TimeDelta& duration
    [all...]
  /external/chromium_org/chrome/browser/ui/
user_data_dir_dialog.h 8 namespace base { namespace
18 base::FilePath ShowUserDataDirDialog(const base::FilePath& user_data_dir);
  /external/chromium_org/chrome/common/importer/
ie_importer_utils_win.h 8 #include "base/strings/string16.h"
14 base::string16 GetIEFavoritesOrderKey();
18 base::string16 GetIE7PasswordsKey();
22 base::string16 GetIESettingsKey();
  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.h 8 namespace base { namespace
16 bool IsBinaryFile(const base::FilePath& file);
19 bool IsArchiveFile(const base::FilePath& file);
  /external/chromium_org/chrome/installer/util/
duplicate_tree_detector.h 12 namespace base { namespace
24 bool IsIdenticalFileHierarchy(const base::FilePath& src_path,
25 const base::FilePath& dest_path);
installer_util_test_common.h 8 namespace base { namespace
18 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
  /external/chromium_org/chromeos/network/onc/
onc_merger.h 8 #include "base/memory/scoped_ptr.h"
11 namespace base { namespace
29 CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue>
31 const base::DictionaryValue* user_policy,
32 const base::DictionaryValue* device_policy,
33 const base::DictionaryValue* user_settings,
34 const base::DictionaryValue* shared_settings);
43 CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue>
46 const base::DictionaryValue* user_policy,
47 const base::DictionaryValue* device_policy
    [all...]
  /external/chromium_org/components/autofill/core/browser/
validation.h 8 #include "base/strings/string16.h"
10 namespace base { namespace
12 } // namespace base;
18 bool IsValidCreditCardExpirationDate(const base::string16& year,
19 const base::string16& month,
20 const base::Time& now);
23 const base::Time& now);
27 bool IsValidCreditCardNumber(const base::string16& text);
30 bool IsValidCreditCardSecurityCode(const base::string16& text);
34 bool IsValidCreditCardSecurityCode(const base::string16& code
    [all...]
  /external/chromium_org/content/public/browser/
font_list_async.h 8 #include "base/callback_forward.h"
9 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
26 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback);
  /external/chromium_org/content/shell/app/
paths_mac.h 8 namespace base { namespace
12 // Sets up base::mac::FrameworkBundle.
19 base::FilePath GetResourcesPakFilePath();
22 base::FilePath GetInfoPlistPath();
  /external/chromium_org/net/base/
completion_callback.h 8 #include "base/callback.h"
9 #include "base/cancelable_callback.h"
15 typedef base::Callback<void(int)> CompletionCallback;
19 typedef base::Callback<void(int64)> Int64CompletionCallback;
21 typedef base::CancelableCallback<void(int)> CancelableCompletionCallback;
test_data_directory.h 8 #include "base/files/file_path.h"
14 base::FilePath GetTestCertsDirectory();
16 // Returns the base::FilePath object representing the path to client
20 base::FilePath GetTestClientCertsDirectory();
22 // Returns the base::FilePath object representing the relative path containing
25 base::FilePath GetWebSocketTestDataDirectory();
  /external/chromium_org/net/cert/
jwk_serializer.h 8 #include "base/strings/string_piece.h"
9 #include "net/base/net_export.h"
11 namespace base { namespace
23 const base::StringPiece& spki_der,
24 base::DictionaryValue* public_key_jwk);
  /external/chromium_org/net/tools/dump_cache/
dump_files.h 12 #include "base/files/file_path.h"
15 int GetMajorVersion(const base::FilePath& input_path);
18 int DumpContents(const base::FilePath& input_path);
21 int DumpHeaders(const base::FilePath& input_path);
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
time.h 8 #include "base/time/time.h"
11 typedef base::Time Time;
12 typedef base::TimeTicks TimeTicks;
13 typedef base::TimeDelta TimeDelta;
  /external/chromium_org/ui/gl/
gl_implementation_linux.h 5 #include "base/files/file_path.h"
6 #include "base/native_library.h"
11 base::NativeLibrary LoadLibrary(const char* filename);
12 base::NativeLibrary LoadLibrary(const base::FilePath& filename);
  /external/chromium_org/win8/delegate_execute/
chrome_util.h 8 #include "base/strings/string16.h"
10 namespace base { namespace
17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
20 string16 GetAppId(const base::FilePath& chrome_exe);
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.cc 7 #include "base/file_util.h"
8 #include "base/files/file_enumerator.h"
9 #include "base/memory/scoped_ptr.h"
20 bool SetPlatformSpecificDirectoryPermissions(const base::FilePath& dir_path) {
37 using base::PlatformFile;
38 using base::PlatformFileError;
42 NativeFileEnumerator(const base::FilePath& root_path,
50 virtual base::FilePath Next() OVERRIDE;
52 virtual base::Time LastModifiedTime() OVERRIDE;
56 base::FileEnumerator file_enum_
    [all...]
  /external/chromium_org/chrome/common/
chrome_constants.h 10 #include "base/files/file_path.h"
18 extern const base::FilePath::CharType kBrowserProcessExecutableName[];
19 extern const base::FilePath::CharType kHelperProcessExecutableName[];
20 extern const base::FilePath::CharType kBrowserProcessExecutablePath[];
21 extern const base::FilePath::CharType kHelperProcessExecutablePath[];
22 extern const base::FilePath::CharType kBrowserProcessExecutableNameChromium[];
23 extern const base::FilePath::CharType kHelperProcessExecutableNameChromium[];
24 extern const base::FilePath::CharType kBrowserProcessExecutablePathChromium[];
25 extern const base::FilePath::CharType kHelperProcessExecutablePathChromium[];
27 extern const base::FilePath::CharType kFrameworkName[]
    [all...]
  /art/test/065-mismatched-implements/src/
Indirect.java 25 Base base = new Base(); local
  /art/test/066-mismatched-super/src/
Indirect.java 25 Base base = new Base(); local
  /dalvik/tests/065-mismatched-implements/src/
Indirect.java 25 Base base = new Base(); local
  /dalvik/tests/066-mismatched-super/src/
Indirect.java 25 Base base = new Base(); local
  /external/chromium/base/allocator/
allocator_shim.h 8 namespace base { namespace
17 } // namespace base.
  /external/chromium/base/mac/
os_crash_dumps.h 8 namespace base { namespace
18 } // namespace base

Completed in 1182 milliseconds

12 3 4 5 6 7 8 91011>>