Home | History | Annotate | Download | only in wx

Lines Matching defs:LayoutTestController

30 #include "LayoutTestController.h"
42 LayoutTestController::~LayoutTestController()
47 void LayoutTestController::addDisallowedURL(JSStringRef url)
52 void LayoutTestController::clearBackForwardList()
56 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
62 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
68 void LayoutTestController::dispatchPendingLoadRequests()
73 void LayoutTestController::display()
77 void LayoutTestController::keepWebHistory()
82 void LayoutTestController::notifyDone()
89 JSStringRef LayoutTestController::pathToLocalResource(JSContextRef context, JSStringRef url)
95 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target)
101 void LayoutTestController::setAcceptsEditing(bool acceptsEditing)
105 void LayoutTestController::setAlwaysAcceptCookies(bool alwaysAcceptCookies)
110 void LayoutTestController::setCustomPolicyDelegate(bool, bool)
115 void LayoutTestController::setMainFrameIsFirstResponder(bool flag)
120 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
125 void LayoutTestController::setUseDashboardCompatibilityMode(bool flag)
130 void LayoutTestController::setUserStyleSheetEnabled(bool flag)
134 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path)
138 void LayoutTestController::setValueForUser(JSContextRef context, JSValueRef element, JSStringRef value)
143 void LayoutTestController::setViewModeMediaFeature(JSStringRef mode)
148 void LayoutTestController::setWindowIsKey(bool windowIsKey)
153 void LayoutTestController::setSmartInsertDeleteEnabled(bool flag)
158 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag)
162 void LayoutTestController::setWaitToDump(bool waitUntilDone)
169 int LayoutTestController::windowCount()
175 void LayoutTestController::setPrivateBrowsingEnabled(bool privateBrowsingEnabled)
180 void LayoutTestController::setJavaScriptCanAccessClipboard(bool enabled)
185 void LayoutTestController::setXSSAuditorEnabled(bool enabled)
190 void LayoutTestController::setFrameFlatteningEnabled(bool enabled)
195 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool enabled)
200 void LayoutTestController::setAllowFileAccessFromFileURLs(bool enabled)
205 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag)
210 void LayoutTestController::setAutofilled(JSContextRef, JSValueRef element, bool isAutofilled)
215 void LayoutTestController::setPopupBlockingEnabled(bool popupBlockingEnabled)
220 void LayoutTestController::setPluginsEnabled(bool flag)
225 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(JSStringRef id)
231 void LayoutTestController::execCommand(JSStringRef name, JSStringRef value)
236 void LayoutTestController::setPersistentUserStyleSheetLocation(JSStringRef jsURL)
241 void LayoutTestController::clearPersistentUserStyleSheet()
246 void LayoutTestController::clearAllApplicationCaches()
251 void LayoutTestController::clearApplicationCacheForOrigin(JSStringRef url)
256 void LayoutTestController::setApplicationCacheOriginQuota(unsigned long long quota)
261 JSValueRef LayoutTestController::originsWithApplicationCache(JSContextRef context)
267 void LayoutTestController::clearAllDatabases()
272 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
277 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef)
282 void LayoutTestController::setAppCacheMaximumSize(unsigned long long size)
287 unsigned LayoutTestController::numberOfActiveAnimations() const
293 void LayoutTestController::suspendAnimations() const
298 void LayoutTestController::resumeAnimations() const
303 unsigned LayoutTestController::workerThreadCount() const
309 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag)
314 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
320 void LayoutTestController::setMockDeviceOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma)
326 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
332 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message)
338 void LayoutTestController::setGeolocationPermission(bool allow)
344 int LayoutTestController::numberOfPendingGeolocationPermissionRequests()
350 void LayoutTestController::addMockSpeechInputResult(JSStringRef result, double confidence, JSStringRef language)
356 void LayoutTestController::setIconDatabaseEnabled(bool iconDatabaseEnabled)
361 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId)
367 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
373 void LayoutTestController::setCacheModel(int)
378 bool LayoutTestController::isCommandEnabled(JSStringRef /*name*/)
384 size_t LayoutTestController::webHistoryItemCount()
390 void LayoutTestController::waitForPolicyDelegate()
395 void LayoutTestController::overridePreference(JSStringRef /* key */, JSStringRef /* value */)
400 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames)
402 printf("LayoutTestController::addUserScript not implemented.\n");
405 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames)
407 printf("LayoutTestController::addUserStyleSheet not implemented.\n");
410 void LayoutTestController::showWebInspector()
415 void LayoutTestController::closeWebInspector()
420 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script)
425 void LayoutTestController::removeAllVisitedLinks()
430 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
435 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldId, JSObjectRef globalObject, JSStringRef script)
440 void LayoutTestController::disableImageLoading()
445 void LayoutTestController::addOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef destinationProtocol, JSStringRef destinationHost, bool allowDestinationSubdomains)
450 void LayoutTestController::removeOriginAccessWhitelistEntry(JSStringRef sourceOrigin, JSStringRef destinationProtocol, JSStringRef destinationHost, bool allowDestinationSubdomains)
455 void LayoutTestController::setScrollbarPolicy(JSStringRef orientation, JSStringRef policy)
460 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)
465 int LayoutTestController::pageNumberForElementById(JSStringRef, float, float)
471 int LayoutTestController::numberOfPages(float, float)
477 void LayoutTestController::apiTestNewWindowDataLoadBaseURL(JSStringRef utf8Data, JSStringRef baseURL)
482 void LayoutTestController::apiTestGoToCurrentBackForwardItem()
487 void LayoutTestController::setSpatialNavigationEnabled(bool)
492 void LayoutTestController::setWebViewEditable(bool)
496 bool LayoutTestController::callShouldCloseOnWebView()
501 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const
506 JSRetainPtr<JSStringRef> LayoutTestController::markerTextForListItem(JSContextRef context, JSValueRef nodeObject) const
511 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSContextRef, JSValueRef)
516 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping)
522 void LayoutTestController::authenticateSession(JSStringRef, JSStringRef, JSStringRef)
526 void LayoutTestController::setEditingBehavior(const char* editingBehavior)
531 void LayoutTestController::abortModal()
535 bool LayoutTestController::hasSpellingMarker(int, int)
541 bool LayoutTestController::hasGrammarMarker(int, int)
547 void LayoutTestController::dumpConfigurationForViewport(int /*deviceDPI*/, int /*deviceWidth*/, int /*deviceHeight*/, int /*availableWidth*/, int /*availableHeight*/)
552 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const
558 bool LayoutTestController::isPageBoxVisible(int pageNumber) const
564 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) const
570 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool)
575 bool LayoutTestController::findString(JSContextRef context, JSStringRef target, JSObjectRef optionsArray)
581 void LayoutTestController::setSerializeHTTPLoads(bool)
586 void LayoutTestController::setMinimumTimerInterval(double interval) {
590 void LayoutTestController::syncLocalStorage()
595 void LayoutTestController::observeStorageTrackerNotifications(unsigned number)
600 void LayoutTestController::deleteAllLocalStorage()
605 JSValueRef LayoutTestController::originsWithLocalStorage(JSContextRef context)
611 void LayoutTestController::deleteLocalStorageForOrigin(JSStringRef URL)
616 const OpaqueJSValue* LayoutTestController::shadowRoot(const OpaqueJSContext*, const OpaqueJSValue*)