HomeSort by relevance Sort by last modified time
    Searched full:log_method (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/extensions/renderer/
console.cc 68 LogMethod log_method = local
76 (*log_method)(info.GetIsolate()->GetCallingContext(), message);
82 LogMethod log_method) {
86 v8::External::New(isolate, reinterpret_cast<void*>(log_method)));

Completed in 45 milliseconds