Home | History | Annotate | Download | only in win

Lines Matching defs:LayoutTestController

30 #include "LayoutTestController.h"
59 LayoutTestController::~LayoutTestController()
82 void LayoutTestController::addDisallowedURL(JSStringRef url)
87 void LayoutTestController::clearBackForwardList()
113 bool LayoutTestController::callShouldCloseOnWebView()
128 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
134 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
140 void LayoutTestController::disableImageLoading()
153 void LayoutTestController::dispatchPendingLoadRequests()
158 void LayoutTestController::display()
163 void LayoutTestController::keepWebHistory()
176 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSContextRef context, JSValueRef value)
182 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping)
188 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const
203 JSRetainPtr<JSStringRef> LayoutTestController::markerTextForListItem(JSContextRef context, JSValueRef nodeObject) const
230 void LayoutTestController::waitForPolicyDelegate()
241 size_t LayoutTestController::webHistoryItemCount()
262 unsigned LayoutTestController::workerThreadCount() const
273 void LayoutTestController::notifyDone()
281 JSStringRef LayoutTestController::pathToLocalResource(JSContextRef context, JSStringRef url)
304 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target)
332 void LayoutTestController::setAcceptsEditing(bool acceptsEditing)
350 void LayoutTestController::setAlwaysAcceptCookies(bool alwaysAcceptCookies)
360 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag)
377 void LayoutTestController::setAutofilled(JSContextRef context, JSValueRef nodeObject, bool autofilled)
398 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
411 void LayoutTestController::setMockDeviceOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma)
417 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
423 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message)
429 void LayoutTestController::setGeolocationPermission(bool allow)
435 int LayoutTestController::numberOfPendingGeolocationPermissionRequests()
441 void LayoutTestController::addMockSpeechInputResult(JSStringRef result, double confidence, JSStringRef language)
447 void LayoutTestController::setIconDatabaseEnabled(bool iconDatabaseEnabled)
460 void LayoutTestController::setMainFrameIsFirstResponder(bool flag)
465 void LayoutTestController::setPrivateBrowsingEnabled(bool privateBrowsingEnabled)
478 void LayoutTestController::setXSSAuditorEnabled(bool enabled)
495 void LayoutTestController::setFrameFlatteningEnabled(bool enabled)
512 void LayoutTestController::setSpatialNavigationEnabled(bool enabled)
517 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool enabled)
534 void LayoutTestController::setAllowFileAccessFromFileURLs(bool enabled)
551 void LayoutTestController::setPopupBlockingEnabled(bool enabled)
564 void LayoutTestController::setPluginsEnabled(bool flag)
569 void LayoutTestController::setJavaScriptCanAccessClipboard(bool enabled)
586 void LayoutTestController::setTabKeyCyclesThroughElements(bool shouldCycle)
599 void LayoutTestController::setTimelineProfilingEnabled(bool flag)
616 void LayoutTestController::setUseDashboardCompatibilityMode(bool flag)
621 void LayoutTestController::setUserStyleSheetEnabled(bool flag)
741 void LayoutTestController::setUserStyleSheetLocation(JSStringRef jsURL)
785 void LayoutTestController::setValueForUser(JSContextRef context, JSValueRef element, JSStringRef value)
790 void LayoutTestController::setViewModeMediaFeature(JSStringRef mode)
795 void LayoutTestController::setPersistentUserStyleSheetLocation(JSStringRef jsURL)
801 void LayoutTestController::clearPersistentUserStyleSheet()
806 void LayoutTestController::setWindowIsKey(bool flag)
823 void LayoutTestController::setSmartInsertDeleteEnabled(bool flag)
836 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag)
854 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag)
874 void LayoutTestController::setWaitToDump(bool waitUntilDone)
881 int LayoutTestController::windowCount()
886 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(JSStringRef id)
912 void LayoutTestController::execCommand(JSStringRef name, JSStringRef value)
933 bool LayoutTestController::findString(JSContextRef /* context */, JSStringRef /* target */, JSObjectRef /* optionsArray */)
939 void LayoutTestController::setCacheModel(int)
944 bool LayoutTestController::isCommandEnabled(JSStringRef /*name*/)
946 printf("ERROR: LayoutTestController::isCommandEnabled() not implemented\n");
950 void LayoutTestController::clearAllApplicationCaches()
955 void LayoutTestController::clearApplicationCacheForOrigin(JSStringRef origin)
960 void LayoutTestController::setApplicationCacheOriginQuota(unsigned long long quota)
965 JSValueRef LayoutTestController::originsWithApplicationCache(JSContextRef context)
971 void LayoutTestController::clearAllDatabases()
983 void LayoutTestController::overridePreference(JSStringRef key, JSStringRef value)
1004 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
1017 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme)
1028 void LayoutTestController::setAppCacheMaximumSize(unsigned long long size)
1030 printf("ERROR: LayoutTestController::setAppCacheMaximumSize() not implemented\n");
1033 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId)
1058 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
1083 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
1108 unsigned LayoutTestController::numberOfActiveAnimations() const
1121 void LayoutTestController::suspendAnimations() const
1130 void LayoutTestController::resumeAnimations() const
1145 void LayoutTestController::addOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef destinationProtocol, JSStringRef destinationHost, bool allowDestinationSubdomains)
1154 void LayoutTestController::removeOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef destinationProtocol, JSStringRef destinationHost, bool allowDestinationSubdomains)
1163 void LayoutTestController::setScrollbarPolicy(JSStringRef orientation, JSStringRef policy)
1168 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames)
1182 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames)
1195 void LayoutTestController::setDeveloperExtrasEnabled(bool enabled)
1212 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool)
1217 void LayoutTestController::showWebInspector()
1232 void LayoutTestController::closeWebInspector()
1249 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script)
1288 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject, JSStringRef script)
1313 void LayoutTestController::removeAllVisitedLinks()
1330 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)
1349 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidthInPixels, float pageHeightInPixels)
1364 int LayoutTestController::numberOfPages(float pageWidthInPixels, float pageHeightInPixels)
1376 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const
1382 void LayoutTestController::apiTestNewWindowDataLoadBaseURL(JSStringRef utf8Data, JSStringRef baseURL)
1387 bool LayoutTestController::isPageBoxVisible(int pageNumber) const
1393 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) const
1399 void LayoutTestController::apiTestGoToCurrentBackForwardItem()
1417 void LayoutTestController::setWebViewEditable(bool)
1421 void LayoutTestController::authenticateSession(JSStringRef, JSStringRef, JSStringRef)
1425 void LayoutTestController::setEditingBehavior(const char* editingBehavior)
1444 JSValueRef LayoutTestController::shadowRoot(JSContextRef context, JSValueRef jsElement)
1450 void LayoutTestController::abortModal()
1454 bool LayoutTestController::hasSpellingMarker(int from, int length)
1465 bool LayoutTestController::hasGrammarMarker(int from, int length)
1471 void LayoutTestController::dumpConfigurationForViewport(int /*deviceDPI*/, int /*deviceWidth*/, int /*deviceHeight*/, int /*availableWidth*/, int /*availableHeight*/)
1476 void LayoutTestController::setSerializeHTTPLoads(bool)
1481 void LayoutTestController::syncLocalStorage()
1486 void LayoutTestController::observeStorageTrackerNotifications(unsigned number)
1491 void LayoutTestController::deleteAllLocalStorage()
1496 JSValueRef LayoutTestController::originsWithLocalStorage(JSContextRef context)
1502 void LayoutTestController::deleteLocalStorageForOrigin(JSStringRef URL)
1507 void LayoutTestController::setMinimumTimerInterval(double minimumTimerInterval)