Home
last modified time | relevance | path

Searched refs:SetAbsolute (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxpath_grammar.y139 $$->SetAbsolute(false);
145 $$->SetAbsolute(true);
400 $3->SetAbsolute(true);
407 $3->SetAbsolute(true);
H A Dxpath_path.h62 void SetAbsolute(bool value) { in SetAbsolute() function
H A Dxpath_grammar_generated.cc1076 yylhs.value.as < blink::Persistent<blink::xpath::LocationPath> > ()->SetAbsolute(false); in parse()
1085 yylhs.value.as < blink::Persistent<blink::xpath::LocationPath> > ()->SetAbsolute(true); in parse()
1431 yystack_[0].value.as < blink::Persistent<blink::xpath::LocationPath> > ()->SetAbsolute(true); in parse()
1441 yystack_[0].value.as < blink::Persistent<blink::xpath::LocationPath> > ()->SetAbsolute(true); in parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxpath_grammar.y139 $$->SetAbsolute(false);
145 $$->SetAbsolute(true);
400 $3->SetAbsolute(true);
407 $3->SetAbsolute(true);
H A Dxpath_path.h62 void SetAbsolute(bool value) { in SetAbsolute() function
H A Dxpath_grammar_generated.cc1076 yylhs.value.as < blink::Persistent<blink::xpath::LocationPath> > ()->SetAbsolute(false); in parse()
1085 yylhs.value.as < blink::Persistent<blink::xpath::LocationPath> > ()->SetAbsolute(true); in parse()
1431 yystack_[0].value.as < blink::Persistent<blink::xpath::LocationPath> > ()->SetAbsolute(true); in parse()
1441 yystack_[0].value.as < blink::Persistent<blink::xpath::LocationPath> > ()->SetAbsolute(true); in parse()
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/src/
H A DURI.cc115 void URIPath::SetAbsolute(const bool _absolute) in SetAbsolute() function in URIPath
123 this->SetAbsolute(false); in SetRelative()
142 this->SetAbsolute(); in PushFront()
174 this->SetAbsolute(); in PushBack()
H A DURI_TEST.cc106 path7.SetAbsolute(); in TEST()
110 path7.SetAbsolute(false); in TEST()
148 path8.SetAbsolute(); in TEST()
/dports/net/osrtspproxy/osrtspproxy_2_0/libapp/
H A Dtimer.h36 void SetAbsolute( UINT32 t );
H A Dtimer.cpp52 void CTimer::SetAbsolute( UINT32 t ) in SetAbsolute() function in CTimer
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/include/ignition/common/
H A DURI.hh63 public: void SetAbsolute(bool _absolute = true);
/dports/net/rclone/rclone-1.57.0/fs/operations/
H A Doperations_test.go1279 list.SetAbsolute(true)
1281 list.SetAbsolute(false)
H A Doperations.go1948 func (l *ListFormat) SetAbsolute(absolute bool) { func