Home | History | Annotate | Download | only in win

Lines Matching refs:groupName

843     BSTR groupName;
844 if (SUCCEEDED(webView->groupName(&groupName))) {
845 webViewPrivate->removeAllUserContentFromGroup(groupName);
846 SysFreeString(groupName);
1116 BSTR groupName = SysAllocString(L"org.webkit.DumpRenderTree");
1117 bool failed = FAILED(webView->initWithFrame(clientRect, 0, groupName));
1118 SysFreeString(groupName);