Searched refs:scheduleCallback (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStringCallback.h48 static void scheduleCallback(StringCallback*, ExecutionContext*, const String& data, const String& instrumentationName);
H A DStringCallback.cpp74 void StringCallback::scheduleCallback(StringCallback* callback, ExecutionContext* context, const String& data, const String& instrumentationName) function in class:blink::StringCallback
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.h74 static void scheduleCallback(ExecutionContext*, CB*, PassRefPtrWillBeRawPtr<CBArg>);
77 static void scheduleCallback(ExecutionContext*, CB*, CBArg*);
80 static void scheduleCallback(ExecutionContext*, CB*, const HeapVector<CBArg>&);
83 static void scheduleCallback(ExecutionContext*, CB*, const CBArg&);
86 static void scheduleCallback(ExecutionContext*, CB*);
89 void scheduleCallback(CB* callback, PassRefPtrWillBeRawPtr<CBArg> callbackArg) function in class:blink::FINAL
91 scheduleCallback(executionContext(), callback, callbackArg);
95 void scheduleCallback(CB* callback, CBArg* callbackArg) function in class:blink::FINAL
97 scheduleCallback(executionContext(), callback, callbackArg);
101 void scheduleCallback(C function in class:blink::FINAL
204 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, CB* callback, PassRefPtrWillBeRawPtr<CBArg> arg) function in class:blink::DOMFileSystem
212 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, CB* callback, CBArg* arg) function in class:blink::DOMFileSystem
220 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, CB* callback, const HeapVector<CBArg>& arg) function in class:blink::DOMFileSystem
228 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, CB* callback, const CBArg& arg) function in class:blink::DOMFileSystem
236 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, CB* callback) function in class:blink::DOMFileSystem
[all...]
H A DDOMWindowFileSystem.cpp61 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::SECURITY_ERR));
67 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::INVALID_MODIFICATION_ERR));
86 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::SECURITY_ERR));
91 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::ENCODING_ERR));
H A DDirectoryReader.cpp104 filesystem()->scheduleCallback(errorCallback, PassRefPtrWillBeRawPtr<FileError>(m_error.get()));
110 filesystem()->scheduleCallback(errorCallback, FileError::create(FileError::INVALID_STATE_ERR));
115 filesystem()->scheduleCallback(entriesCallback, m_entries);
H A DWorkerGlobalScopeFileSystem.cpp52 DOMFileSystem::scheduleCallback(&worker, errorCallback, FileError::create(FileError::SECURITY_ERR));
58 DOMFileSystem::scheduleCallback(&worker, errorCallback, FileError::create(FileError::INVALID_MODIFICATION_ERR));
92 DOMFileSystem::scheduleCallback(&worker, errorCallback, FileError::create(FileError::SECURITY_ERR));
97 DOMFileSystem::scheduleCallback(&worker, errorCallback, FileError::create(FileError::ENCODING_ERR));
H A DDOMFileSystem.cpp118 scheduleCallback(errorCallback, fileError);
H A DFileSystemCallbacks.cpp104 DOMFileSystem::scheduleCallback(m_executionContext.get(), callback.get(), arg);
117 DOMFileSystem::scheduleCallback(m_executionContext.get(), callback.get(), arg);
130 DOMFileSystem::scheduleCallback(m_executionContext.get(), callback.get());
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElement.cpp107 CustomElementScheduler::scheduleCallback(definition->callbacks(), element, CustomElementLifecycleCallbacks::CreatedCallback);
123 CustomElementScheduler::scheduleCallback(element->customElementDefinition()->callbacks(), element, CustomElementLifecycleCallbacks::AttachedCallback);
131 CustomElementScheduler::scheduleCallback(element->customElementDefinition()->callbacks(), element, CustomElementLifecycleCallbacks::DetachedCallback);
H A DCustomElementScheduler.h56 static void scheduleCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtrWillBeRawPtr<Element>, CustomElementLifecycleCallbacks::CallbackType);
H A DCustomElementCallbackInvocation.cpp111 CustomElementScheduler::scheduleCallback(callbacks(), element, CustomElementLifecycleCallbacks::AttachedCallback);
H A DCustomElementScheduler.cpp93 void CustomElementScheduler::scheduleCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtrWillBeRawPtr<Element> element, CustomElementLifecycleCallbacks::CallbackType type) function in class:blink::CustomElementScheduler
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransferItem.cpp79 StringCallback::scheduleCallback(callback, context, m_item->getAsString(), "DataTransferItem.getAsString");

Completed in 995 milliseconds