Searched defs:source_code (Results 1 - 9 of 9) sorted by path

/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_unittest.cc535 void SetTestingProgram(const std::string& source_code) { argument
536 testing_program_ = source_code;
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc201 bool JtlCompiler::Compile(const std::string& source_code, argument
213 if (!JtlParser::RemoveCommentsAndAllWhitespace(source_code,
H A Djtl_compiler_frontend.cc81 std::string source_code; local
82 if (!base::ReadFileToString(source_code_path, &source_code)) {
90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) {
H A Djtl_compiler_unittest.cc42 std::string source_code; member in struct:__anon6004::TestCase
80 SCOPED_TRACE(cases[i].source_code);
83 cases[i].source_code, kTestHashSeed, &bytecode, NULL));
143 std::string source_code; member in struct:__anon6004::TestCase
159 SCOPED_TRACE(cases[i].source_code);
163 cases[i].source_code, kTestHashSeed, &bytecode, &error));
175 std::string source_code; member in struct:__anon6004::TestCase
180 SCOPED_TRACE(cases[i].source_code);
184 cases[i].source_code, kTestHashSeed, &bytecode, &error));
H A Djtl_parser_unittest.cc124 const char* source_code; member in struct:__anon6006::TestCase
157 SCOPED_TRACE(cases[i].source_code);
159 CreateParserFromVerboseText(cases[i].source_code));
166 const char* source_code; member in struct:__anon6006::TestCase
190 SCOPED_TRACE(cases[i].source_code);
195 cases[i].source_code,
212 const char* source_code; member in struct:__anon6006::TestCase
231 CreateParserFromVerboseText(cases[i].source_code));
255 const char* source_code; member in struct:__anon6006::TestCase
273 CreateParserFromVerboseText(cases[i].source_code));
286 const char* source_code; member in struct:__anon6006::TestCase
318 const char* source_code; member in struct:__anon6006::TestCase
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc185 void InjectStyleSheet(const std::string& source_code, bool all_frames);
773 void TestRunnerBindings::InjectStyleSheet(const std::string& source_code, argument
776 runner_->InjectStyleSheet(source_code, all_frames);
2210 void TestRunner::InjectStyleSheet(const std::string& source_code, argument
2213 WebString::fromUTF8(source_code),
/external/chromium_org/v8/src/
H A Dbootstrapper.cc57 Handle<String> source_code = isolate_->factory() local
60 heap->natives_source_cache()->set(index, *source_code);
1376 Handle<String> source_code = local
1378 return CompileNative(isolate, name, source_code);
1385 Handle<String> source_code; local
1387 isolate, source_code, factory->NewStringFromAscii(
1390 return CompileNative(isolate, name, source_code);
2374 Handle<String> source_code = local
2380 source_code,
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-linkage.cc32 Handle<String> source_code = isolate->factory() local
36 source_code, Handle<String>(), 0, 0, false,
/external/chromium_org/v8/test/cctest/
H A Dtest-compiler.cc60 Handle<String> source_code = isolate->factory()->NewStringFromUtf8( local
63 source_code, Handle<String>(), 0, 0, false,

Completed in 333 milliseconds