Home | History | Annotate | Download | only in mac

Lines Matching refs:runAtStart

813 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames)
817 [WebView _addUserScriptToGroup:@"org.webkit.DumpRenderTree" world:[WebScriptWorld world] source:sourceNS url:nil whitelist:nil blacklist:nil injectionTime:(runAtStart ? WebInjectAtDocumentStart : WebInjectAtDocumentEnd) injectedFrames:(allFrames ? WebInjectInAllFrames : WebInjectInTopFrameOnly)];