Home | History | Annotate | Download | only in qt

Lines Matching defs:LayoutTestController

40 LayoutTestController::LayoutTestController(WebCore::DumpRenderTree* drt)
49 void LayoutTestController::reset()
96 void LayoutTestController::processWork()
108 void LayoutTestController::maybeDump(bool success)
140 void LayoutTestController::waitUntilDone()
147 QString LayoutTestController::counterValueForElementById(const QString& id)
152 void LayoutTestController::setViewModeMediaFeature(const QString& mode)
157 int LayoutTestController::webHistoryItemCount()
167 void LayoutTestController::keepWebHistory()
172 void LayoutTestController::notifyDone()
196 int LayoutTestController::windowCount()
201 void LayoutTestController::grantDesktopNotificationPermission(const QString& origin)
208 void LayoutTestController::ignoreDesktopNotificationPermissionRequests()
213 bool LayoutTestController::checkDesktopNotificationPermission(const QString& origin)
218 void LayoutTestController::simulateDesktopNotificationClick(const QString& title)
223 void LayoutTestController::display()
228 void LayoutTestController::clearBackForwardList()
233 QString LayoutTestController::pathToLocalResource(const QString& url)
239 void LayoutTestController::dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight)
245 void LayoutTestController::dumpEditingCallbacks()
251 void LayoutTestController::dumpFrameLoadCallbacks()
256 void LayoutTestController::dumpUserGestureInFrameLoadCallbacks()
261 void LayoutTestController::dumpResourceLoadCallbacks()
266 void LayoutTestController::dumpResourceResponseMIMETypes()
271 void LayoutTestController::dumpHistoryCallbacks()
276 void LayoutTestController::setWillSendRequestReturnsNullOnRedirect(bool enabled)
281 void LayoutTestController::setWillSendRequestReturnsNull(bool enabled)
286 void LayoutTestController::setWillSendRequestClearHeader(const QStringList& headers)
291 void LayoutTestController::setDeferMainResourceDataLoad(bool defer)
296 void LayoutTestController::queueBackNavigation(int howFarBackward)
303 void LayoutTestController::queueForwardNavigation(int howFarForward)
310 void LayoutTestController::queueLoad(const QString& url, const QString& target)
318 void LayoutTestController::queueLoadHTMLString(const QString& content, const QString& baseURL, const QString& failingURL)
326 void LayoutTestController::queueReload()
332 void LayoutTestController::queueLoadingScript(const QString& script)
338 void LayoutTestController::queueNonLoadingScript(const QString& script)
344 void LayoutTestController::provisionalLoad()
351 void LayoutTestController::timerEvent(QTimerEvent *ev)
362 QString LayoutTestController::encodeHostName(const QString& host)
369 QString LayoutTestController::decodeHostName(const QString& host)
376 void LayoutTestController::setMediaType(const QString& type)
381 void LayoutTestController::closeWebInspector()
387 void LayoutTestController::setDeveloperExtrasEnabled(bool enabled)
392 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool)
397 void LayoutTestController::showWebInspector()
403 void LayoutTestController::evaluateInWebInspector(long callId, const QString& script)
408 void LayoutTestController::setFrameFlatteningEnabled(bool enabled)
413 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool enabled)
418 void LayoutTestController::setAllowFileAccessFromFileURLs(bool enabled)
423 void LayoutTestController::setAppCacheMaximumSize(unsigned long long quota)
428 void LayoutTestController::setJavaScriptProfilingEnabled(bool enable)
434 void LayoutTestController::setTimelineProfilingEnabled(bool enable)
439 void LayoutTestController::setFixedContentsSize(int width, int height)
444 void LayoutTestController::setPrivateBrowsingEnabled(bool enable)
449 void LayoutTestController::setSpatialNavigationEnabled(bool enable)
454 void LayoutTestController::setPopupBlockingEnabled(bool enable)
459 void LayoutTestController::setPluginsEnabled(bool flag)
464 void LayoutTestController::setPOSIXLocale(const QString& locale)
470 void LayoutTestController::setWindowIsKey(bool isKey)
475 void LayoutTestController::setMainFrameIsFirstResponder(bool isFirst)
480 void LayoutTestController::setJavaScriptCanAccessClipboard(bool enable)
485 void LayoutTestController::setXSSAuditorEnabled(bool enable)
495 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(const QString& animationName,
504 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(const QString& propertyName,
513 bool LayoutTestController::sampleSVGAnimationForElementAtTime(const QString& animationId,
522 unsigned LayoutTestController::numberOfActiveAnimations() const
529 void LayoutTestController::suspendAnimations() const
536 void LayoutTestController::resumeAnimations() const
543 void LayoutTestController::disableImageLoading()
548 void LayoutTestController::dispatchPendingLoadRequests()
553 void LayoutTestController::clearAllApplicationCaches()
558 void LayoutTestController::clearApplicationCacheForOrigin(const QString& url)
563 void LayoutTestController::setApplicationCacheOriginQuota(unsigned long long quota)
570 QStringList LayoutTestController::originsWithApplicationCache()
576 void LayoutTestController::setDatabaseQuota(int size)
583 void LayoutTestController::clearAllDatabases()
588 void LayoutTestController::addOriginAccessWhitelistEntry(const QString& sourceOrigin, const QString& destinationProtocol, const QString& destinationHost, bool allowDestinationSubdomains)
593 void LayoutTestController::removeOriginAccessWhitelistEntry(const QString& sourceOrigin, const QString& destinationProtocol, const QString& destinationHost, bool allowDestinationSubdomains)
598 void LayoutTestController::setCustomPolicyDelegate(bool enabled, bool permissive)
603 void LayoutTestController::waitForPolicyDelegate()
609 void LayoutTestController::overridePreference(const QString& name, const QVariant& value)
632 printf("ERROR: LayoutTestController::overridePreference() does not support the '%s' preference\n",
636 void LayoutTestController::setUserStyleSheetLocation(const QString& url)
644 void LayoutTestController::setCaretBrowsingEnabled(bool value)
649 void LayoutTestController::setUserStyleSheetEnabled(bool enabled)
659 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme)
664 int LayoutTestController::workerThreadCount()
669 int LayoutTestController::pageNumberForElementById(const QString& id, float width, float height)
680 int LayoutTestController::numberOfPages(float width, float height)
685 bool LayoutTestController::callShouldCloseOnWebView()
690 void LayoutTestController::setScrollbarPolicy(const QString& orientation, const QString& policy)
714 void LayoutTestController::setSmartInsertDeleteEnabled(bool enable)
719 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool enable)
724 void LayoutTestController::execCommand(const QString& name, const QString& value)
729 bool LayoutTestController::isCommandEnabled(const QString& name) const
734 bool LayoutTestController::findString(const QString& string, const QStringList& optionArray)
739 QString LayoutTestController::markerTextForListItem(const QWebElement& listItem)
744 QVariantMap LayoutTestController::computedStyleIncludingVisitedInfo(const QWebElement& element) const
749 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(const QString& elementId)
754 void LayoutTestController::authenticateSession(const QString&, const QString&, const QString&)
759 void LayoutTestController::setIconDatabaseEnabled(bool enable)
767 void LayoutTestController::setEditingBehavior(const QString& editingBehavior)
772 void LayoutTestController::setMockDeviceOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma)
777 void LayoutTestController::setGeolocationPermission(bool allow)
783 QVariant LayoutTestController::shadowRoot(const QWebElement& element)
788 int LayoutTestController::numberOfPendingGeolocationPermissionRequests()
798 void LayoutTestController::setGeolocationPermissionCommon(bool allow)
804 void LayoutTestController::setMockGeolocationError(int code, const QString& message)
809 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
814 void LayoutTestController::addMockSpeechInputResult(const QString& result, double confidence, const QString& language)
820 void LayoutTestController::evaluateScriptInIsolatedWorld(int worldID, const QString& script)
825 bool LayoutTestController::isPageBoxVisible(int pageIndex)
830 QString LayoutTestController::pageSizeAndMarginsInPixels(int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
836 QString LayoutTestController::pageProperty(const QString& propertyName, int pageNumber)
841 void LayoutTestController::addUserStyleSheet(const QString& sourceCode)
846 void LayoutTestController::removeAllVisitedLinks()
853 bool LayoutTestController::hasSpellingMarker(int, int)
859 QVariantList LayoutTestController::nodesFromRect(const QWebElement& document, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping)
864 void LayoutTestController::addURLToRedirect(const QString& origin, const QString& destination)
869 void LayoutTestController::setMinimumTimerInterval(double minimumTimerInterval)
874 void LayoutTestController::originsWithLocalStorage()
879 void LayoutTestController::deleteAllLocalStorage()
884 void LayoutTestController::deleteLocalStorageForOrigin(const QString& originIdentifier)
889 void LayoutTestController::observeStorageTrackerNotifications(unsigned number)
894 void LayoutTestController::syncLocalStorage()
899 const unsigned LayoutTestController::maxViewWidth = 800;
900 const unsigned LayoutTestController::maxViewHeight = 600;