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

/external/webkit/WebKit/chromium/src/
H A DStorageEventDispatcherImpl.cpp47 StorageEventDispatcherImpl::StorageEventDispatcherImpl(const String& groupName) argument
48 : m_pageGroup(PageGroup::pageGroup(groupName))
/external/webkit/WebCore/page/
H A DPageGroup.cpp84 PageGroup* PageGroup::pageGroup(const String& groupName) argument
86 ASSERT(!groupName.isEmpty());
91 pair<PageGroupMap::iterator, bool> result = pageGroups->add(groupName, 0);
95 result.first->second = new PageGroup(groupName);
H A DPage.cpp361 const String& Page::groupName() const function in class:WebCore::Page
/external/webkit/WebKit/qt/Api/
H A Dqwebpage.cpp154 void QWEBKIT_EXPORT qt_webpage_setGroupName(QWebPage* page, const QString& groupName) argument
156 page->handle()->page->setGroupName(groupName);
161 return page->handle()->page->groupName();
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DDumpRenderTree.cpp843 BSTR groupName; local
844 if (SUCCEEDED(webView->groupName(&groupName))) {
845 webViewPrivate->removeAllUserContentFromGroup(groupName);
846 SysFreeString(groupName);
1116 BSTR groupName = SysAllocString(L"org.webkit.DumpRenderTree"); local
1117 bool failed = FAILED(webView->initWithFrame(clientRect, 0, groupName));
1118 SysFreeString(groupName);
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp3923 void webkit_web_view_set_group_name(WebKitWebView* webView, const gchar* groupName) argument
3932 priv->corePage->setGroupName(String::fromUTF8(groupName));

Completed in 43 milliseconds