/external/chromium_org/base/power_monitor/ |
power_monitor_device_source_android.h | 10 namespace base { namespace 15 } // namespace base
|
power_monitor_device_source_posix.cc | 5 #include "base/power_monitor/power_monitor_device_source.h" 7 namespace base { namespace 14 } // namespace base
|
/external/chromium_org/base/process/ |
launch_ios.cc | 5 #include "base/process/launch.h" 7 namespace base { namespace 13 } // namespace base
|
memory_unittest_mac.h | 11 #include "base/basictypes.h" 13 namespace base { namespace 30 } // namespace base
|
/external/chromium_org/base/ |
rand_util.h | 10 #include "base/base_export.h" 11 #include "base/basictypes.h" 13 namespace base { namespace 25 // std::random_shuffle(myvector.begin(), myvector.end(), base::RandGenerator); 56 } // namespace base
|
value_conversions.h | 10 #include "base/base_export.h" 13 namespace base { namespace
|
/external/chromium_org/base/strings/ |
latin1_string_conversions.cc | 5 #include "base/strings/latin1_string_conversions.h" 7 namespace base { namespace 19 } // namespace base
|
nullable_string16.cc | 5 #include "base/strings/nullable_string16.h" 9 #include "base/strings/utf_string_conversions.h" 11 namespace base { namespace 17 } // namespace base
|
string_number_conversions.h | 11 #include "base/base_export.h" 12 #include "base/basictypes.h" 13 #include "base/strings/string16.h" 14 #include "base/strings/string_piece.h" 28 namespace base { namespace 120 } // namespace base
|
stringprintf.h | 12 #include "base/base_export.h" 13 #include "base/compiler_specific.h" 15 namespace base { namespace 60 } // namespace base
|
sys_string_conversions.h | 14 #include "base/base_export.h" 15 #include "base/basictypes.h" 16 #include "base/strings/string16.h" 17 #include "base/strings/string_piece.h" 28 namespace base { namespace 81 } // namespace base
|
/external/chromium_org/base/test/ |
test_process_killer_win.h | 8 #include "base/strings/string16.h" 10 namespace base { namespace 17 } // namespace base
|
test_support_android.h | 8 #include "base/base_export.h" 10 namespace base { namespace 24 } // namespace base
|
test_support_ios.h | 8 #include "base/test/test_suite.h" 10 namespace base { namespace 22 } // namespace base
|
/external/chromium_org/chrome/app/ |
chrome_main_mac.h | 8 namespace base { namespace 14 void CheckUserDataDirPolicy(base::FilePath* user_data_dir); 16 // Sets the app bundle (base::mac::FrameworkBundle()) to the framework's bundle, 17 // and sets the base bundle ID (base::mac::BaseBundleID()) to the proper value 18 // based on the running application. The base bundle ID is the outer browser
|
/external/chromium_org/chrome/browser/component_updater/ |
flash_component_installer.h | 10 namespace base { namespace 22 bool CheckPepperFlashManifest(const base::DictionaryValue& manifest, 23 base::Version* version_out);
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils.h | 11 #include "base/basictypes.h" 12 #include "base/strings/string16.h" 18 namespace base { namespace 32 base::FilePath GetFirefoxInstallPathFromRegistry(); 40 base::FilePath GetFirefoxDylibPath(); 44 base::FilePath GetFirefoxProfilePath(); 48 base::FilePath GetFirefoxProfilePathFromDictionary( 49 const base::DictionaryValue& root); 53 bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path, 55 base::FilePath* app_path) [all...] |
safari_importer_utils.h | 8 #include "base/basictypes.h" 10 namespace base { namespace 19 bool SafariImporterCanImport(const base::FilePath& library_dir,
|
/external/chromium_org/chrome/test/chromedriver/ |
element_util.h | 10 #include "base/memory/scoped_ptr.h" 13 namespace base { namespace 23 base::DictionaryValue* CreateElement(const std::string& element_id); 25 base::Value* CreateValueFrom(const WebPoint& point); 34 const base::DictionaryValue& params, 35 scoped_ptr<base::Value>* value); 42 scoped_ptr<base::Value>* value);
|
session_commands.h | 10 #include "base/callback_forward.h" 11 #include "base/memory/scoped_ptr.h" 15 namespace base { namespace 27 const base::DictionaryValue& params, 28 scoped_ptr<base::Value>* value); 33 const base::DictionaryValue& params, 34 scoped_ptr<base::Value>* value); 39 const base::DictionaryValue& params, 40 scoped_ptr<base::Value>* value); 45 const base::DictionaryValue& params [all...] |
util.h | 10 namespace base { namespace 24 const base::ListValue* key_list, 38 Status UnzipSoleFile(const base::FilePath& unzip_dir, 40 base::FilePath* file);
|
/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/test/ |
python_utils.h | 8 #include "base/compiler_specific.h" 12 namespace base { namespace 20 void AppendToPythonPath(const base::FilePath& dir); 23 bool GetPyProtoPath(base::FilePath* dir);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-137.js | 32 var base = strNum / 16; variable 34 var base = base - (rem / 16); // base is now HeapNumber with valid Smi value. variable 36 switch(base) {
|
regress-crbug-134055.js | 34 function base(number_of_properties) { function 43 var a = base(12); 44 var b = base(13); 45 var c = base(14); 46 var d = base(15); 55 var x = base(13); 57 x = base(14); 59 x = base(15);
|