Searched defs:referrer (Results 1 - 9 of 9) sorted by relevance
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/ |
H A D | test_request.cpp | 180 char *referrer; in Start() local
|
H A D | test_request.h | 48 const std::string referrer() { return referrer_; } in referrer() function in TestRequest
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/ |
H A D | hello.cpp | 151 char *referrer; in StartRead() local
|
/third_party/node/src/ |
H A D | module_wrap.cc | 503 ResolveModuleCallback( Local<Context> context, Local<String> specifier, Local<FixedArray> import_attributes, Local<Module> referrer) ResolveModuleCallback() argument
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | private-lib-roles-http.h | 210 char *referrer; member
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.cpp | 606 OnAllSslErrorRequestByJS(std::shared_ptr<NWeb::NWebJSAllSslErrorResult> result, OHOS::NWeb::SslError error, const std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError, bool isMainFrame) OnAllSslErrorRequestByJS() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 559 WebAllSslErrorEvent(const RefPtr<AllSslErrorResult>& result, int32_t error, const std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError, bool isMainFrame ) WebAllSslErrorEvent() argument
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 1019 MaybeLocal<Module> Shell::FetchModuleTree(Local<Module> referrer, in FetchModuleTree() argument 1166 Global<String> referrer; member 998 ResolveModuleCallback(Local<Context> context, Local<String> specifier, Local<FixedArray> import_assertions, Local<Module> referrer) ResolveModuleCallback() argument [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 4660 RunHostImportModuleDynamicallyCallback( Handle<Script> referrer, Handle<Object> specifier, MaybeHandle<Object> maybe_import_assertions_argument) ThrowInternal() argument
|
Completed in 27 milliseconds