Home
last modified time | relevance | path

Searched refs:createUndefined (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBRequestTest.cpp80 IDBRequest* request = IDBRequest::create(scriptState(), IDBAny::createUndefined(), transaction); in TEST_F()
99 IDBRequest* request = IDBRequest::create(scriptState(), IDBAny::createUndefined(), transaction); in TEST_F()
DIDBRequest.cpp237 setResult(IDBAny::createUndefined()); in onError()
284 onSuccessInternal(IDBAny::createUndefined()); in onSuccess()
354 onSuccessInternal(IDBAny::createUndefined()); in onSuccess()
DIDBAny.h57 static IDBAny* createUndefined();
DIDBTransactionTest.cpp110 …Persistent<IDBRequest> request = IDBRequest::create(scriptState(), IDBAny::createUndefined(), tran… in TEST_F()
DIDBOpenDBRequest.cpp153 setResult(IDBAny::createUndefined()); in onSuccess()
DIDBAny.cpp37 IDBAny* IDBAny::createUndefined() in createUndefined() function in WebCore::IDBAny
/external/llvm/include/llvm/MC/
DMCDwarf.h411 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined() function
/external/llvm/lib/MC/
DMCStreamer.cpp396 MCCFIInstruction::createUndefined(Label, Register); in EmitCFIUndefined()