/external/chromium_org/third_party/skia/tests/ |
SrcOverTest.cpp | 37 unsigned result0 = test_srcover0(0xFF, i); local 40 opaqueCounter0 += (result0 == 0xFF);
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
V8TestSpecialOperations.cpp | 51 RefPtrWillBeRawPtr<Node> result0 = nullptr; local 53 impl->getItem(name, result0, result1); 54 if (result0) { 55 v8SetReturnValue(info, result0.release()); 76 RefPtrWillBeRawPtr<Node> result0 = nullptr; local 78 impl->getItem(propertyName, result0, result1); 79 if (!(result0 || result1)) 81 if (result0) { 82 v8SetReturnValue(info, result0.release());
|
V8TestTypedefs.cpp | 187 RefPtr<TestInterfaceImplementation> result0 = nullptr; local 189 impl->testInterfaceOrTestInterfaceEmptyMethod(result0, result1); 190 if (result0) { 191 v8SetReturnValue(info, result0.release()); 211 String result0; local 213 impl->domStringOrDoubleMethod(result0, result1); 214 if (!result0.isNull()) { 215 v8SetReturnValueString(info, result0, info.GetIsolate());
|
V8TestObject.cpp | 6339 RawPtr<TestInterfaceGarbageCollected> result0 = nullptr; local 6363 RefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> result0 = nullptr; local 6387 Nullable<Vector<int> > result0; local [all...] |