Searched defs:notImplemented (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DNotImplemented.h32 #define notImplemented() ((void)0) macro
39 #define notImplemented() do { \ macro
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestRunner.cpp310 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);
2091 void TestRunner::notImplemented(const CppArgumentList&, CppVariant* result) function in class:WebTestRunner::TestRunner
[all...]

Completed in 154 milliseconds