Home | History | Annotate | Download | only in win

Lines Matching refs:groupName

930     BSTR groupName;
931 if (SUCCEEDED(webView->groupName(&groupName))) {
932 webViewPrivate->removeAllUserContentFromGroup(groupName);
933 SysFreeString(groupName);
1217 BSTR groupName = SysAllocString(L"org.webkit.DumpRenderTree");
1218 bool failed = FAILED(webView->initWithFrame(clientRect, 0, groupName));
1219 SysFreeString(groupName);