• Home
  • Raw
  • Download

Lines Matching refs:LayoutTestController

31 #import "LayoutTestController.h"
100 LayoutTestController::~LayoutTestController() function
104 void LayoutTestController::addDisallowedURL(JSStringRef url)
118 void LayoutTestController::clearAllDatabases()
123 void LayoutTestController::clearBackForwardList()
138 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
145 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
152 void LayoutTestController::display()
157 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)
170 void LayoutTestController::keepWebHistory()
179 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidthInPixels, float p…
191 int LayoutTestController::numberOfPages(float pageWidthInPixels, float pageHeightInPixels)
196 size_t LayoutTestController::webHistoryItemCount()
201 unsigned LayoutTestController::workerThreadCount() const
206 void LayoutTestController::notifyDone()
213 JSStringRef LayoutTestController::pathToLocalResource(JSContextRef context, JSStringRef url)
218 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target)
230 void LayoutTestController::setAcceptsEditing(bool newAcceptsEditing)
235 void LayoutTestController::setAlwaysAcceptCookies(bool alwaysAcceptCookies)
245 void LayoutTestController::setAppCacheMaximumSize(unsigned long long size)
250 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag)
255 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
264 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
271 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef sch…
277 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double acc…
282 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message)
289 void LayoutTestController::setIconDatabaseEnabled(bool iconDatabaseEnabled)
303 void LayoutTestController::setJavaScriptProfilingEnabled(bool profilingEnabled)
309 void LayoutTestController::setMainFrameIsFirstResponder(bool flag)
317 void LayoutTestController::setPrivateBrowsingEnabled(bool privateBrowsingEnabled)
322 void LayoutTestController::setXSSAuditorEnabled(bool enabled)
327 void LayoutTestController::setFrameSetFlatteningEnabled(bool enabled)
332 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool enabled)
337 void LayoutTestController::setPopupBlockingEnabled(bool popupBlockingEnabled)
342 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
347 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
352 void LayoutTestController::setUseDashboardCompatibilityMode(bool flag)
357 void LayoutTestController::setUserStyleSheetEnabled(bool flag)
362 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path)
369 void LayoutTestController::disableImageLoading()
374 void LayoutTestController::dispatchPendingLoadRequests()
379 void LayoutTestController::overridePreference(JSStringRef key, JSStringRef value)
390 void LayoutTestController::removeAllVisitedLinks()
395 void LayoutTestController::setPersistentUserStyleSheetLocation(JSStringRef jsURL)
401 void LayoutTestController::clearPersistentUserStyleSheet()
406 void LayoutTestController::setWindowIsKey(bool windowIsKey)
412 void LayoutTestController::setSmartInsertDeleteEnabled(bool flag)
417 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag)
429 void LayoutTestController::setWaitToDump(bool waitUntilDone)
438 int LayoutTestController::windowCount()
443 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(JSStringRef id)
457 void LayoutTestController::execCommand(JSStringRef name, JSStringRef value)
468 void LayoutTestController::setCacheModel(int cacheModel)
473 bool LayoutTestController::isCommandEnabled(JSStringRef name)
497 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double ti…
507 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double ti…
517 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time,…
527 unsigned LayoutTestController::numberOfActiveAnimations() const
532 void LayoutTestController::waitForPolicyDelegate()
539 void LayoutTestController::whiteListAccessFromOrigin(JSStringRef sourceOrigin, JSStringRef destinat…
550 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart)
557 void LayoutTestController::addUserStyleSheet(JSStringRef source)
564 void LayoutTestController::showWebInspector()
570 void LayoutTestController::closeWebInspector()
576 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script)
601 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject…