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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/base/message_loop/
message_loop_proxy.cc 5 #include "base/message_loop/message_loop_proxy.h"
7 #include "base/bind.h"
9 namespace base { namespace
17 } // namespace base
  /external/chromium_org/base/prefs/
pref_registry_simple.cc 5 #include "base/prefs/pref_registry_simple.h"
7 #include "base/files/file_path.h"
8 #include "base/strings/string_number_conversions.h"
9 #include "base/values.h"
19 RegisterPreference(path, new base::FundamentalValue(default_value));
24 RegisterPreference(path, new base::FundamentalValue(default_value));
29 RegisterPreference(path, new base::FundamentalValue(default_value));
34 RegisterPreference(path, new base::StringValue(default_value));
39 const base::FilePath& default_value) {
40 RegisterPreference(path, new base::StringValue(default_value.value()))
    [all...]
  /external/chromium_org/cc/test/
ordered_simple_task_runner_unittest.cc 7 #include "base/cancelable_callback.h"
8 #include "base/memory/scoped_ptr.h"
9 #include "base/strings/stringprintf.h"
10 #include "base/test/test_pending_task.h"
24 void CreateAndPostTask(int task_num, base::TimeDelta delay) {
25 base::Closure test_task = base::Bind(&OrderedSimpleTaskRunnerTest::Task,
26 base::Unretained(this),
43 executed_tasks_ += base::StringPrintf("%d", task_num);
50 CreateAndPostTask(1, base::TimeDelta())
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_desktop_impl.h 10 #include "base/command_line.h"
11 #include "base/compiler_specific.h"
12 #include "base/files/scoped_temp_dir.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/process/process.h"
17 namespace base { namespace
32 base::ProcessHandle process,
33 const base::CommandLine& command,
34 base::ScopedTempDir* user_data_dir,
35 base::ScopedTempDir* extension_dir)
    [all...]
  /external/chromium_org/components/favicon_base/
DEPS 4 "+ui/base",
  /external/chromium_org/components/usb_service/
DEPS 7 "+net/base",
  /external/chromium_org/components/web_modal/
DEPS 4 "+net/base",
  /external/chromium_org/content/app/
DEPS 3 "+media/base", # For initializing media library.
  /external/chromium_org/content/common/
font_list_android.cc 7 #include "base/values.h"
11 scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
12 return scoped_ptr<base::ListValue>(new base::ListValue);
font_list_ozone.cc 7 #include "base/values.h"
11 scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
12 return scoped_ptr<base::ListValue>(new base::ListValue);
  /external/chromium_org/jingle/notifier/
DEPS 3 "+talk/base",
  /external/chromium_org/jingle/notifier/communicator/
DEPS 3 "+talk/p2p/base/port.h",
  /external/chromium_org/mojo/
DEPS 2 "+base",
  /external/chromium_org/mojo/examples/html_viewer/
DEPS 3 "+net/base",
  /external/chromium_org/mojo/examples/pepper_container_app/
DEPS 2 "+base",
  /external/chromium_org/mojo/public/
DEPS 2 "-base",
  /external/chromium_org/net/disk_cache/simple/
simple_net_log_parameters.cc 7 #include "base/bind.h"
8 #include "base/compiler_specific.h"
9 #include "base/format_macros.h"
10 #include "base/logging.h"
11 #include "base/strings/stringprintf.h"
12 #include "base/values.h"
13 #include "net/base/net_errors.h"
18 base::Value* NetLogSimpleEntryConstructionCallback(
21 base::DictionaryValue* dict = new base::DictionaryValue()
    [all...]
  /external/chromium_org/remoting/base/
DEPS 6 "+ui/base",
  /external/chromium_org/sync/js/
DEPS 2 "+sync/base",
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
proto.js 4 Base = function() {}
8 * @extends {Base}
14 * @extends {Base}
19 __proto__: Base
28 __proto__: Base.prototype
37 __proto__: Base.prototype
42 * @extends {Base}
52 * @extends {Base}
60 * @extends {Base}
66 __proto__: Base.prototyp
    [all...]
  /external/chromium_org/tools/gyp/test/msvs/express/
express.gyp 11 'base/base.gyp:a',
12 'base/base.gyp:b',
  /external/chromium_org/tools/valgrind/gtest_exclude/
printing_unittests.gtest-drmemory_win32.txt 2 PrintingContextTest.Base
  /external/chromium_org/tools/valgrind/tsan_v2/
suppressions.txt 2 # base/debug/tsan_suppressions.cc.
  /external/chromium_org/ui/app_list/test/
run_all_unittests.cc 5 #include "base/basictypes.h"
6 #include "base/bind.h"
7 #include "base/compiler_specific.h"
8 #include "base/path_service.h"
9 #include "base/test/launcher/unit_test_launcher.h"
10 #include "base/test/test_suite.h"
12 #include "ui/base/resource/resource_bundle.h"
13 #include "ui/base/ui_base_paths.h"
21 class AppListTestSuite : public base::TestSuite {
23 AppListTestSuite(int argc, char** argv) : base::TestSuite(argc, argv) {
    [all...]
  /external/chromium_org/ui/gfx/
DEPS 2 "+base",

Completed in 2297 milliseconds

1 2 3 4 5 67 8 91011>>