Home | History | Annotate | Download | only in mac

Lines Matching refs:JSStringRef

39 #import <JavaScriptCore/JSStringRef.h>
104 void LayoutTestController::addDisallowedURL(JSStringRef url)
138 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
145 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
157 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)
166 JSRetainPtr<JSStringRef> counterValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame counterValueForElement:element]));
179 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidthInPixels, float pageHeightInPixels)
213 JSStringRef LayoutTestController::pathToLocalResource(JSContextRef context, JSStringRef url)
218 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target)
226 JSRetainPtr<JSStringRef> absoluteURL(Adopt, JSStringCreateWithUTF8CString([nsurlString UTF8String]));
271 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme)
282 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message)
362 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path)
379 void LayoutTestController::overridePreference(JSStringRef key, JSStringRef value)
395 void LayoutTestController::setPersistentUserStyleSheetLocation(JSStringRef jsURL)
443 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(JSStringRef id)
457 void LayoutTestController::execCommand(JSStringRef name, JSStringRef value)
473 bool LayoutTestController::isCommandEnabled(JSStringRef name)
497 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId)
507 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
517 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
539 void LayoutTestController::whiteListAccessFromOrigin(JSStringRef sourceOrigin, JSStringRef destinationProtocol, JSStringRef destinationHost, bool allowDestinationSubdomains)
550 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart)
557 void LayoutTestController::addUserStyleSheet(JSStringRef source)
576 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script)
601 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject, JSStringRef script)