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

/external/v8/samples/
H A Dlineprocessor.cc111 v8::Handle<v8::String> ReadLine();
114 v8::Handle<v8::Value> ReadLine(const v8::Arguments& args);
213 v8::FunctionTemplate::New(ReadLine));
298 v8::Handle<v8::String> input_line = ReadLine();
417 v8::Handle<v8::Value> ReadLine(const v8::Arguments& args) { function
421 return ReadLine();
424 v8::Handle<v8::String> ReadLine() { function
/external/v8/src/
H A Dv8utils.cc61 char* ReadLine(const char* prompt) { function in namespace:v8::internal
H A Dd8.h312 static Handle<Value> ReadLine(const Arguments& args) { function in class:v8::Shell
H A Dd8.cc812 FunctionTemplate::New(ReadLine));
1058 static char* ReadLine(char* data) { function in namespace:v8
1121 char* next_line = ReadLine(ptr);
/external/chromium/chrome/browser/importer/
H A Dmork_reader.cc122 if (!ReadLine(&line) ||
127 while (ReadLine(&line)) {
176 ReadLine(&line);
231 } while (ReadLine(&line));
412 } while (current_row && ReadLine(&line));
415 bool MorkReader::ReadLine(std::string* line) { function in class:MorkReader
/external/chromium/base/
H A Dmime_util_xdg.cc146 std::string ReadLine(FILE* fp);
268 std::string buf = ReadLine(fp);
349 std::string IconTheme::ReadLine(FILE* fp) { function in class:__anon1571::IconTheme
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.cc98 StreamResult StreamInterface::ReadLine(std::string* line) { function in class:talk_base::StreamInterface

Completed in 162 milliseconds