Searched refs:groupName (Results 1 - 22 of 22) sorted by relevance

/external/webkit/WebKitTools/Scripts/
H A Dupdate-sources-list.py39 (groupName, groupFiles).
48 groupName = ""
50 groupName = sourceGroup.attributes["var"].value
51 groupName = groupName.replace(sources_prefix, "")
59 assert(groupName != "")
62 sources[groupName] = sourcesList
/external/webkit/WebKit/chromium/src/
H A DStorageEventDispatcherImpl.h47 StorageEventDispatcherImpl(const String& groupName);
H A DStorageEventDispatcherImpl.cpp47 StorageEventDispatcherImpl::StorageEventDispatcherImpl(const String& groupName) argument
48 : m_pageGroup(PageGroup::pageGroup(groupName))
/external/webkit/WebCore/dom/
H A DCheckedRadioButtons.h38 HTMLInputElement* checkedButtonForGroup(const AtomicString& groupName) const;
/external/webkit/WebKit/win/Interfaces/
H A DIWebViewPrivate.idl146 HRESULT standardUserAgentWithApplicationName([in] BSTR applicationName, [retval][out] BSTR* groupName);
187 HRESULT addUserScriptToGroup([in] BSTR groupName, [in] IWebScriptWorld*, [in] BSTR source, [in] BSTR url,
191 HRESULT addUserStyleSheetToGroup([in] BSTR groupName, [in] IWebScriptWorld*, [in] BSTR source, [in] BSTR url,
194 HRESULT removeUserScriptFromGroup([in] BSTR groupName, [in] IWebScriptWorld*, [in] BSTR url);
195 HRESULT removeUserStyleSheetFromGroup([in] BSTR groupName, [in] IWebScriptWorld*, [in] BSTR url);
196 HRESULT removeUserScriptsFromGroup([in] BSTR groupName, [in] IWebScriptWorld*);
197 HRESULT removeUserStyleSheetsFromGroup([in] BSTR groupName, [in] IWebScriptWorld*);
198 HRESULT removeAllUserContentFromGroup([in] BSTR groupName);
H A DIWebView.idl214 @method initWithFrame:frameName:groupName:
222 @param groupName The name of the webView set to which this webView will be added. May be nil.
224 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName;
226 HRESULT initWithFrame([in] RECT frame, [in] BSTR frameName, [in] BSTR groupName);
565 @param groupName The name of the group for this WebView.
567 - (void)setGroupName:(NSString *)groupName;
569 HRESULT setGroupName([in] BSTR groupName);
572 @method groupName
574 - (NSString *)groupName;
[all...]
/external/webkit/WebKit/mac/WebView/
H A DWebViewPrivate.h455 - (id)_initWithFrame:(NSRect)f frameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews;
490 + (void)_addUserScriptToGroup:(NSString *)groupName world:(WebScriptWorld *)world source:(NSString *)source url:(NSURL *)url whitelist:(NSArray *)whitelist blacklist:(NSArray *)blacklist injectionTime:(WebUserScriptInjectionTime)injectionTime;
491 + (void)_addUserStyleSheetToGroup:(NSString *)groupName world:(WebScriptWorld *)world source:(NSString *)source url:(NSURL *)url whitelist:(NSArray *)whitelist blacklist:(NSArray *)blacklist;
492 + (void)_removeUserScriptFromGroup:(NSString *)groupName world:(WebScriptWorld *)world url:(NSURL *)url;
493 + (void)_removeUserStyleSheetFromGroup:(NSString *)groupName world:(WebScriptWorld *)world url:(NSURL *)url;
494 + (void)_removeUserScriptsFromGroup:(NSString *)groupName world:(WebScriptWorld *)world;
495 + (void)_removeUserStyleSheetsFromGroup:(NSString *)groupName world:(WebScriptWorld *)world;
496 + (void)_removeAllUserContentFromGroup:(NSString *)groupName;
H A DWebView.h181 @method initWithFrame:frameName:groupName:
189 @param groupName The name of the webView set to which this webView will be added. May be nil.
192 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName;
526 @param groupName The name of the group for this WebView.
529 - (void)setGroupName:(NSString *)groupName;
532 @method groupName
535 - (NSString *)groupName;
H A DWebView.mm586 - (void)_commonInitializationWithFrameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews
649 [self setGroupName:groupName];
684 - (id)_initWithFrame:(NSRect)f frameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews
703 [self _commonInitializationWithFrameName:frameName groupName:groupName usesDocumentViews:usesDocumentViews];
2236 + (void)_addUserScriptToGroup:(NSString *)groupName world:(WebScriptWorld *)world source:(NSString *)source url:(NSURL *)url
2239 String group(groupName);
2251 + (void)_addUserStyleSheetToGroup:(NSString *)groupName worl
[all...]
/external/webkit/WebCore/page/
H A DPageGroup.cpp79 PageGroup* PageGroup::pageGroup(const String& groupName) argument
81 ASSERT(!groupName.isEmpty());
86 pair<PageGroupMap::iterator, bool> result = pageGroups->add(groupName, 0);
90 result.first->second = new PageGroup(groupName);
H A DPageGroup.h48 static PageGroup* pageGroup(const String& groupName);
H A DPage.h129 const String& groupName() const;
H A DPage.cpp358 const String& Page::groupName() const function in class:WebCore::Page
/external/webkit/WebKit/win/
H A DWebView.h105 /* [in] */ BSTR groupName);
234 /* [in] */ BSTR groupName);
236 virtual HRESULT STDMETHODCALLTYPE groupName(
237 /* [retval][out] */ BSTR *groupName);
654 /* [retval][out] */ BSTR *groupName);
746 virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(BSTR groupName, IWebScriptWorld*, BSTR source, BSTR url,
750 virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(BSTR groupName, IWebScriptWorld*, BSTR source, BSTR url,
753 virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(BSTR groupName, IWebScriptWorld*, BSTR url);
754 virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(BSTR groupName, IWebScriptWorld*, BSTR url);
755 virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(BSTR groupName, IWebScriptWorl
[all...]
H A DWebView.cpp2488 /* [in] */ BSTR groupName)
2562 setGroupName(groupName);
3367 /* [in] */ BSTR groupName)
3371 m_page->setGroupName(String(groupName, SysStringLen(groupName)));
3375 HRESULT STDMETHODCALLTYPE WebView::groupName(
3376 /* [retval][out] */ BSTR* groupName)
3378 *groupName = 0;
3381 String groupNameString = m_page->groupName();
3382 *groupName
[all...]
/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/WebKitTools/DumpRenderTree/mac/
H A DDumpRenderTree.mm283 WebView *webView = [[WebView alloc] initWithFrame:rect frameName:nil groupName:@"org.webkit.DumpRenderTree"];
344 WebView *webView = [[WebView alloc] initWithFrame:NSZeroRect frameName:@"" groupName:@""];
1158 [WebView _removeAllUserContentFromGroup:[webView groupName]];
/external/webkit/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp183 page->setGroupName(frame->page()->groupName());
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp70 extern void webkit_web_view_set_group_name(WebKitWebView* view, const gchar* groupName);
/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/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));
/external/webkit/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp726 void QWEBKIT_EXPORT qt_webpage_setGroupName(QWebPage* page, const QString& groupName);

Completed in 217 milliseconds