Home | History | Annotate | Download | only in win

Lines Matching refs:runAtStart

1168 void LayoutTestController::addUserScript(JSStringRef source, bool runAtStart, bool allFrames)
1178 webView->addUserScriptToGroup(_bstr_t(L"org.webkit.DumpRenderTree").GetBSTR(), world.get(), bstrT(source).GetBSTR(), 0, 0, 0, 0, 0, runAtStart ? WebInjectAtDocumentStart : WebInjectAtDocumentEnd);