Home
last modified time | relevance | path

Searched refs:objectResult (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptBase.cpp118 …ptFunctionCall& function, RefPtr<TypeBuilder::Runtime::RemoteObject>* objectResult, TypeBuilder::O… in makeEvalCall() argument
142 *objectResult = TypeBuilder::Runtime::RemoteObject::runtimeCast(resultObj); in makeEvalCall()
/external/skia/tests/
DPDFPrimitivesTest.cpp233 char objectResult[] = "2 0 obj\n<</Value 33\n>>\nendobj\n"; in TestSubstitute() local
236 catalog.setFileOffset(proxy.get(), 0) == strlen(objectResult)); in TestSubstitute()