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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
NotImplemented.h 32 #define notImplemented() ((void)0)
39 #define notImplemented() do { \
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.cpp 310 bindMethod("dumpDatabaseCallbacks", &TestRunner::notImplemented);
311 bindMethod("denyWebNotificationPermission", &TestRunner::notImplemented);
312 bindMethod("removeAllWebNotificationPermissions", &TestRunner::notImplemented);
313 bindMethod("simulateWebNotificationClick", &TestRunner::notImplemented);
314 bindMethod("setIconDatabaseEnabled", &TestRunner::notImplemented);
315 bindMethod("setScrollbarPolicy", &TestRunner::notImplemented);
316 bindMethod("clearAllApplicationCaches", &TestRunner::notImplemented);
317 bindMethod("clearApplicationCacheForOrigin", &TestRunner::notImplemented);
318 bindMethod("clearBackForwardList", &TestRunner::notImplemented);
319 bindMethod("keepWebHistory", &TestRunner::notImplemented);
    [all...]

Completed in 225 milliseconds