Searched defs:WriteChars (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dbrowser_shutdown_profile_dumper.cc119 WriteChars(string.data(), string.size());
122 void BrowserShutdownProfileDumper::WriteChars(const char* chars, size_t size) { function in class:content::BrowserShutdownProfileDumper
/external/chromium_org/v8/src/
H A Dutils.cc290 int WriteChars(const char* filename, function in namespace:v8::internal
312 return WriteChars(filename, str, size, verbose);

Completed in 135 milliseconds