Home | History | Annotate | Download | only in mac

Lines Matching refs:LayoutTestController

31 #import "LayoutTestController.h"
110 LayoutTestController::~LayoutTestController()
114 void LayoutTestController::addDisallowedURL(JSStringRef url)
128 bool LayoutTestController::callShouldCloseOnWebView()
133 void LayoutTestController::clearAllApplicationCaches()
138 void LayoutTestController::syncLocalStorage()
143 void LayoutTestController::observeStorageTrackerNotifications(unsigned number)
148 void LayoutTestController::clearApplicationCacheForOrigin(JSStringRef url)
171 JSValueRef LayoutTestController::originsWithApplicationCache(JSContextRef context)
176 void LayoutTestController::clearAllDatabases()
181 void LayoutTestController::deleteAllLocalStorage()
186 JSValueRef LayoutTestController::originsWithLocalStorage(JSContextRef context)
191 void LayoutTestController::deleteLocalStorageForOrigin(JSStringRef URL)
200 void LayoutTestController::clearBackForwardList()
215 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
222 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
229 void LayoutTestController::display()
234 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)
247 void LayoutTestController::keepWebHistory()
256 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSContextRef context, JSValueRef value)
261 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping)
266 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const
272 JSRetainPtr<JSStringRef> LayoutTestController::markerTextForListItem(JSContextRef context, JSValueRef nodeObject) const
282 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidthInPixels, float pageHeightInPixels)
294 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const
300 bool LayoutTestController::isPageBoxVisible(int pageNumber) const
305 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) const
311 int LayoutTestController::numberOfPages(float pageWidthInPixels, float pageHeightInPixels)
316 int LayoutTestController::numberOfPendingGeolocationPermissionRequests()
321 size_t LayoutTestController::webHistoryItemCount()
326 unsigned LayoutTestController::workerThreadCount() const
331 void LayoutTestController::notifyDone()
338 JSStringRef LayoutTestController::pathToLocalResource(JSContextRef context, JSStringRef url)
343 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target)
355 void LayoutTestController::setAcceptsEditing(bool newAcceptsEditing)
360 void LayoutTestController::setAlwaysAcceptCookies(bool alwaysAcceptCookies)
370 void LayoutTestController::setAppCacheMaximumSize(unsigned long long size)
375 void LayoutTestController::setApplicationCacheOriginQuota(unsigned long long quota)
382 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag)
387 void LayoutTestController::setAutofilled(JSContextRef context, JSValueRef nodeObject, bool autofilled)
396 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
405 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
412 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme)
418 void LayoutTestController::setMockDeviceOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma)
428 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
435 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message)
443 void LayoutTestController::setGeolocationPermission(bool allow)
449 void LayoutTestController::addMockSpeechInputResult(JSStringRef result, double confidence, JSStringRef language)
455 void LayoutTestController::setIconDatabaseEnabled(bool iconDatabaseEnabled)
469 void LayoutTestController::setJavaScriptProfilingEnabled(bool profilingEnabled)
475 void LayoutTestController::setMainFrameIsFirstResponder(bool flag)
483 void LayoutTestController::setPrivateBrowsingEnabled(bool privateBrowsingEnabled)
488 void LayoutTestController::setXSSAuditorEnabled(bool enabled)
493 void LayoutTestController::setFrameFlatteningEnabled(bool enabled)
498 void LayoutTestController::setSpatialNavigationEnabled(bool enabled)
503 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool enabled)
508 void LayoutTestController::setAllowFileAccessFromFileURLs(bool enabled)
513 void LayoutTestController::setPopupBlockingEnabled(bool popupBlockingEnabled)
518 void LayoutTestController::setPluginsEnabled(bool pluginsEnabled)
523 void LayoutTestController::setJavaScriptCanAccessClipboard(bool enabled)
528 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
533 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
538 void LayoutTestController::setUseDashboardCompatibilityMode(bool flag)
543 void LayoutTestController::setUserStyleSheetEnabled(bool flag)
548 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path)
555 void LayoutTestController::setValueForUser(JSContextRef context, JSValueRef nodeObject, JSStringRef value)
565 void LayoutTestController::setViewModeMediaFeature(JSStringRef mode)
570 void LayoutTestController::disableImageLoading()
575 void LayoutTestController::dispatchPendingLoadRequests()
580 void LayoutTestController::overridePreference(JSStringRef key, JSStringRef value)
591 void LayoutTestController::removeAllVisitedLinks()
596 void LayoutTestController::setPersistentUserStyleSheetLocation(JSStringRef jsURL)
602 void LayoutTestController::clearPersistentUserStyleSheet()
607 void LayoutTestController::setWindowIsKey(bool windowIsKey)
613 void LayoutTestController::setSmartInsertDeleteEnabled(bool flag)
618 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag)
630 void LayoutTestController::setWaitToDump(bool waitUntilDone)
639 int LayoutTestController::windowCount()
644 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(JSStringRef jsString)
658 void LayoutTestController::execCommand(JSStringRef name, JSStringRef value)
669 bool LayoutTestController::findString(JSContextRef context, JSStringRef target, JSObjectRef optionsArray)
705 void LayoutTestController::setCacheModel(int cacheModel)
710 bool LayoutTestController::isCommandEnabled(JSStringRef name)
734 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId)
744 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
754 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
764 unsigned LayoutTestController::numberOfActiveAnimations() const
769 void LayoutTestController::suspendAnimations() const
774 void LayoutTestController::resumeAnimations() const
779 void LayoutTestController::waitForPolicyDelegate()
786 void LayoutTestController::addOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef destinationProtocol, JSStringRef destinationHost, bool allowDestinationSubdomains)
797 void LayoutTestController::removeOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef destinationProtocol, JSStringRef destinationHost, bool allowDestinationSubdomains)
808 void LayoutTestController::setScrollbarPolicy(JSStringRef orientation, JSStringRef policy)
813 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames)
820 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames)
827 void LayoutTestController::setDeveloperExtrasEnabled(bool enabled)
832 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool enabled)
837 void LayoutTestController::showWebInspector()
842 void LayoutTestController::closeWebInspector()
847 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script)
872 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject, JSStringRef script)
929 void LayoutTestController::apiTestNewWindowDataLoadBaseURL(JSStringRef utf8Data, JSStringRef baseURL)
956 void LayoutTestController::apiTestGoToCurrentBackForwardItem()
962 void LayoutTestController::setWebViewEditable(bool editable)
1045 void LayoutTestController::authenticateSession(JSStringRef url, JSStringRef username, JSStringRef password)
1059 void LayoutTestController::setEditingBehavior(const char* editingBehavior)
1071 JSValueRef LayoutTestController::shadowRoot(JSContextRef context, JSValueRef jsElement)
1079 void LayoutTestController::abortModal()
1084 bool LayoutTestController::hasSpellingMarker(int from, int length)
1089 bool LayoutTestController::hasGrammarMarker(int from, int length)
1094 void LayoutTestController::dumpConfigurationForViewport(int /*deviceDPI*/, int /*deviceWidth*/, int /*deviceHeight*/, int /*availableWidth*/, int /*availableHeight*/)
1099 void LayoutTestController::setSerializeHTTPLoads(bool serialize)
1104 void LayoutTestController::setMinimumTimerInterval(double minimumTimerInterval)