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

  /external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.cc 28 static void LogEvent(JNIEnv* env,
  /external/chromium_org/extensions/renderer/
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 130 void NTPUserDataLogger::LogEvent(NTPLoggingEventType event) {
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 158 void SearchBox::LogEvent(NTPLoggingEventType event) {
searchbox_extension.cc 410 static void LogEvent(const v8::FunctionCallbackInfo<v8::Value>& args);
576 if (name->Equals(v8::String::NewFromUtf8(isolate, "LogEvent")))
577 return v8::FunctionTemplate::New(isolate, LogEvent);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtutils.h 76 #define LogEvent __MINGW_NAME_AW(LogEvent)

Completed in 373 milliseconds