Home | History | Annotate | Download | only in proxy

Lines Matching refs:Arguments

199 bool GetHostnameArgument(const v8::Arguments& args, std::string* hostname) {
534 static v8::Handle<v8::Value> AlertCallback(const v8::Arguments& args) {
539 // disregard any arguments beyond the first.
553 static v8::Handle<v8::Value> MyIpAddressCallback(const v8::Arguments& args) {
563 // We shouldn't be called with any arguments, but will not complain if
575 const v8::Arguments& args) {
585 // We shouldn't be called with any arguments, but will not complain if
596 static v8::Handle<v8::Value> DnsResolveCallback(const v8::Arguments& args) {
617 static v8::Handle<v8::Value> DnsResolveExCallback(const v8::Arguments& args) {
642 const v8::Arguments& args) {
658 static v8::Handle<v8::Value> IsInNetExCallback(const v8::Arguments& args) {
659 // We need at least 2 string arguments.