Lines Matching refs:Runtime
23 std::unique_ptr<protocol::Runtime::WebDriverValue> webDriver_value;
75 std::unique_ptr<protocol::Runtime::WebDriverValue>* result) {
76 *result = protocol::Runtime::WebDriverValue::create()
77 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Regexp)
98 std::unique_ptr<protocol::Runtime::WebDriverValue>* result) {
99 *result = protocol::Runtime::WebDriverValue::create()
100 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Date)
132 std::unique_ptr<protocol::Runtime::WebDriverValue>* result) {
133 *result = protocol::Runtime::WebDriverValue::create()
134 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Array)
150 std::unique_ptr<protocol::Runtime::WebDriverValue>* result) {
151 *result = protocol::Runtime::WebDriverValue::create()
152 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Map)
203 std::unique_ptr<protocol::Runtime::WebDriverValue>* result) {
204 *result = protocol::Runtime::WebDriverValue::create()
205 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Set)
273 std::unique_ptr<protocol::Runtime::WebDriverValue>* result) {
274 *result = protocol::Runtime::WebDriverValue::create()
275 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Object)
291 std::unique_ptr<protocol::Runtime::WebDriverValue>* result) {
318 *result = protocol::Runtime::WebDriverValue::create()
319 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Weakmap)
324 *result = protocol::Runtime::WebDriverValue::create()
325 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Weakset)
330 *result = protocol::Runtime::WebDriverValue::create()
331 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Error)
336 *result = protocol::Runtime::WebDriverValue::create()
337 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Proxy)
342 *result = protocol::Runtime::WebDriverValue::create()
343 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Promise)
349 protocol::Runtime::WebDriverValue::create()
350 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Typedarray)
356 protocol::Runtime::WebDriverValue::create()
357 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Arraybuffer)
363 protocol::Runtime::WebDriverValue::create()
364 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Function)