Home | History | Annotate | Download | only in debugger

Lines Matching refs:base

10 #include "base/json/json_reader.h"
11 #include "base/json/json_writer.h"
12 #include "base/string_number_conversions.h"
13 #include "base/utf_string_conversions.h"
14 #include "base/values.h"
59 scoped_ptr<Value> request(base::JSONReader::Read(message.content(), true));
89 base::StringToInt(destination, &tab_uid);
123 base::JSONWriter::Write(&response, false, &response_content);
159 base::IntToString(RESULT_OK).c_str(),
164 base::IntToString(tab_uid),
179 SendResponse(value, kToolName, base::IntToString(tab_uid));
189 SendResponse(value, kToolName, base::IntToString(tab_id));
198 base::StringToInt(destination, &tab_uid);
242 base::StringToInt(destination, &tab_uid);
298 base::JSONWriter::Write(v8_command_value, false, &v8_command);