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

  /external/chromium_org/chrome/renderer/extensions/
api_activity_logger.cc 21 RouteFunction("LogEvent", base::Bind(&APIActivityLogger::LogEvent));
32 void APIActivityLogger::LogEvent(
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.cc 92 void NTPUserDataLogger::LogEvent(NTPLoggingEventType event) {
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 160 void SearchBox::LogEvent(NTPLoggingEventType event) {
searchbox_extension.cc 405 static void LogEvent(const v8::FunctionCallbackInfo<v8::Value>& args);
564 if (name->Equals(v8::String::NewFromUtf8(isolate, "LogEvent")))
565 return v8::FunctionTemplate::New(isolate, LogEvent);
    [all...]

Completed in 167 milliseconds