HomeSort by relevance Sort by last modified time
    Searched full:base (Results 276 - 300 of 48320) sorted by null

<<11121314151617181920>>

  /external/chromium_org/sync/internal_api/public/
network_time_update_callback.h 8 #include "base/callback.h"
9 #include "base/time/time.h"
19 // const base::Time& network_time - the new network time.
20 // const base::TimeDelta& resolution - how precise the reading is.
21 // const base::TimeDelta& latency - the http request's latency.
22 typedef base::Callback<void(const base::Time&,
23 const base::TimeDelta&,
24 const base::TimeDelta&)> NetworkTimeUpdateCallback;
  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.h 8 #include "base/command_line.h"
9 #include "base/strings/string16.h"
11 namespace base { namespace
18 base::CommandLine CommandLineFromParameters(const wchar_t* params);
22 base::CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
23 const base::CommandLine& params,
24 const base::string16& argument);
28 base::string16 ParametersFromSwitch(const char* a_switch);
  /external/chromium_org/base/android/
application_status_listener.cc 5 #include "base/android/application_status_listener.h"
9 #include "base/lazy_instance.h"
10 #include "base/observer_list_threadsafe.h"
15 base::internal::LeakyLazyInstanceTraits<
16 ObserverListThreadSafe<base::android::ApplicationStatusListener> > {
17 static ObserverListThreadSafe<base::android::ApplicationStatusListener>*
19 ObserverListThreadSafe<base::android::ApplicationStatusListener>* ret =
20 base::internal::LeakyLazyInstanceTraits<ObserverListThreadSafe<
21 base::android::ApplicationStatusListener> >::New(instance);
28 base::LazyInstance<ObserverListThreadSafe
34 namespace base { namespace
    [all...]
jni_android_unittest.cc 5 #include "base/android/jni_android.h"
7 #include "base/at_exit.h"
8 #include "base/logging.h"
11 namespace base { namespace
16 base::subtle::AtomicWord g_atomic_id = 0;
18 jmethodID id = base::android::MethodID::LazyGet<
19 base::android::MethodID::TYPE_STATIC>(
37 base::Time start_lazy = base::Time::Now();
41 base::Time end_lazy = base::Time::Now()
    [all...]
  /external/chromium_org/cc/debug/
traced_value.h 10 #include "base/debug/trace_event.h"
11 #include "base/memory/scoped_ptr.h"
13 namespace base { namespace
19 class TracedValue : public base::debug::ConvertableToTraceFormat {
21 static scoped_ptr<base::Value> CreateIDRef(const void* id);
23 base::DictionaryValue* dict, const char* object_name, const void* id);
26 base::DictionaryValue* dict,
31 base::DictionaryValue* dict,
35 static scoped_refptr<base::debug::ConvertableToTraceFormat> FromValue(
36 base::Value* value)
    [all...]
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_linux.cc 7 #include "base/base_paths.h"
8 #include "base/command_line.h"
9 #include "base/file_util.h"
10 #include "base/files/file_path.h"
11 #include "base/logging.h"
12 #include "base/path_service.h"
13 #include "base/process/launch.h"
25 base::LaunchOptions options;
28 return base::LaunchProcess(command_line, options, NULL);
40 base::FilePath exe_file_path
    [all...]
  /external/chromium_org/chrome/installer/util/
chrome_app_host_distribution.h 16 virtual base::string16 GetDisplayName() OVERRIDE;
18 virtual base::string16 GetBrowserProgIdPrefix() OVERRIDE;
20 virtual base::string16 GetBrowserProgIdDesc() OVERRIDE;
23 virtual base::string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
25 virtual base::string16 GetIconFilename() OVERRIDE;
27 virtual base::string16 GetBaseAppName() OVERRIDE;
29 virtual base::string16 GetBaseAppId() OVERRIDE;
31 virtual base::string16 GetInstallSubDir() OVERRIDE;
33 virtual base::string16 GetPublisherName() OVERRIDE;
35 virtual base::string16 GetAppDescription() OVERRIDE
    [all...]
chrome_app_host_operations.h 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h"
21 std::set<base::string16>* options) const OVERRIDE;
23 virtual void ReadOptions(const base::CommandLine& uninstall_command,
24 std::set<base::string16>* options) const OVERRIDE;
27 const std::set<base::string16>& options,
28 std::vector<base::FilePath>* key_files) const OVERRIDE;
31 const std::set<base::string16>& options,
32 std::vector<base::FilePath>* com_dll_list) const OVERRIDE;
34 virtual void AppendProductFlags(const std::set<base::string16>& options
    [all...]
chrome_binaries_operations.h 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h"
21 std::set<base::string16>* options) const OVERRIDE;
23 virtual void ReadOptions(const base::CommandLine& uninstall_command,
24 std::set<base::string16>* options) const OVERRIDE;
27 const std::set<base::string16>& options,
28 std::vector<base::FilePath>* key_files) const OVERRIDE;
31 const std::set<base::string16>& options,
32 std::vector<base::FilePath>* com_dll_list) const OVERRIDE;
34 virtual void AppendProductFlags(const std::set<base::string16>& options
    [all...]
chrome_browser_operations.h 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h"
20 std::set<base::string16>* options) const OVERRIDE;
22 virtual void ReadOptions(const base::CommandLine& uninstall_command,
23 std::set<base::string16>* options) const OVERRIDE;
26 const std::set<base::string16>& options,
27 std::vector<base::FilePath>* key_files) const OVERRIDE;
30 const std::set<base::string16>& options,
31 std::vector<base::FilePath>* com_dll_list) const OVERRIDE;
33 virtual void AppendProductFlags(const std::set<base::string16>& options
    [all...]
chrome_frame_operations.h 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h"
20 std::set<base::string16>* options) const OVERRIDE;
22 virtual void ReadOptions(const base::CommandLine& uninstall_command,
23 std::set<base::string16>* options) const OVERRIDE;
26 const std::set<base::string16>& options,
27 std::vector<base::FilePath>* key_files) const OVERRIDE;
30 const std::set<base::string16>& options,
31 std::vector<base::FilePath>* com_dll_list) const OVERRIDE;
33 virtual void AppendProductFlags(const std::set<base::string16>& options
    [all...]
  /external/chromium_org/cloud_print/common/win/
install_utils.h 11 #include "base/files/file_path.h"
12 #include "base/strings/string16.h"
17 void SetGoogleUpdateKeys(const base::string16& product_id,
18 const base::string16& product_name);
21 void SetGoogleUpdateError(const base::string16& product_id,
22 const base::string16& message);
25 void SetGoogleUpdateError(const base::string16& product_id, HRESULT hr);
28 void DeleteGoogleUpdateKeys(const base::string16& product_id);
31 void CreateUninstallKey(const base::string16& uninstall_id,
32 const base::string16& product_name
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry.h 8 #include "base/strings/string16.h"
9 #include "base/time/time.h"
16 AutofillKey(const base::string16& name, const base::string16& value);
21 const base::string16& name() const { return name_; }
22 const base::string16& value() const { return value_; }
28 base::string16 name_;
29 base::string16 value_;
35 const base::Time& date_created,
36 const base::Time& date_last_used)
    [all...]
  /external/chromium_org/content/common/android/
gin_java_bridge_value.h 8 #include "base/memory/scoped_ptr.h"
9 #include "base/pickle.h"
10 #include "base/values.h"
14 // be put into base::Value. And since base::Value is not extensible,
15 // we transfer these special values via base::BinaryValue.
33 CONTENT_EXPORT static scoped_ptr<base::BinaryValue> CreateUndefinedValue();
34 CONTENT_EXPORT static scoped_ptr<base::BinaryValue> CreateNonFiniteValue(
36 CONTENT_EXPORT static scoped_ptr<base::BinaryValue> CreateNonFiniteValue(
38 CONTENT_EXPORT static scoped_ptr<base::BinaryValue> CreateObjectIDValue
    [all...]
  /external/chromium_org/content/common/
font_list_win.cc 11 #include "base/strings/string16.h"
12 #include "base/values.h"
20 std::set<base::string16>* font_names =
21 reinterpret_cast<std::set<base::string16>*>(lparam);
25 base::string16 face_name(lf.lfFaceName);
32 scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
33 std::set<base::string16> font_names;
44 scoped_ptr<base::ListValue> font_list(new base::ListValue);
45 std::set<base::string16>::iterator iter
    [all...]
  /external/chromium_org/media/
media_nacl.gyp 27 '../base/base_nacl.gyp:base_nacl',
55 'base/media.cc',
56 'base/media.h',
57 'base/media_stub.cc',
58 'base/simd/convert_rgb_to_yuv.h',
59 'base/simd/convert_rgb_to_yuv_c.cc',
60 'base/simd/convert_yuv_to_rgb.h',
61 'base/simd/convert_yuv_to_rgb_c.cc',
62 'base/simd/filter_yuv.h',
63 'base/simd/filter_yuv_c.cc'
    [all...]
  /external/chromium_org/remoting/base/
auto_thread_task_runner.h 8 #include "base/basictypes.h"
9 #include "base/callback.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/message_loop/message_loop.h"
12 #include "base/single_thread_task_runner.h"
19 class AutoThreadTaskRunner : public base::SingleThreadTaskRunner {
24 AutoThreadTaskRunner(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
25 const base::Closure& stop_task);
30 const base::Closure& task,
31 base::TimeDelta delay) OVERRIDE
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle_android.cc 5 #include "ui/base/resource/resource_bundle.h"
9 #include "base/android/jni_android.h"
10 #include "base/android/jni_string.h"
11 #include "base/file_util.h"
12 #include "base/files/file_path.h"
13 #include "base/logging.h"
14 #include "base/path_service.h"
15 #include "base/strings/stringprintf.h"
17 #include "ui/base/resource/resource_handle.h"
18 #include "ui/base/ui_base_paths.h
    [all...]
  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 11 typedef A<X> Base;
12 B1() : Base() {}
24 TmplB<int>() { } // expected-error {{type 'TmplB<int>' is not a direct or virtual base of 'TmplC'}}
30 Tmpl<int>(), // expected-error {{type 'Tmpl<int>' is not a direct or virtual base of 'TmplD'}}
35 class Base {
37 Base() {}
43 Derived() : Base() {}
46 class Final : public Derived<Base> {
58 struct Base { Base(int); }; // expected-note 2{{candidate}
    [all...]
  /ndk/sources/android/support/src/wcstox/
wcstol.c 10 int base,
17 unsigned long long y = __intscan(&f, base, 1, lim);
27 int base)
29 return wcstox(s, p, base, ULLONG_MAX);
32 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base)
34 return wcstox(s, p, base, LLONG_MIN);
39 int base)
41 return wcstox(s, p, base, ULONG_MAX);
44 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base)
46 return wcstox(s, p, base, 0UL+LONG_MIN)
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
adler32.c 11 #define BASE 65521UL /* largest prime smaller than 65536 */
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 13);
    [all...]
  /external/chromium_org/chrome/common/
service_process_util_posix.h 12 #include "base/basictypes.h"
13 #include "base/callback.h"
14 #include "base/memory/scoped_ptr.h"
15 #include "base/message_loop/message_loop.h"
23 #include "base/files/file_path_watcher.h"
24 #include "base/mac/scoped_cftyperef.h"
26 namespace base { namespace
30 CFDictionaryRef CreateServiceProcessLaunchdPlist(base::CommandLine* cmd_line,
34 namespace base { namespace
41 class ServiceProcessTerminateMonitor : public base::MessageLoopForIO::Watcher
    [all...]
  /external/chromium_org/cloud_print/service/win/
service_controller.h 11 #include "base/command_line.h"
12 #include "base/strings/string16.h"
15 namespace base { namespace
17 } // base
35 HRESULT InstallCheckService(const base::string16& user,
36 const base::string16& password,
37 const base::FilePath& user_data_dir);
40 HRESULT InstallConnectorService(const base::string16& user,
41 const base::string16& password,
42 const base::FilePath& user_data_dir
    [all...]
  /external/chromium_org/components/autofill/core/browser/
address_i18n.cc 7 #include "base/bind.h"
8 #include "base/callback.h"
9 #include "base/logging.h"
10 #include "base/strings/string_split.h"
11 #include "base/strings/utf_string_conversions.h"
21 base::string16 GetInfoHelper(const AutofillProfile& profile,
32 const base::Callback<base::string16(const AutofillType&)>& get_info) {
34 address_data->recipient = base::UTF16ToUTF8(
36 address_data->country_code = base::UTF16ToUTF8
    [all...]
  /external/chromium_org/components/feedback/
feedback_report.h 10 #include "base/basictypes.h"
11 #include "base/callback_forward.h"
12 #include "base/files/file_path.h"
13 #include "base/memory/ref_counted.h"
14 #include "base/time/time.h"
16 namespace base { namespace
22 typedef base::Callback<void(const std::string&)> QueueCallback;
27 class FeedbackReport : public base::RefCounted<FeedbackReport> {
29 FeedbackReport(const base::FilePath& path,
30 const base::Time& upload_at
    [all...]

Completed in 488 milliseconds

<<11121314151617181920>>