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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.h 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h"
16 namespace base { namespace
33 void GetAllOrigins(const base::ListValue* args);
35 const base::FilePath& context_path);
36 void OnOriginsReady(scoped_ptr<base::ListValue> origins,
37 const base::FilePath& path);
41 void DownloadOriginData(const base::ListValue* args);
43 const base::FilePath& partition_path,
46 void OnDownloadDataReady(const base::FilePath& partition_path
    [all...]
  /external/chromium_org/content/common/
plugin_constants_win.h 8 #include "base/strings/string16.h"
17 extern const base::char16 kNativeWindowClassName[];
22 extern const base::char16 kWrapperNativeWindowClassName[];
24 extern const base::char16 kPluginNameAtomProperty[];
25 extern const base::char16 kPluginVersionAtomProperty[];
26 extern const base::char16 kDummyActivationWindowName[];
30 extern const base::char16 kPaintMessageName[];
33 extern const base::char16 kRegistryMozillaPlugins[];
35 extern const base::char16 kMozillaActiveXPlugin[];
36 extern const base::char16 kNewWMPPlugin[]
    [all...]
font_list_mac.mm 9 #include "base/mac/scoped_nsautorelease_pool.h"
10 #include "base/strings/sys_string_conversions.h"
11 #include "base/values.h"
15 scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
16 base::mac::ScopedNSAutoreleasePool autorelease_pool;
17 scoped_ptr<base::ListValue> font_list(new base::ListValue);
23 base::ListValue* font_item = new base::ListValue();
24 base::string16 family = base::SysNSStringToUTF16(family_name)
    [all...]
  /external/chromium_org/rlz/ios/lib/
machine_id_ios.cc 5 #include "base/ios/device_util.h"
6 #include "base/strings/string16.h"
7 #include "base/strings/utf_string_conversions.h"
11 bool GetRawMachineId(base::string16* data, int* more_data) {
12 *data = base::ASCIIToUTF16(ios::device_util::GetDeviceIdentifier(NULL));
  /external/chromium_org/tools/perf/clear_system_cache/
clear_system_cache.gyp 15 '../../../base/base.gyp:base',
16 '../../../base/base.gyp:test_support_base',
  /external/chromium_org/ui/gl/
gl_implementation_osmesa.h 8 #include "base/files/file_path.h"
9 #include "base/native_library.h"
14 base::NativeLibrary LoadLibraryAndPrintError(const char* filename);
15 base::NativeLibrary LoadLibraryAndPrintError(const base::FilePath& filename);
  /external/clang/test/CodeGenCXX/
pragma-pack-3.cpp 3 struct Base {
7 struct Derived_1 : virtual Base
14 // CHECK: %struct.Derived_2 = type { %struct.Derived_1.base, %struct.Base }
15 // CHECK: %struct.Derived_1.base = type <{ i32 (...)**, i8 }>
  /external/clang/test/SemaCXX/
PR9572.cpp 2 class Base {
3 virtual ~Base(); // expected-note {{implicitly declared private here}}
5 struct Foo : public Base { // expected-error {{base class 'Base' has private destructor}}
  /external/chromium_org/content/browser/download/
download_net_log_parameters.cc 7 #include "base/basictypes.h"
8 #include "base/files/file_path.h"
9 #include "base/logging.h"
10 #include "base/strings/string_number_conversions.h"
11 #include "base/values.h"
13 #include "net/base/net_errors.h"
45 base::Value* ItemActivatedNetLogCallback(
50 base::DictionaryValue* dict = new base::DictionaryValue();
53 dict->SetString("id", base::Int64ToString(download_item->GetId()))
    [all...]
  /external/chromium_org/base/android/
java_handler_thread.cc 5 #include "base/android/java_handler_thread.h"
9 #include "base/android/jni_android.h"
10 #include "base/android/jni_string.h"
11 #include "base/message_loop/message_loop.h"
12 #include "base/synchronization/waitable_event.h"
13 #include "base/threading/thread_restrictions.h"
16 namespace base { namespace
21 JNIEnv* env = base::android::AttachCurrentThread();
34 JNIEnv* env = base::android::AttachCurrentThread();
35 base::WaitableEvent initialize_event(false, false)
    [all...]
  /external/chromium_org/base/
barrier_closure.cc 5 #include "base/barrier_closure.h"
7 #include "base/atomic_ref_count.h"
8 #include "base/bind.h"
15 BarrierInfo(int num_callbacks_left, const base::Closure& done_closure);
19 base::AtomicRefCount num_callbacks_left_;
20 base::Closure done_closure_;
23 BarrierInfo::BarrierInfo(int num_callbacks, const base::Closure& done_closure)
29 DCHECK(!base::AtomicRefCountIsZero(&num_callbacks_left_));
30 if (!base::AtomicRefCountDec(&num_callbacks_left_)) {
38 namespace base { namespace
    [all...]
  /external/chromium_org/cc/animation/
scrollbar_animation_controller.h 8 #include "base/cancelable_callback.h"
9 #include "base/memory/weak_ptr.h"
10 #include "base/time/time.h"
11 #include "cc/base/cc_export.h"
20 virtual void PostDelayedScrollbarFade(const base::Closure& start_fade,
21 base::TimeDelta delay) = 0;
32 void Animate(base::TimeTicks now);
42 base::TimeDelta delay_before_starting,
43 base::TimeDelta duration);
53 float AnimationProgressAtTime(base::TimeTicks now)
    [all...]
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_mac.mm 10 #include "base/file_util.h"
11 #include "base/mac/foundation_util.h"
12 #include "base/path_service.h"
14 base::FilePath GetProfilesINI() {
15 base::FilePath app_data_path;
16 if (!PathService::Get(base::DIR_APP_DATA, &app_data_path)) {
17 return base::FilePath();
19 base::FilePath ini_file =
21 if (!base::PathExists(ini_file)) {
22 return base::FilePath()
    [all...]
  /external/chromium_org/chrome/installer/util/
chromium_binaries_distribution.h 12 #include "base/memory/scoped_ptr.h"
17 virtual base::string16 GetBrowserProgIdPrefix() OVERRIDE;
19 virtual base::string16 GetBrowserProgIdDesc() OVERRIDE;
21 virtual base::string16 GetDisplayName() OVERRIDE;
23 virtual base::string16 GetShortcutName(ShortcutType shortcut_type) 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...]
chromium_binaries_distribution.cc 9 #include "base/logging.h"
22 base::string16(L"Software\\").append(kChromiumBinariesName)))),
34 base::string16 ChromiumBinariesDistribution::GetBaseAppName() {
36 return base::string16();
39 base::string16 ChromiumBinariesDistribution::GetBrowserProgIdPrefix() {
41 return base::string16();
44 base::string16 ChromiumBinariesDistribution::GetBrowserProgIdDesc() {
46 return base::string16();
49 base::string16 ChromiumBinariesDistribution::GetDisplayName() {
53 base::string16 ChromiumBinariesDistribution::GetShortcutName
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
rate_limiter.cc 7 #include "base/bind.h"
8 #include "base/bind_helpers.h"
9 #include "base/location.h"
10 #include "base/logging.h"
11 #include "base/sequenced_task_runner.h"
12 #include "base/time/tick_clock.h"
17 const base::TimeDelta& duration,
18 const base::Closure& callback,
19 scoped_refptr<base::SequencedTaskRunner> task_runner,
20 scoped_ptr<base::TickClock> clock
    [all...]
  /external/chromium_org/ipc/
ipc_platform_file.h 8 #include "base/basictypes.h"
9 #include "base/files/file.h"
10 #include "base/process/process.h"
14 #include "base/file_descriptor_posix.h"
20 typedef base::PlatformFile PlatformFileForTransit;
22 typedef base::FileDescriptor PlatformFileForTransit;
29 return base::FileDescriptor();
33 inline base::PlatformFile PlatformFileForTransitToPlatformFile(
42 inline base::File PlatformFileForTransitToFile(
45 return base::File(transit)
    [all...]
  /external/chromium_org/media/cast/test/
fake_single_thread_task_runner.h 10 #include "base/basictypes.h"
11 #include "base/single_thread_task_runner.h"
12 #include "base/test/simple_test_tick_clock.h"
13 #include "base/test/test_pending_task.h"
19 typedef base::TestPendingTask PostedTask;
21 class FakeSingleThreadTaskRunner : public base::SingleThreadTaskRunner {
23 explicit FakeSingleThreadTaskRunner(base::SimpleTestTickClock* clock);
28 void Sleep(base::TimeDelta t);
30 // base::SingleThreadTaskRunner implementation.
32 const base::Closure& task
    [all...]
  /external/chromium_org/remoting/host/win/
session_desktop_environment.h 8 #include "base/basictypes.h"
9 #include "base/callback.h"
10 #include "base/compiler_specific.h"
11 #include "base/memory/ref_counted.h"
28 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
29 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner,
30 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
31 const base::Closure& inject_sas);
34 base::Closure inject_sas_;
43 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner
    [all...]
  /external/chromium_org/ui/wm/core/
nested_accelerator_controller.cc 7 #include "base/auto_reset.h"
8 #include "base/bind.h"
9 #include "base/run_loop.h"
25 base::MessagePumpDispatcher* nested_dispatcher,
26 base::Closure* run_closure,
27 base::Closure* quit_closure) {
33 scoped_ptr<base::RunLoop> run_loop = accelerator_dispatcher_->CreateRunLoop();
35 base::Bind(&NestedAcceleratorController::QuitNestedMessageLoop,
36 base::Unretained(this),
38 *run_closure = base::Bind(&NestedAcceleratorController::RunNestedMessageLoop
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc 7 #include "base/command_line.h"
8 #include "base/file_util.h"
9 #include "base/files/scoped_file.h"
10 #include "base/logging.h"
11 #include "base/path_service.h"
12 #include "base/posix/eintr_wrapper.h"
13 #include "base/process/launch.h"
21 base::FilePath FindManifestInDir(int dir_key, const std::string& host_name) {
22 base::FilePath base_path;
24 base::FilePath path = base_path.Append(host_name + ".json")
    [all...]
  /external/chromium_org/components/autofill/core/browser/android/
test_auxiliary_profile_loader_android.cc 19 base::string16 TestAuxiliaryProfileLoader::GetFirstName() const {
23 base::string16 TestAuxiliaryProfileLoader::GetMiddleName() const {
27 base::string16 TestAuxiliaryProfileLoader::GetLastName() const {
31 base::string16 TestAuxiliaryProfileLoader::GetSuffix() const {
35 base::string16 TestAuxiliaryProfileLoader::GetStreet() const {
39 base::string16 TestAuxiliaryProfileLoader::GetPostOfficeBox() const {
43 base::string16 TestAuxiliaryProfileLoader::GetCity() const {
47 base::string16 TestAuxiliaryProfileLoader::GetNeighborhood() const {
51 base::string16 TestAuxiliaryProfileLoader::GetRegion() const {
55 base::string16 TestAuxiliaryProfileLoader::GetPostalCode() const
    [all...]
  /external/chromium_org/media/base/
clock.cc 5 #include "media/base/clock.h"
9 #include "base/logging.h"
10 #include "base/time/tick_clock.h"
11 #include "media/base/buffers.h"
15 Clock::Clock(base::TickClock* clock)
31 base::TimeDelta Clock::Play() {
38 base::TimeDelta Clock::Pause() {
50 void Clock::SetTime(base::TimeDelta current_time, base::TimeDelta max_time) {
59 base::TimeDelta Clock::Elapsed()
    [all...]
  /external/chromium_org/tools/gn/
source_dir_unittest.cc 10 SourceDir base("//base/");
13 EXPECT_TRUE(base.ResolveRelativeFile("") == SourceFile());
16 EXPECT_TRUE(base.ResolveRelativeFile("//foo/bar/") == SourceFile());
17 EXPECT_TRUE(base.ResolveRelativeFile("bar/") == SourceFile());
20 EXPECT_TRUE(base.ResolveRelativeFile("//foo") == SourceFile("//foo"));
21 EXPECT_TRUE(base.ResolveRelativeFile("/foo") == SourceFile("/foo"));
24 EXPECT_TRUE(base.ResolveRelativeFile("foo") == SourceFile("//base/foo"));
25 EXPECT_TRUE(base.ResolveRelativeFile("./foo") == SourceFile("//base/foo"))
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
objects_unittest.cc 7 #include "base/json/json_writer.h"
14 scoped_ptr<base::ListValue> strings(new base::ListValue());
15 strings->Append(base::Value::CreateStringValue("one"));
16 strings->Append(base::Value::CreateStringValue("two"));
17 scoped_ptr<base::DictionaryValue> info_value(new base::DictionaryValue());
19 info_value->Set("integer", base::Value::CreateIntegerValue(5));
20 info_value->Set("boolean", base::Value::CreateBooleanValue(true));
22 scoped_ptr<base::ListValue> params_value(new base::ListValue())
    [all...]

Completed in 1546 milliseconds

1 2 3 4 5 6 7 8 91011>>