HomeSort by relevance Sort by last modified time
    Searched defs:logFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 170 v8::Handle<v8::FunctionTemplate> logFunction =
172 global->Set(logString, logFunction);
183 console->Set(logString, logFunction);
184 console->Set(v8::String::NewFromUtf8(isolate, "info"), logFunction);
185 console->Set(v8::String::NewFromUtf8(isolate, "warn"), logFunction);
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 3184 milliseconds