Home
last modified time | relevance | path

Searched refs:RefreshState (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_http2.h448 static void RefreshState(const v8::FunctionCallbackInfo<v8::Value>& args);
713 static void RefreshState(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dnode_http2.cc2627 void Http2Session::RefreshState(const FunctionCallbackInfo<Value>& args) { in RefreshState() function in node::http2::Http2Session
2886 void Http2Stream::RefreshState(const FunctionCallbackInfo<Value>& args) { in RefreshState() function in node::http2::Http2Stream
3253 SetProtoMethod(isolate, stream, "refreshState", Http2Stream::RefreshState); in Initialize()
3281 SetProtoMethod(isolate, session, "refreshState", Http2Session::RefreshState); in Initialize()

Completed in 8 milliseconds