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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomEventCustom.cpp 68 event->setSerializedDetail(SerializedScriptValue::createAndSwallowExceptions(mainWorldDetail, info.GetIsolate()));
95 event->setSerializedDetail(SerializedScriptValue::createAndSwallowExceptions(detailsArg, info.GetIsolate()));
V8PopStateEventCustom.cpp 66 event->setSerializedState(SerializedScriptValue::createAndSwallowExceptions(mainWorldState, info.GetIsolate()));
V8MessageEventCustom.cpp 90 event->setSerializedData(SerializedScriptValue::createAndSwallowExceptions(mainWorldData, info.GetIsolate()));
160 event->setSerializedData(SerializedScriptValue::createAndSwallowExceptions(dataArg, info.GetIsolate()));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.h 89 static PassRefPtr<SerializedScriptValue> createAndSwallowExceptions(v8::Handle<v8::Value>, v8::Isolate*);
SerializedScriptValue.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceEventConstructor.cpp 277 event->setSerializedInitializedByEventConstructorReadonlyAnyAttribute(SerializedScriptValue::createAndSwallowExceptions(initializedByEventConstructorReadonlyAnyAttribute, isolate));
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 686 event->setSerialized{{attribute.name | blink_capitalize}}(SerializedScriptValue::createAndSwallowExceptions({{attribute.name}}, isolate));
    [all...]

Completed in 263 milliseconds