Searched defs:groupName (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DStorageEventDispatcherImpl.cpp47 StorageEventDispatcherImpl::StorageEventDispatcherImpl(const String& groupName) argument
48 : m_pageGroup(PageGroup::pageGroup(groupName))
/external/webkit/Source/WebCore/inspector/
H A DInjectedScript.cpp146 PassRefPtr<InspectorObject> InjectedScript::wrapObject(ScriptValue value, const String& groupName) argument
151 wrapFunction.appendArgument(groupName);
/external/webkit/Source/WebCore/page/
H A DPageGroup.cpp87 PageGroup* PageGroup::pageGroup(const String& groupName) argument
89 ASSERT(!groupName.isEmpty());
94 pair<PageGroupMap::iterator, bool> result = pageGroups->add(groupName, 0);
98 result.first->second = new PageGroup(groupName);
H A DPage.cpp388 const String& Page::groupName() const function in class:WebCore::Page
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp183 void DumpRenderTreeSupportQt::webPageSetGroupName(QWebPage* page, const QString& groupName) argument
185 page->handle()->page->setGroupName(groupName);
190 return page->handle()->page->groupName();
1157 void QWEBKIT_EXPORT qt_webpage_setGroupName(QWebPage* page, const QString& groupName) argument
1159 DumpRenderTreeSupportQt::webPageSetGroupName(page, groupName);
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp930 BSTR groupName; local
931 if (SUCCEEDED(webView->groupName(&groupName))) {
932 webViewPrivate->removeAllUserContentFromGroup(groupName);
933 SysFreeString(groupName);
1217 BSTR groupName = SysAllocString(L"org.webkit.DumpRenderTree"); local
1218 bool failed = FAILED(webView->initWithFrame(clientRect, 0, groupName));
1219 SysFreeString(groupName);

Completed in 129 milliseconds