Searched defs:StringToInt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Ddatabase_string_table.cc33 bool DatabaseStringTable::StringToInt(sql::Connection* connection, function in class:extensions::DatabaseStringTable
/external/chromium_org/v8/src/
H A Dv8conversions.cc109 double StringToInt(UnicodeCache* unicode_cache, function in namespace:v8::internal
/external/v8/src/
H A Dv8conversions.cc107 double StringToInt(UnicodeCache* unicode_cache, function in namespace:v8::internal
/external/chromium/base/
H A Dstring_number_conversions.cc391 bool StringToInt(const std::string& input, int* output) { function in namespace:base
398 bool StringToInt(std::string::const_iterator begin, function in namespace:base
407 bool StringToInt(const char* begin, const char* end, int* output) { function in namespace:base
413 bool StringToInt(const string16& input, int* output) { function in namespace:base
419 bool StringToInt(string16::const_iterator begin, function in namespace:base
428 bool StringToInt(const char16* begin, const char16* end, int* output) { function in namespace:base
/external/chromium_org/base/strings/
H A Dstring_number_conversions.cc413 bool StringToInt(const StringPiece& input, int* output) { function in namespace:base
417 bool StringToInt(const StringPiece16& input, int* output) { function in namespace:base
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc4805 static int StringToInt(const char* s) { function
4818 res = StringToInt(pos + strlen(value));
4831 res = StringToInt(pos + strlen(breakpoints));
4844 int res = StringToInt(pos);
4857 res = StringToInt(pos + strlen(source_line));
/external/v8/test/cctest/
H A Dtest-debug.cc4674 static int StringToInt(const char* s) { function
4687 res = StringToInt(pos + strlen(value));
4700 res = StringToInt(pos + strlen(breakpoints));
4713 int res = StringToInt(pos);
4726 res = StringToInt(pos + strlen(source_line));

Completed in 316 milliseconds