Home
last modified time | relevance | path

Searched refs:aDOMNode (Results 1 – 25 of 112) sorted by relevance

12345

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/
H A DSizeTest01.cpp47 void Test01_raw(nsINode* aDOMNode, nsString* aResult) in Test01_raw() argument
57 nsINode* node = aDOMNode; in Test01_raw()
65 void Test01_raw_optimized(nsINode* aDOMNode, nsString* aResult) in Test01_raw_optimized() argument
85 nsINode* node = aDOMNode; in Test01_raw_optimized()
91 void Test01_nsCOMPtr(nsINode* aDOMNode, nsString* aResult) in Test01_nsCOMPtr() argument
94 nsCOMPtr<nsINode> node = aDOMNode; in Test01_nsCOMPtr()
99 void Test01_nsCOMPtr_optimized(nsINode* aDOMNode, nsString* aResult) in Test01_nsCOMPtr_optimized() argument
105 nsCOMPtr<nsINode> node = aDOMNode; in Test01_nsCOMPtr_optimized()
H A DSizeTest03.cpp28 Test03_raw(nsINode* aDOMNode, nsString* aResult) in Test03_raw() argument
38 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw()
50 Test03_raw_optimized(nsINode* aDOMNode, nsString* aResult) in Test03_raw_optimized() argument
57 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw_optimized()
68 Test03_nsCOMPtr(nsINode* aDOMNode, nsString* aResult) in Test03_nsCOMPtr() argument
75 nsresult status = aDOMNode->GetParentNode(getter_AddRefs(parent)); in Test03_nsCOMPtr()
82 Test03_nsCOMPtr_optimized(nsINode* aDOMNode, nsString* aResult) in Test03_nsCOMPtr_optimized() argument
89 nsresult status = aDOMNode->GetParentNode(&temp); in Test03_nsCOMPtr_optimized()
H A DSizeTest02.cpp38 Test02_Raw00(nsISupports* aDOMNode, nsString* aResult) in Test02_Raw00() argument
49 aDOMNode->QueryInterface(NS_GET_IID(nsINode), (void**)&node); in Test02_Raw00()
60 Test02_Raw01(nsISupports* aDOMNode, nsString* aResult) in Test02_Raw01() argument
68 aDOMNode->QueryInterface(NS_GET_IID(nsINode), (void**)&node); in Test02_Raw01()
78 Test02_nsCOMPtr(nsISupports* aDOMNode, nsString* aResult) in Test02_nsCOMPtr() argument
82 nsCOMPtr<nsINode> node = do_QueryInterface(aDOMNode, &status); in Test02_nsCOMPtr()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/
H A DSizeTest01.cpp43 Test01_raw( nsIDOMNode* aDOMNode, nsString* aResult ) in Test01_raw() argument
52 nsIDOMNode* node = aDOMNode; in Test01_raw()
62 Test01_raw_optimized( nsIDOMNode* aDOMNode, nsString* aResult ) in Test01_raw_optimized() argument
82 nsIDOMNode* node = aDOMNode; in Test01_raw_optimized()
89 Test01_nsCOMPtr( nsIDOMNode* aDOMNode, nsString* aResult ) in Test01_nsCOMPtr() argument
92 nsCOMPtr<nsIDOMNode> node = aDOMNode; in Test01_nsCOMPtr()
99 Test01_nsCOMPtr_optimized( nsIDOMNode* aDOMNode, nsString* aResult ) in Test01_nsCOMPtr_optimized() argument
105 nsCOMPtr<nsIDOMNode> node = aDOMNode; in Test01_nsCOMPtr_optimized()
H A DSizeTest03.cpp25 Test03_raw( nsIDOMNode* aDOMNode, nsString* aResult ) in Test03_raw() argument
35 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw()
49 Test03_raw_optimized( nsIDOMNode* aDOMNode, nsString* aResult ) in Test03_raw_optimized() argument
56 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw_optimized()
69 Test03_nsCOMPtr( nsIDOMNode* aDOMNode, nsString* aResult ) in Test03_nsCOMPtr() argument
76 nsresult status = aDOMNode->GetParentNode( getter_AddRefs(parent) ); in Test03_nsCOMPtr()
84 Test03_nsCOMPtr_optimized( nsIDOMNode* aDOMNode, nsString* aResult ) in Test03_nsCOMPtr_optimized() argument
91 nsresult status = aDOMNode->GetParentNode(&temp); in Test03_nsCOMPtr_optimized()
H A DSizeTest02.cpp38 Test02_Raw00( nsISupports* aDOMNode, nsString* aResult ) in Test02_Raw00() argument
48 nsresult status = aDOMNode->QueryInterface(NS_GET_IID(nsIDOMNode), (void**)&node); in Test02_Raw00()
60 Test02_Raw01( nsISupports* aDOMNode, nsString* aResult ) in Test02_Raw01() argument
67 nsresult status = aDOMNode->QueryInterface(NS_GET_IID(nsIDOMNode), (void**)&node); in Test02_Raw01()
78 Test02_nsCOMPtr( nsISupports* aDOMNode, nsString* aResult ) in Test02_nsCOMPtr() argument
82 nsCOMPtr<nsIDOMNode> node = do_QueryInterface(aDOMNode, &status); in Test02_nsCOMPtr()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/tests/
H A DSizeTest01.cpp43 Test01_raw( nsIDOMNode* aDOMNode, nsString* aResult ) in Test01_raw() argument
52 nsIDOMNode* node = aDOMNode; in Test01_raw()
62 Test01_raw_optimized( nsIDOMNode* aDOMNode, nsString* aResult ) in Test01_raw_optimized() argument
82 nsIDOMNode* node = aDOMNode; in Test01_raw_optimized()
89 Test01_nsCOMPtr( nsIDOMNode* aDOMNode, nsString* aResult ) in Test01_nsCOMPtr() argument
92 nsCOMPtr<nsIDOMNode> node = aDOMNode; in Test01_nsCOMPtr()
99 Test01_nsCOMPtr_optimized( nsIDOMNode* aDOMNode, nsString* aResult ) in Test01_nsCOMPtr_optimized() argument
105 nsCOMPtr<nsIDOMNode> node = aDOMNode; in Test01_nsCOMPtr_optimized()
H A DSizeTest03.cpp25 Test03_raw( nsIDOMNode* aDOMNode, nsString* aResult ) in Test03_raw() argument
35 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw()
49 Test03_raw_optimized( nsIDOMNode* aDOMNode, nsString* aResult ) in Test03_raw_optimized() argument
56 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw_optimized()
69 Test03_nsCOMPtr( nsIDOMNode* aDOMNode, nsString* aResult ) in Test03_nsCOMPtr() argument
76 nsresult status = aDOMNode->GetParentNode( getter_AddRefs(parent) ); in Test03_nsCOMPtr()
84 Test03_nsCOMPtr_optimized( nsIDOMNode* aDOMNode, nsString* aResult ) in Test03_nsCOMPtr_optimized() argument
91 nsresult status = aDOMNode->GetParentNode(&temp); in Test03_nsCOMPtr_optimized()
H A DSizeTest02.cpp38 Test02_Raw00( nsISupports* aDOMNode, nsString* aResult ) in Test02_Raw00() argument
48 nsresult status = aDOMNode->QueryInterface(NS_GET_IID(nsIDOMNode), (void**)&node); in Test02_Raw00()
60 Test02_Raw01( nsISupports* aDOMNode, nsString* aResult ) in Test02_Raw01() argument
67 nsresult status = aDOMNode->QueryInterface(NS_GET_IID(nsIDOMNode), (void**)&node); in Test02_Raw01()
78 Test02_nsCOMPtr( nsISupports* aDOMNode, nsString* aResult ) in Test02_nsCOMPtr() argument
82 nsCOMPtr<nsIDOMNode> node = do_QueryInterface(aDOMNode, &status); in Test02_nsCOMPtr()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/
H A DSizeTest01.cpp47 void Test01_raw(nsINode* aDOMNode, nsString* aResult) in Test01_raw() argument
57 nsINode* node = aDOMNode; in Test01_raw()
65 void Test01_raw_optimized(nsINode* aDOMNode, nsString* aResult) in Test01_raw_optimized() argument
85 nsINode* node = aDOMNode; in Test01_raw_optimized()
91 void Test01_nsCOMPtr(nsINode* aDOMNode, nsString* aResult) in Test01_nsCOMPtr() argument
94 nsCOMPtr<nsINode> node = aDOMNode; in Test01_nsCOMPtr()
99 void Test01_nsCOMPtr_optimized(nsINode* aDOMNode, nsString* aResult) in Test01_nsCOMPtr_optimized() argument
105 nsCOMPtr<nsINode> node = aDOMNode; in Test01_nsCOMPtr_optimized()
H A DSizeTest03.cpp28 Test03_raw(nsINode* aDOMNode, nsString* aResult) in Test03_raw() argument
38 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw()
50 Test03_raw_optimized(nsINode* aDOMNode, nsString* aResult) in Test03_raw_optimized() argument
57 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw_optimized()
68 Test03_nsCOMPtr(nsINode* aDOMNode, nsString* aResult) in Test03_nsCOMPtr() argument
75 nsresult status = aDOMNode->GetParentNode(getter_AddRefs(parent)); in Test03_nsCOMPtr()
82 Test03_nsCOMPtr_optimized(nsINode* aDOMNode, nsString* aResult) in Test03_nsCOMPtr_optimized() argument
89 nsresult status = aDOMNode->GetParentNode(&temp); in Test03_nsCOMPtr_optimized()
H A DSizeTest02.cpp38 Test02_Raw00(nsISupports* aDOMNode, nsString* aResult) in Test02_Raw00() argument
49 aDOMNode->QueryInterface(NS_GET_IID(nsINode), (void**)&node); in Test02_Raw00()
60 Test02_Raw01(nsISupports* aDOMNode, nsString* aResult) in Test02_Raw01() argument
68 aDOMNode->QueryInterface(NS_GET_IID(nsINode), (void**)&node); in Test02_Raw01()
78 Test02_nsCOMPtr(nsISupports* aDOMNode, nsString* aResult) in Test02_nsCOMPtr() argument
82 nsCOMPtr<nsINode> node = do_QueryInterface(aDOMNode, &status); in Test02_nsCOMPtr()
/dports/www/firefox/firefox-99.0/xpcom/tests/
H A DSizeTest01.cpp47 void Test01_raw(nsINode* aDOMNode, nsString* aResult) in Test01_raw() argument
57 nsINode* node = aDOMNode; in Test01_raw()
65 void Test01_raw_optimized(nsINode* aDOMNode, nsString* aResult) in Test01_raw_optimized() argument
85 nsINode* node = aDOMNode; in Test01_raw_optimized()
91 void Test01_nsCOMPtr(nsINode* aDOMNode, nsString* aResult) in Test01_nsCOMPtr() argument
94 nsCOMPtr<nsINode> node = aDOMNode; in Test01_nsCOMPtr()
99 void Test01_nsCOMPtr_optimized(nsINode* aDOMNode, nsString* aResult) in Test01_nsCOMPtr_optimized() argument
105 nsCOMPtr<nsINode> node = aDOMNode; in Test01_nsCOMPtr_optimized()
H A DSizeTest03.cpp28 Test03_raw(nsINode* aDOMNode, nsString* aResult) in Test03_raw() argument
38 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw()
50 Test03_raw_optimized(nsINode* aDOMNode, nsString* aResult) in Test03_raw_optimized() argument
57 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw_optimized()
68 Test03_nsCOMPtr(nsINode* aDOMNode, nsString* aResult) in Test03_nsCOMPtr() argument
75 nsresult status = aDOMNode->GetParentNode(getter_AddRefs(parent)); in Test03_nsCOMPtr()
82 Test03_nsCOMPtr_optimized(nsINode* aDOMNode, nsString* aResult) in Test03_nsCOMPtr_optimized() argument
89 nsresult status = aDOMNode->GetParentNode(&temp); in Test03_nsCOMPtr_optimized()
H A DSizeTest02.cpp38 Test02_Raw00(nsISupports* aDOMNode, nsString* aResult) in Test02_Raw00() argument
49 aDOMNode->QueryInterface(NS_GET_IID(nsINode), (void**)&node); in Test02_Raw00()
60 Test02_Raw01(nsISupports* aDOMNode, nsString* aResult) in Test02_Raw01() argument
68 aDOMNode->QueryInterface(NS_GET_IID(nsINode), (void**)&node); in Test02_Raw01()
78 Test02_nsCOMPtr(nsISupports* aDOMNode, nsString* aResult) in Test02_nsCOMPtr() argument
82 nsCOMPtr<nsINode> node = do_QueryInterface(aDOMNode, &status); in Test02_nsCOMPtr()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/
H A DSizeTest01.cpp47 void Test01_raw(nsINode* aDOMNode, nsString* aResult) in Test01_raw() argument
57 nsINode* node = aDOMNode; in Test01_raw()
65 void Test01_raw_optimized(nsINode* aDOMNode, nsString* aResult) in Test01_raw_optimized() argument
85 nsINode* node = aDOMNode; in Test01_raw_optimized()
91 void Test01_nsCOMPtr(nsINode* aDOMNode, nsString* aResult) in Test01_nsCOMPtr() argument
94 nsCOMPtr<nsINode> node = aDOMNode; in Test01_nsCOMPtr()
99 void Test01_nsCOMPtr_optimized(nsINode* aDOMNode, nsString* aResult) in Test01_nsCOMPtr_optimized() argument
105 nsCOMPtr<nsINode> node = aDOMNode; in Test01_nsCOMPtr_optimized()
H A DSizeTest03.cpp28 Test03_raw(nsINode* aDOMNode, nsString* aResult) in Test03_raw() argument
38 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw()
50 Test03_raw_optimized(nsINode* aDOMNode, nsString* aResult) in Test03_raw_optimized() argument
57 nsresult status = aDOMNode->GetParentNode(&parent); in Test03_raw_optimized()
68 Test03_nsCOMPtr(nsINode* aDOMNode, nsString* aResult) in Test03_nsCOMPtr() argument
75 nsresult status = aDOMNode->GetParentNode(getter_AddRefs(parent)); in Test03_nsCOMPtr()
82 Test03_nsCOMPtr_optimized(nsINode* aDOMNode, nsString* aResult) in Test03_nsCOMPtr_optimized() argument
89 nsresult status = aDOMNode->GetParentNode(&temp); in Test03_nsCOMPtr_optimized()
H A DSizeTest02.cpp38 Test02_Raw00(nsISupports* aDOMNode, nsString* aResult) in Test02_Raw00() argument
49 aDOMNode->QueryInterface(NS_GET_IID(nsINode), (void**)&node); in Test02_Raw00()
60 Test02_Raw01(nsISupports* aDOMNode, nsString* aResult) in Test02_Raw01() argument
68 aDOMNode->QueryInterface(NS_GET_IID(nsINode), (void**)&node); in Test02_Raw01()
78 Test02_nsCOMPtr(nsISupports* aDOMNode, nsString* aResult) in Test02_nsCOMPtr() argument
82 nsCOMPtr<nsINode> node = do_QueryInterface(aDOMNode, &status); in Test02_nsCOMPtr()
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/browser/
H A DnsContextMenuInfo.cpp189 NS_ENSURE_ARG(aDOMNode); in GetImageRequest()
193 nsCOMPtr<nsIImageLoadingContent> content(do_QueryInterface(aDOMNode)); in GetImageRequest()
200 nsContextMenuInfo::HasBackgroundImage(nsIDOMNode* aDOMNode) in HasBackgroundImage() argument
202 NS_ENSURE_TRUE(aDOMNode, false); in HasBackgroundImage()
205 GetBackgroundImageRequest(aDOMNode, getter_AddRefs(request)); in HasBackgroundImage()
211 nsContextMenuInfo::GetBackgroundImageRequest(nsIDOMNode* aDOMNode, in GetBackgroundImageRequest() argument
215 NS_ENSURE_ARG(aDOMNode); in GetBackgroundImageRequest()
218 nsCOMPtr<nsIDOMNode> domNode = aDOMNode; in GetBackgroundImageRequest()
249 nsContextMenuInfo::GetBackgroundImageRequestInternal(nsIDOMNode* aDOMNode, in GetBackgroundImageRequestInternal() argument
252 NS_ENSURE_ARG_POINTER(aDOMNode); in GetBackgroundImageRequestInternal()
[all …]
H A DnsContextMenuInfo.h38 nsresult GetImageRequest(nsIDOMNode* aDOMNode, imgIRequest** aRequest);
40 bool HasBackgroundImage(nsIDOMNode* aDOMNode);
42 nsresult GetBackgroundImageRequest(nsIDOMNode* aDOMNode,
45 nsresult GetBackgroundImageRequestInternal(nsIDOMNode* aDOMNode,
/dports/science/jmol/jmol-14.32.7/src/org/jmol/io/
H A DDOMReader.java36 private Object[] aDOMNode = new Object[1]; field in DOMReader
45 aDOMNode[0] = DOMNode; in set()
60 info= vwr.apiPlatform.getJsObjectInfo(aDOMNode, null, null); in run()
69 aDOMNode, htParams); in run()
/dports/www/firefox/firefox-99.0/widget/
H A DnsBaseDragService.cpp284 NS_ENSURE_TRUE(aDOMNode, NS_ERROR_INVALID_ARG); in InvokeDragSession()
288 mSourceDocument = aDOMNode->OwnerDoc(); in InvokeDragSession()
291 mSourceNode = aDOMNode; in InvokeDragSession()
389 aDOMNode ? aDOMNode->OwnerDoc()->GetWindowContext() : nullptr; in InvokeDragSessionWithImage()
401 if (aDOMNode && aDOMNode->IsContent() && !aImage) { in InvokeDragSessionWithImage()
402 if (aDOMNode->NodeInfo()->Equals(nsGkAtoms::treechildren, in InvokeDragSessionWithImage()
693 static PresShell* GetPresShellForContent(nsINode* aDOMNode) { in GetPresShellForContent() argument
694 nsCOMPtr<nsIContent> content = do_QueryInterface(aDOMNode); in GetPresShellForContent()
706 nsresult nsBaseDragService::DrawDrag(nsINode* aDOMNode, in DrawDrag() argument
720 nsCOMPtr<nsINode> dragNode = mImage ? mImage.get() : aDOMNode; in DrawDrag()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsBaseDragService.cpp249 NS_ENSURE_TRUE(aDOMNode, NS_ERROR_INVALID_ARG); in InvokeDragSession()
253 mSourceDocument = aDOMNode->OwnerDoc(); in InvokeDragSession()
256 mSourceNode = aDOMNode; in InvokeDragSession()
359 if (aDOMNode && aDOMNode->IsContent() && !aImage) { in InvokeDragSessionWithImage()
360 if (aDOMNode->NodeInfo()->Equals(nsGkAtoms::treechildren, in InvokeDragSessionWithImage()
363 do_QueryFrame(aDOMNode->AsContent()->GetPrimaryFrame()); in InvokeDragSessionWithImage()
643 static PresShell* GetPresShellForContent(nsINode* aDOMNode) { in GetPresShellForContent() argument
644 nsCOMPtr<nsIContent> content = do_QueryInterface(aDOMNode); in GetPresShellForContent()
656 nsresult nsBaseDragService::DrawDrag(nsINode* aDOMNode, in DrawDrag() argument
670 nsCOMPtr<nsINode> dragNode = mImage ? mImage.get() : aDOMNode; in DrawDrag()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsBaseDragService.cpp252 NS_ENSURE_TRUE(aDOMNode, NS_ERROR_INVALID_ARG); in InvokeDragSession()
256 mSourceDocument = aDOMNode->OwnerDoc(); in InvokeDragSession()
259 mSourceNode = aDOMNode; in InvokeDragSession()
364 if (aDOMNode && aDOMNode->IsContent() && !aImage) { in InvokeDragSessionWithImage()
365 if (aDOMNode->NodeInfo()->Equals(nsGkAtoms::treechildren, in InvokeDragSessionWithImage()
368 do_QueryFrame(aDOMNode->AsContent()->GetPrimaryFrame()); in InvokeDragSessionWithImage()
650 static PresShell* GetPresShellForContent(nsINode* aDOMNode) { in GetPresShellForContent() argument
651 nsCOMPtr<nsIContent> content = do_QueryInterface(aDOMNode); in GetPresShellForContent()
663 nsresult nsBaseDragService::DrawDrag(nsINode* aDOMNode, in DrawDrag() argument
677 nsCOMPtr<nsINode> dragNode = mImage ? mImage.get() : aDOMNode; in DrawDrag()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsBaseDragService.cpp252 NS_ENSURE_TRUE(aDOMNode, NS_ERROR_INVALID_ARG); in InvokeDragSession()
256 mSourceDocument = aDOMNode->OwnerDoc(); in InvokeDragSession()
259 mSourceNode = aDOMNode; in InvokeDragSession()
364 if (aDOMNode && aDOMNode->IsContent() && !aImage) { in InvokeDragSessionWithImage()
365 if (aDOMNode->NodeInfo()->Equals(nsGkAtoms::treechildren, in InvokeDragSessionWithImage()
368 do_QueryFrame(aDOMNode->AsContent()->GetPrimaryFrame()); in InvokeDragSessionWithImage()
650 static PresShell* GetPresShellForContent(nsINode* aDOMNode) { in GetPresShellForContent() argument
651 nsCOMPtr<nsIContent> content = do_QueryInterface(aDOMNode); in GetPresShellForContent()
663 nsresult nsBaseDragService::DrawDrag(nsINode* aDOMNode, in DrawDrag() argument
677 nsCOMPtr<nsINode> dragNode = mImage ? mImage.get() : aDOMNode; in DrawDrag()
[all …]

12345