Home | History | Annotate | Download | only in gtk

Lines Matching defs:LayoutTestController

35 #include "LayoutTestController.h"
56 LayoutTestController::~LayoutTestController()
61 void LayoutTestController::addDisallowedURL(JSStringRef url)
66 void LayoutTestController::clearBackForwardList()
83 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
89 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
95 void LayoutTestController::dispatchPendingLoadRequests()
100 void LayoutTestController::display()
105 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)
116 void LayoutTestController::keepWebHistory()
121 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSContextRef context, JSValueRef value)
127 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping)
132 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const
139 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeight)
147 int LayoutTestController::numberOfPages(float pageWidth, float pageHeight)
152 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const
158 bool LayoutTestController::isPageBoxVisible(int pageNumber) const
163 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) const
169 size_t LayoutTestController::webHistoryItemCount()
183 unsigned LayoutTestController::workerThreadCount() const
188 void LayoutTestController::notifyDone()
196 JSStringRef LayoutTestController::pathToLocalResource(JSContextRef context, JSStringRef url)
202 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target)
224 void LayoutTestController::setAcceptsEditing(bool acceptsEditing)
230 void LayoutTestController::setAlwaysAcceptCookies(bool alwaysAcceptCookies)
254 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
259 void LayoutTestController::waitForPolicyDelegate()
265 void LayoutTestController::setScrollbarPolicy(JSStringRef orientation, JSStringRef policy)
270 void LayoutTestController::addOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef protocol, JSStringRef host, bool includeSubdomains)
281 void LayoutTestController::removeOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef protocol, JSStringRef host, bool includeSubdomains)
286 void LayoutTestController::setMainFrameIsFirstResponder(bool flag)
291 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
298 void LayoutTestController::setTimelineProfilingEnabled(bool flag)
307 void LayoutTestController::setUseDashboardCompatibilityMode(bool flag)
315 void LayoutTestController::setUserStyleSheetEnabled(bool flag)
327 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path)
335 void LayoutTestController::setValueForUser(JSContextRef context, JSValueRef nodeObject, JSStringRef value)
340 void LayoutTestController::setViewModeMediaFeature(JSStringRef mode)
361 void LayoutTestController::setWindowIsKey(bool windowIsKey)
366 void LayoutTestController::setSmartInsertDeleteEnabled(bool flag)
378 void LayoutTestController::setWaitToDump(bool waitUntilDone)
387 int LayoutTestController::windowCount()
393 void LayoutTestController::setPrivateBrowsingEnabled(bool flag)
402 void LayoutTestController::setJavaScriptCanAccessClipboard(bool flag)
411 void LayoutTestController::setXSSAuditorEnabled(bool flag)
420 void LayoutTestController::setFrameFlatteningEnabled(bool flag)
429 void LayoutTestController::setSpatialNavigationEnabled(bool flag)
438 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool flag)
447 void LayoutTestController::setAllowFileAccessFromFileURLs(bool flag)
456 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag)
461 void LayoutTestController::setAutofilled(JSContextRef context, JSValueRef nodeObject, bool isAutofilled)
466 void LayoutTestController::disableImageLoading()
472 void LayoutTestController
478 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
484 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message)
490 void LayoutTestController::setGeolocationPermission(bool allow)
496 int LayoutTestController::numberOfPendingGeolocationPermissionRequests()
502 void LayoutTestController::addMockSpeechInputResult(JSStringRef result, double confidence, JSStringRef language)
508 void LayoutTestController::setIconDatabaseEnabled(bool enabled)
518 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag)
529 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag)
534 void LayoutTestController::setPopupBlockingEnabled(bool flag)
544 void LayoutTestController::setPluginsEnabled(bool flag)
549 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(JSStringRef id)
555 void LayoutTestController::execCommand(JSStringRef name, JSStringRef value)
567 bool LayoutTestController::findString(JSContextRef context, JSStringRef target, JSObjectRef optionsArray)
605 bool LayoutTestController::isCommandEnabled(JSStringRef name)
616 void LayoutTestController::setCacheModel(int cacheModel)
634 void LayoutTestController::setPersistentUserStyleSheetLocation(JSStringRef jsURL)
639 void LayoutTestController::clearPersistentUserStyleSheet()
644 void LayoutTestController::clearAllApplicationCaches()
649 void LayoutTestController::setApplicationCacheOriginQuota(unsigned long long quota)
654 void LayoutTestController::clearApplicationCacheForOrigin(OpaqueJSString*)
659 JSValueRef LayoutTestController::originsWithApplicationCache(JSContextRef context)
665 void LayoutTestController::clearAllDatabases()
670 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
676 JSValueRef LayoutTestController::originsWithLocalStorage(JSContextRef context)
682 void LayoutTestController::deleteAllLocalStorage()
687 void LayoutTestController::deleteLocalStorageForOrigin(JSStringRef originIdentifier)
692 void LayoutTestController::observeStorageTrackerNotifications(unsigned number)
697 void LayoutTestController::syncLocalStorage()
702 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef)
707 void LayoutTestController::setAppCacheMaximumSize(unsigned long long size)
712 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId)
722 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
732 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
742 unsigned LayoutTestController::numberOfActiveAnimations() const
747 void LayoutTestController::suspendAnimations() const
752 void LayoutTestController::resumeAnimations() const
757 void LayoutTestController::overridePreference(JSStringRef key, JSStringRef value)
787 fprintf(stderr, "LayoutTestController::overridePreference tried to override "
809 fprintf(stderr, "LayoutTestController::overridePreference failed to override "
813 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames)
815 printf("LayoutTestController::addUserScript not implemented.\n");
818 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames)
826 void LayoutTestController::setDeveloperExtrasEnabled(bool enabled)
834 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool)
839 void LayoutTestController::showWebInspector()
847 void LayoutTestController::closeWebInspector()
855 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script)
865 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject, JSStringRef script)
870 void LayoutTestController::removeAllVisitedLinks()
875 bool LayoutTestController::callShouldCloseOnWebView()
881 void LayoutTestController::apiTestNewWindowDataLoadBaseURL(JSStringRef utf8Data, JSStringRef baseURL)
886 void LayoutTestController::apiTestGoToCurrentBackForwardItem()
891 void LayoutTestController::setWebViewEditable(bool)
895 JSRetainPtr<JSStringRef> LayoutTestController::markerTextForListItem(JSContextRef context, JSValueRef nodeObject) const
905 void LayoutTestController::authenticateSession(JSStringRef, JSStringRef, JSStringRef)
909 void LayoutTestController::setEditingBehavior(const char* editingBehavior)
922 JSValueRef LayoutTestController::shadowRoot(JSContextRef context, JSValueRef element)
927 void LayoutTestController::abortModal()
931 bool LayoutTestController::hasSpellingMarker(int from, int length)
936 bool LayoutTestController
941 void LayoutTestController::dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight)
948 void LayoutTestController::setSerializeHTTPLoads(bool)
953 void LayoutTestController::setMinimumTimerInterval(double minimumTimerInterval)