Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:groupName

214         @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;
576 HRESULT groupName([out, retval] BSTR* groupName);