Home | History | Annotate | Download | only in InjectedBundle

Lines Matching defs:LayoutTestController

27 #include "LayoutTestController.h"
51 const double LayoutTestController::waitToDumpWatchdogTimerInterval = 6;
87 PassRefPtr<LayoutTestController> LayoutTestController::create()
89 return adoptRef(new LayoutTestController);
92 LayoutTestController::LayoutTestController()
111 LayoutTestController::~LayoutTestController()
115 JSClassRef LayoutTestController::wrapperClass()
120 void LayoutTestController::display()
125 void LayoutTestController::dumpAsText()
131 void LayoutTestController::waitUntilDone()
137 void LayoutTestController::waitToDumpWatchdogTimerFired()
145 void LayoutTestController::notifyDone()
156 unsigned LayoutTestController::numberOfActiveAnimations() const
164 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId)
172 void LayoutTestController::suspendAnimations()
178 void LayoutTestController::resumeAnimations()
184 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const
191 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames)
201 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames)
210 void LayoutTestController::keepWebHistory()
215 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSValueRef element)
228 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef elementId)
238 JSRetainPtr<JSStringRef> LayoutTestController::markerTextForListItem(JSValueRef element)
250 void LayoutTestController::execCommand(JSStringRef name, JSStringRef argument)
255 bool LayoutTestController::findString(JSStringRef target, JSValueRef optionsArrayAsValue)
293 void LayoutTestController::clearAllDatabases()
298 void LayoutTestController::setDatabaseQuota(uint64_t quota)
303 bool LayoutTestController::isCommandEnabled(JSStringRef name)
308 void LayoutTestController::setCanOpenWindows(bool)
314 void LayoutTestController::setXSSAuditorEnabled(bool enabled)
319 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool enabled)
324 void LayoutTestController::setAllowFileAccessFromFileURLs(bool enabled)
329 int LayoutTestController::numberOfPages(double pageWidthInPixels, double pageHeightInPixels)
335 int LayoutTestController::pageNumberForElementById(JSStringRef id, double pageWidthInPixels, double pageHeightInPixels)
341 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
347 bool LayoutTestController::isPageBoxVisible(int pageIndex)
353 unsigned LayoutTestController::windowCount()
358 JSValueRef LayoutTestController::shadowRoot(JSValueRef element)
377 void LayoutTestController::clearBackForwardList()
384 void LayoutTestController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception)
386 setProperty(context, windowObject, "layoutTestController", this, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, exception);
389 void LayoutTestController::showWebInspector()
394 void LayoutTestController::closeWebInspector()
399 LayoutTestController::evaluateInWebInspector(long callID, JSStringRef script)
405 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
417 unsigned LayoutTestController::worldIDForWorld(WKBundleScriptWorldRef world)
428 void LayoutTestController::evaluateScriptInIsolatedWorld(JSContextRef context, unsigned worldID, JSStringRef script)
450 void LayoutTestController::setPOSIXLocale(JSStringRef locale)