HomeSort by relevance Sort by last modified time
    Searched refs:ReturnValue (Results 1 - 11 of 11) sorted by null

  /external/chromium/base/
task_unittest.cc 34 TEST(Task, ReturnValue) {
task.h 665 template <typename ReturnValue>
670 virtual ReturnValue Run() = 0;
674 template <class T, typename Method, typename ReturnValue>
677 public CallbackWithReturnValue<ReturnValue>::Type {
682 virtual ReturnValue Run() {
690 template <class T, typename ReturnValue>
691 typename CallbackWithReturnValue<ReturnValue>::Type*
692 NewCallbackWithReturnValue(T* object, ReturnValue (T::*method)()) {
693 return new CallbackWithReturnValueImpl<T, ReturnValue (T::*)(), ReturnValue>(
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Completion.h 34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted };
  /external/webkit/WebCore/bridge/
testqtbindings.cpp 128 else if (comp.complType() == ReturnValue) {
testbindings.mm 275 else if (comp.complType() == ReturnValue) {
testbindings.cpp 407 else if (comp.complType() == ReturnValue) {
  /external/webkit/WebCore/bindings/js/
WorkerScriptController.cpp 126 if (comp.complType() == Normal || comp.complType() == ReturnValue)
JSInjectedScriptHostCustom.cpp 85 if (comp.complType() != JSC::Normal && comp.complType() != JSC::ReturnValue)
ScriptController.cpp 138 if (comp.complType() == Normal || comp.complType() == ReturnValue) {
  /external/webkit/WebKit/qt/Api/
qwebelement.cpp 730 if ((completion.complType() != JSC::ReturnValue) && (completion.complType() != JSC::Normal))
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]

Completed in 251 milliseconds