Searched defs:nextProto (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DJSObject.cpp442 JSValue nextProto = prototype->prototype(); local
443 if (nextProto.isNull())
445 prototype = asObject(nextProto);
/external/chromium/net/third_party/nss/ssl/
H A Dsslimpl.h829 SECItem nextProto; member in struct:ssl3StateStr

Completed in 81 milliseconds