Searched defs:scheduleCallback (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dnet_unittests.js32 NetworkSimulator.prototype.scheduleCallback = function(callback)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStringCallback.cpp67 void StringCallback::scheduleCallback(PassOwnPtr<StringCallback> callback, ExecutionContext* context, const String& data) function in class:WebCore::StringCallback
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.h69 static void scheduleCallback(ExecutionContext*, PassOwnPtr<CB>, PassRefPtr<CBArg>);
72 static void scheduleCallback(ExecutionContext*, PassOwnPtr<CB>, const CBArg&);
75 void scheduleCallback(PassOwnPtr<CB> callback, PassRefPtr<CBArg> callbackArg) function in class:WebCore::DOMFileSystem
77 scheduleCallback(executionContext(), callback, callbackArg);
81 void scheduleCallback(PassOwnPtr<CB> callback, const CBArg& callbackArg) function in class:WebCore::DOMFileSystem
83 scheduleCallback(executionContext(), callback, callbackArg);
130 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, PassOwnPtr<CB> callback, PassRefPtr<CBArg> arg) function in class:WebCore::DOMFileSystem
138 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, PassOwnPtr<CB> callback, const CBArg& arg) function in class:WebCore::DOMFileSystem

Completed in 446 milliseconds