Lines Matching defs:const
27 void BindingData::MemoryInfo(MemoryTracker* tracker) const {
69 void BindingData::DomainToASCII(const FunctionCallbackInfo<Value>& args) {
92 void BindingData::DomainToUnicode(const FunctionCallbackInfo<Value>& args) {
122 void BindingData::CanParse(const FunctionCallbackInfo<Value>& args) {
148 void BindingData::Format(const FunctionCallbackInfo<Value>& args) {
156 const bool hash = args[1]->IsTrue();
157 const bool unicode = args[2]->IsTrue();
158 const bool search = args[3]->IsTrue();
159 const bool auth = args[4]->IsTrue();
192 void BindingData::Parse(const FunctionCallbackInfo<Value>& args) {
227 void BindingData::Update(const FunctionCallbackInfo<Value>& args) {
302 void BindingData::ToASCII(const v8::FunctionCallbackInfo<v8::Value>& args) {
313 void BindingData::ToUnicode(const v8::FunctionCallbackInfo<v8::Value>& args) {
324 void BindingData::UpdateComponents(const ada::url_components& components,
325 const ada::scheme::type type) {
344 BindingData* const binding_data =
370 std::string FromFilePath(const std::string_view file_path) {