Home | History | Annotate | Download | only in gtk

Lines Matching refs:LayoutTestController

34 #include "LayoutTestController.h"
79 LayoutTestController::~LayoutTestController()
84 void LayoutTestController::addDisallowedURL(JSStringRef url)
89 void LayoutTestController::clearBackForwardList()
106 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
112 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
118 void LayoutTestController::dispatchPendingLoadRequests()
123 void LayoutTestController::display()
128 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)
139 void LayoutTestController::keepWebHistory()
144 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeight)
152 int LayoutTestController::numberOfPages(float, float)
158 size_t LayoutTestController::webHistoryItemCount()
164 unsigned LayoutTestController::workerThreadCount() const
169 void LayoutTestController::notifyDone()
177 JSStringRef LayoutTestController::pathToLocalResource(JSContextRef context, JSStringRef url)
183 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target)
205 void LayoutTestController::setAcceptsEditing(bool acceptsEditing)
211 void LayoutTestController::setAlwaysAcceptCookies(bool alwaysAcceptCookies)
216 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
221 void LayoutTestController::waitForPolicyDelegate()
227 void LayoutTestController::whiteListAccessFromOrigin(JSStringRef sourceOrigin, JSStringRef protocol, JSStringRef host, bool includeSubdomains)
238 void LayoutTestController::setMainFrameIsFirstResponder(bool flag)
243 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
250 void LayoutTestController::setTimelineProfilingEnabled(bool flag)
259 void LayoutTestController::setUseDashboardCompatibilityMode(bool flag)
267 void LayoutTestController::setUserStyleSheetEnabled(bool flag)
279 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path)
287 void LayoutTestController::setWindowIsKey(bool windowIsKey)
292 void LayoutTestController::setSmartInsertDeleteEnabled(bool flag)
304 void LayoutTestController::setWaitToDump(bool waitUntilDone)
313 int LayoutTestController::windowCount()
319 void LayoutTestController::setPrivateBrowsingEnabled(bool flag)
328 void LayoutTestController::setXSSAuditorEnabled(bool flag)
337 void LayoutTestController::setFrameSetFlatteningEnabled(bool flag)
342 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool flag)
351 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag)
356 void LayoutTestController::disableImageLoading()
362 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
368 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message)
374 void LayoutTestController::setIconDatabaseEnabled(bool flag)
379 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag)
391 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag)
396 void LayoutTestController::setPopupBlockingEnabled(bool flag)
406 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(JSStringRef id)
412 void LayoutTestController::execCommand(JSStringRef name, JSStringRef value)
417 void LayoutTestController::setCacheModel(int)
422 bool LayoutTestController::isCommandEnabled(JSStringRef /*name*/)
428 void LayoutTestController::setPersistentUserStyleSheetLocation(JSStringRef jsURL)
433 void LayoutTestController::clearPersistentUserStyleSheet()
438 void LayoutTestController::clearAllDatabases()
443 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
449 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool, JSStringRef)
454 void LayoutTestController::setAppCacheMaximumSize(unsigned long long size)
459 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId)
469 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
479 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
489 unsigned LayoutTestController::numberOfActiveAnimations() const
494 void LayoutTestController::overridePreference(JSStringRef key, JSStringRef value)
532 printf("LayoutTestController::overridePreference failed to override preference '%s'.\n", name);
540 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart)
542 printf("LayoutTestController::addUserScript not implemented.\n");
545 void LayoutTestController::addUserStyleSheet(JSStringRef source)
547 printf("LayoutTestController::addUserStyleSheet not implemented.\n");
550 void LayoutTestController::showWebInspector()
560 void LayoutTestController::closeWebInspector()
570 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script)
580 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject, JSStringRef script)
585 void LayoutTestController::removeAllVisitedLinks()