Lines Matching refs:toBoolean
623 m_shell->webView()->setTabKeyCyclesThroughElements(arguments[0].toBoolean()); in setTabKeyCyclesThroughElements()
755 bool blockPopups = arguments[0].toBoolean(); in setPopupBlockingEnabled()
1249 return value.toBoolean(); in cppVariantToBool()
1387 arguments[3].toBoolean()); in addOriginAccessWhitelistEntry()
1406 arguments[3].toBoolean()); in removeOriginAccessWhitelistEntry()
1525 m_shell->drtDevToolsAgent()->setTimelineProfilingEnabled(arguments[0].toBoolean()); in setTimelineProfilingEnabled()
1543 …arguments[1].toBoolean() ? WebView::UserScriptInjectAtDocumentStart : WebView::UserScriptInjectAtD… in addUserScript()
1544 …arguments[2].toBoolean() ? WebView::UserContentInjectInAllFrames : WebView::UserContentInjectInTop… in addUserScript()
1554 …arguments[1].toBoolean() ? WebView::UserContentInjectInAllFrames : WebView::UserContentInjectInTop… in addUserStyleSheet()
1582 …ntation(arguments[0].toBoolean(), arguments[1].toDouble(), arguments[2].toBoolean(), arguments[3].… in setMockDeviceOrientation()
1598 windowList[i]->geolocationClientMock()->setPermission(arguments[0].toBoolean()); in setGeolocationPermission()
1726 m_shell->preferences()->pluginsEnabled = arguments[0].toBoolean(); in setPluginsEnabled()