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

  /external/chromium_org/chrome/browser/resources/ntp4/
logging.js 20 function logEvent(name, shouldLogTime) {
26 logEvent('Tab.NewTabScriptStart', true);
28 logEvent('Tab.NewTabOnload', true);
31 logEvent('Tab.NewTabDOMContentLoaded', true);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMActivityLogger.h 49 virtual void logEvent(const String& eventName, int argc, const String* argv) { }
  /external/chromium_org/third_party/WebKit/public/web/
WebDOMActivityLogger.h 48 virtual void logEvent(const WebString& eventName, int argc, const WebString* argv, const WebURL& url, const WebString& title) { }
  /external/chromium_org/extensions/renderer/
dom_activity_logger.cc 107 void DOMActivityLogger::logEvent(const WebString& event_name,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 24 function logEvent(callTime, testRunName, evt) {
64 logEvent(callTime, testRunName, evt);
112 logEvent(callTime, testRunName, evt);
147 logEvent(callTime, testRunName, evt);
185 logEvent(callTime, testRunName, evt);
192 logEvent(callTime, testRunName, evt);
226 logEvent(callTime, testRunName, evt);
248 logEvent(callTime, testRunName, evt);
270 logEvent(callTime, testRunName, evt);
309 logEvent(callTime, testRunName, evt)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
AccountManagementScreenHelper.java 97 logEvent(ACCOUNT_MANAGEMENT_ADD_ACCOUNT, GAIA_SERVICE_TYPE_SIGNUP);
114 public static void logEvent(int metric, int gaiaServiceType) {
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 90 native function LogEvent();
148 this.logEvent = function(histogram_name) {
149 LogEvent(histogram_name);
  /external/conscrypt/src/compat/java/org/conscrypt/
Platform.java 260 public static void logEvent(String message) {
  /external/conscrypt/src/platform/java/org/conscrypt/
Platform.java 131 public static void logEvent(String message) {
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 436 ESR_ReturnCode(*logEvent)(struct SR_Recognizer_t* self, const LCHAR* event);
    [all...]

Completed in 542 milliseconds