Home
last modified time | relevance | path

Searched refs:NS_IMETHOD_ (Results 1 – 25 of 871) sorted by relevance

12345678910>>...35

/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DnsITextControlElement.h59 NS_IMETHOD_(bool) IsTextArea() const = 0;
71 NS_IMETHOD_(int32_t) GetCols() = 0;
76 NS_IMETHOD_(int32_t) GetWrapCols() = 0;
82 NS_IMETHOD_(int32_t) GetRows() = 0;
92 NS_IMETHOD_(bool) ValueChanged() const = 0;
101 NS_IMETHOD_(void)
167 NS_IMETHOD_(void) EnablePreview() = 0;
172 NS_IMETHOD_(bool) IsPreviewEnabled() = 0;
193 NS_IMETHOD_(bool) GetPreviewVisibility() = 0;
198 NS_IMETHOD_(void)
[all …]
H A DHTMLTextAreaElement.h86 NS_IMETHOD_(bool) IsTextArea() const override;
88 NS_IMETHOD_(int32_t) GetCols() override;
89 NS_IMETHOD_(int32_t) GetWrapCols() override;
90 NS_IMETHOD_(int32_t) GetRows() override;
92 NS_IMETHOD_(bool) ValueChanged() const override;
93 NS_IMETHOD_(void)
103 NS_IMETHOD_(Element*) GetPreviewNode() override;
109 NS_IMETHOD_(void) EnablePreview() override;
110 NS_IMETHOD_(bool) IsPreviewEnabled() override;
112 NS_IMETHOD_(void)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsITextControlElement.h54 NS_IMETHOD_(bool) IsTextArea() const = 0;
60 NS_IMETHOD_(bool) IsPlainTextControl() const = 0;
66 NS_IMETHOD_(bool) IsPasswordTextControl() const = 0;
72 NS_IMETHOD_(int32_t) GetCols() = 0;
77 NS_IMETHOD_(int32_t) GetWrapCols() = 0;
83 NS_IMETHOD_(int32_t) GetRows() = 0;
93 NS_IMETHOD_(bool) ValueChanged() const = 0;
109 NS_IMETHOD_(nsIEditor*) GetTextEditor() = 0;
142 NS_IMETHOD_(nsIContent*) GetRootEditorNode() = 0;
167 NS_IMETHOD_(bool) GetPlaceholderVisibility() = 0;
[all …]
H A DHTMLTextAreaElement.h89 NS_IMETHOD_(bool) IsTextArea() const override;
90 NS_IMETHOD_(bool) IsPlainTextControl() const override;
92 NS_IMETHOD_(int32_t) GetCols() override;
93 NS_IMETHOD_(int32_t) GetWrapCols() override;
94 NS_IMETHOD_(int32_t) GetRows() override;
96 NS_IMETHOD_(bool) ValueChanged() const override;
98 NS_IMETHOD_(nsIEditor*) GetTextEditor() override;
104 NS_IMETHOD_(nsIContent*) GetRootEditorNode() override;
106 NS_IMETHOD_(Element*) GetPlaceholderNode() override;
108 NS_IMETHOD_(bool) GetPlaceholderVisibility() override;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/htmlparser/
H A DnsIParser.h82 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink)=0;
90 NS_IMETHOD_(nsIContentSink*) GetContentSink(void)=0;
101 NS_IMETHOD_(void) GetCommand(nsCString& aCommand)=0;
102 NS_IMETHOD_(void) SetCommand(const char* aCommand)=0;
103 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand)=0;
115 NS_IMETHOD_(void) GetDocumentCharset(nsACString& oCharset, int32_t& oSource)=0;
153 NS_IMETHOD_(void) BlockParser() = 0;
159 NS_IMETHOD_(void) UnblockParser() = 0;
164 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() = 0;
166 NS_IMETHOD_(bool) IsParserEnabled() override = 0;
[all …]
H A DnsIDTD.h92 NS_IMETHOD_(bool) CanContain(int32_t aParent,int32_t aChild) const = 0;
102 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const = 0;
114 NS_IMETHOD_(void) Terminate() = 0;
116 NS_IMETHOD_(int32_t) GetType() = 0;
122 NS_IMETHOD_(nsDTDMode) GetMode() const = 0;
131 NS_IMETHOD_(bool) CanContain(int32_t aParent,int32_t aChild) const override;\
132 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const override;\
133 NS_IMETHOD_(void) Terminate() override;\
134 NS_IMETHOD_(int32_t) GetType() override;\
135 NS_IMETHOD_(nsDTDMode) GetMode() const override;
H A DnsParser.h100 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink) override;
108 NS_IMETHOD_(nsIContentSink*) GetContentSink(void) override;
119 NS_IMETHOD_(void) GetCommand(nsCString& aCommand) override;
120 NS_IMETHOD_(void) SetCommand(const char* aCommand) override;
121 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand) override;
134 NS_IMETHOD_(void) GetDocumentCharset(nsACString& aCharset, int32_t& aSource) override in GetDocumentCharset()
167 NS_IMETHOD_(void) BlockParser() override;
168 NS_IMETHOD_(void) UnblockParser() override;
169 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() override;
178 NS_IMETHOD_(bool) IsParserEnabled() override;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsCycleCollectionParticipant.h121 NS_IMETHOD_(void) Root(void* aPtr) = 0;
122 NS_IMETHOD_(void) Unlink(void* aPtr) = 0;
123 NS_IMETHOD_(void) Unroot(void* aPtr) = 0;
124 NS_IMETHOD_(const char*) ClassName() = 0;
154 NS_IMETHOD_(void) DeleteCycleCollectable(void* aPtr) = 0;
162 NS_IMETHOD_(bool) CanSkipInCCReal(void* aPtr) in CanSkipInCCReal()
167 NS_IMETHOD_(bool) CanSkipThisReal(void* aPtr) in CanSkipThisReal()
211 NS_IMETHOD_(void) Root(void* aPtr) override;
212 NS_IMETHOD_(void) Unroot(void* aPtr) override;
537 NS_IMETHOD_(void) Unlink(void *p) override;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/parser/htmlparser/
H A DnsIDTD.h92 NS_IMETHOD_(bool) CanContain(int32_t aParent, int32_t aChild) const = 0;
102 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const = 0;
114 NS_IMETHOD_(void) Terminate() = 0;
116 NS_IMETHOD_(int32_t) GetType() = 0;
122 NS_IMETHOD_(nsDTDMode) GetMode() const = 0;
134 NS_IMETHOD_(bool) \ in InitialTranslationCompleted()
136 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const override; \
137 NS_IMETHOD_(void) Terminate() override; \
138 NS_IMETHOD_(int32_t) GetType() override; \
139 NS_IMETHOD_(nsDTDMode) GetMode() const override;
H A DnsIParser.h75 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink) = 0;
82 NS_IMETHOD_(nsIContentSink*) GetContentSink(void) = 0;
93 NS_IMETHOD_(void) GetCommand(nsCString& aCommand) = 0;
94 NS_IMETHOD_(void) SetCommand(const char* aCommand) = 0;
95 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand) = 0;
147 NS_IMETHOD_(void) BlockParser() = 0;
153 NS_IMETHOD_(void) UnblockParser() = 0;
158 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() = 0;
160 NS_IMETHOD_(bool) IsParserEnabled() override = 0;
161 NS_IMETHOD_(bool) IsComplete() = 0;
/dports/www/firefox/firefox-99.0/parser/htmlparser/
H A DnsIParser.h75 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink) = 0;
82 NS_IMETHOD_(nsIContentSink*) GetContentSink(void) = 0;
93 NS_IMETHOD_(void) GetCommand(nsCString& aCommand) = 0;
94 NS_IMETHOD_(void) SetCommand(const char* aCommand) = 0;
95 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand) = 0;
132 NS_IMETHOD_(void) BlockParser() = 0;
138 NS_IMETHOD_(void) UnblockParser() = 0;
143 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() = 0;
145 NS_IMETHOD_(bool) IsParserEnabled() override = 0;
146 NS_IMETHOD_(bool) IsComplete() = 0;
/dports/mail/thunderbird/thunderbird-91.8.0/parser/htmlparser/
H A DnsIDTD.h92 NS_IMETHOD_(bool) CanContain(int32_t aParent, int32_t aChild) const = 0;
102 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const = 0;
114 NS_IMETHOD_(void) Terminate() = 0;
116 NS_IMETHOD_(int32_t) GetType() = 0;
122 NS_IMETHOD_(nsDTDMode) GetMode() const = 0;
134 NS_IMETHOD_(bool) \
136 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const override; \
137 NS_IMETHOD_(void) Terminate() override; \
138 NS_IMETHOD_(int32_t) GetType() override; \
139 NS_IMETHOD_(nsDTDMode) GetMode() const override;
H A DnsIParser.h75 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink) = 0;
82 NS_IMETHOD_(nsIContentSink*) GetContentSink(void) = 0;
93 NS_IMETHOD_(void) GetCommand(nsCString& aCommand) = 0;
94 NS_IMETHOD_(void) SetCommand(const char* aCommand) = 0;
95 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand) = 0;
147 NS_IMETHOD_(void) BlockParser() = 0;
153 NS_IMETHOD_(void) UnblockParser() = 0;
158 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() = 0;
160 NS_IMETHOD_(bool) IsParserEnabled() override = 0;
161 NS_IMETHOD_(bool) IsComplete() = 0;
/dports/lang/spidermonkey60/firefox-60.9.0/parser/htmlparser/
H A DnsIDTD.h92 NS_IMETHOD_(bool) CanContain(int32_t aParent, int32_t aChild) const = 0;
102 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const = 0;
114 NS_IMETHOD_(void) Terminate() = 0;
116 NS_IMETHOD_(int32_t) GetType() = 0;
122 NS_IMETHOD_(nsDTDMode) GetMode() const = 0;
134 NS_IMETHOD_(bool) \
136 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const override; \
137 NS_IMETHOD_(void) Terminate() override; \
138 NS_IMETHOD_(int32_t) GetType() override; \
139 NS_IMETHOD_(nsDTDMode) GetMode() const override;
H A DnsIParser.h75 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink) = 0;
82 NS_IMETHOD_(nsIContentSink*) GetContentSink(void) = 0;
93 NS_IMETHOD_(void) GetCommand(nsCString& aCommand) = 0;
94 NS_IMETHOD_(void) SetCommand(const char* aCommand) = 0;
95 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand) = 0;
145 NS_IMETHOD_(void) BlockParser() = 0;
151 NS_IMETHOD_(void) UnblockParser() = 0;
156 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() = 0;
158 NS_IMETHOD_(bool) IsParserEnabled() override = 0;
159 NS_IMETHOD_(bool) IsComplete() = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/parser/htmlparser/
H A DnsIDTD.h92 NS_IMETHOD_(bool) CanContain(int32_t aParent, int32_t aChild) const = 0;
102 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const = 0;
114 NS_IMETHOD_(void) Terminate() = 0;
116 NS_IMETHOD_(int32_t) GetType() = 0;
122 NS_IMETHOD_(nsDTDMode) GetMode() const = 0;
134 NS_IMETHOD_(bool) \
136 NS_IMETHOD_(bool) IsContainer(int32_t aTag) const override; \
137 NS_IMETHOD_(void) Terminate() override; \
138 NS_IMETHOD_(int32_t) GetType() override; \
139 NS_IMETHOD_(nsDTDMode) GetMode() const override;
H A DnsIParser.h75 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink) = 0;
82 NS_IMETHOD_(nsIContentSink*) GetContentSink(void) = 0;
93 NS_IMETHOD_(void) GetCommand(nsCString& aCommand) = 0;
94 NS_IMETHOD_(void) SetCommand(const char* aCommand) = 0;
95 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand) = 0;
145 NS_IMETHOD_(void) BlockParser() = 0;
151 NS_IMETHOD_(void) UnblockParser() = 0;
156 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() = 0;
158 NS_IMETHOD_(bool) IsParserEnabled() override = 0;
159 NS_IMETHOD_(bool) IsComplete() = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5Parser.h45 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink) override;
50 NS_IMETHOD_(nsIContentSink*) GetContentSink() override;
55 NS_IMETHOD_(void) GetCommand(nsCString& aCommand) override;
60 NS_IMETHOD_(void) SetCommand(const char* aCommand) override;
65 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand) override;
79 NS_IMETHOD_(void) GetDocumentCharset(nsACString& aCharset, int32_t& aSource) override in GetDocumentCharset()
109 NS_IMETHOD_(void) BlockParser() override;
114 NS_IMETHOD_(void) UnblockParser() override;
119 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() override;
124 NS_IMETHOD_(bool) IsParserEnabled() override;
[all …]
/dports/www/firefox/firefox-99.0/parser/prototype/
H A DPrototypeDocumentParser.h47 NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink) override;
49 NS_IMETHOD_(nsIContentSink*) GetContentSink() override;
51 NS_IMETHOD_(void) GetCommand(nsCString& aCommand) override {} in GetCommand()
53 NS_IMETHOD_(void) SetCommand(const char* aCommand) override {} in SetCommand()
55 NS_IMETHOD_(void) SetCommand(eParserCommands aParserCommand) override {} in SetCommand()
67 NS_IMETHOD_(void) BlockParser() override {} in BlockParser()
69 NS_IMETHOD_(void) UnblockParser() override {} in UnblockParser()
71 NS_IMETHOD_(void) ContinueInterruptedParsingAsync() override {} in ContinueInterruptedParsingAsync()
73 NS_IMETHOD_(bool) IsParserEnabled() override { return true; } in IsParserEnabled()
75 NS_IMETHOD_(bool) IsComplete() override;
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DFrozenImage.h39 NS_IMETHOD_(already_AddRefed<SourceSurface>)
41 NS_IMETHOD_(already_AddRefed<SourceSurface>)
44 NS_IMETHOD_(bool)
47 NS_IMETHOD_(already_AddRefed<layers::ImageContainer>)
49 NS_IMETHOD_(bool)
53 NS_IMETHOD_(ImgDrawResult)
59 NS_IMETHOD_(ImgDrawResult)
65 NS_IMETHOD_(bool)
67 NS_IMETHOD_(DecodeResult)
71 NS_IMETHOD_(void) RequestRefresh(const TimeStamp& aTime) override;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DFrozenImage.h37 NS_IMETHOD_(already_AddRefed<SourceSurface>)
39 NS_IMETHOD_(already_AddRefed<SourceSurface>)
42 NS_IMETHOD_(bool)
45 NS_IMETHOD_(already_AddRefed<layers::ImageContainer>)
47 NS_IMETHOD_(bool)
51 NS_IMETHOD_(ImgDrawResult)
57 NS_IMETHOD_(ImgDrawResult)
63 NS_IMETHOD_(bool)
65 NS_IMETHOD_(DecodeResult)
69 NS_IMETHOD_(void) RequestRefresh(const TimeStamp& aTime) override;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DFrozenImage.h39 NS_IMETHOD_(already_AddRefed<SourceSurface>)
41 NS_IMETHOD_(already_AddRefed<SourceSurface>)
44 NS_IMETHOD_(bool)
47 NS_IMETHOD_(already_AddRefed<layers::ImageContainer>)
49 NS_IMETHOD_(bool)
53 NS_IMETHOD_(ImgDrawResult)
59 NS_IMETHOD_(ImgDrawResult)
65 NS_IMETHOD_(bool)
67 NS_IMETHOD_(DecodeResult)
71 NS_IMETHOD_(void) RequestRefresh(const TimeStamp& aTime) override;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsCycleCollectionParticipant.h150 NS_IMETHOD_(void) Root(void* aPtr) = 0;
151 NS_IMETHOD_(void) Unlink(void* aPtr) = 0;
152 NS_IMETHOD_(void) Unroot(void* aPtr) = 0;
153 NS_IMETHOD_(const char*) ClassName() = 0;
155 NS_IMETHOD_(void)
253 NS_IMETHOD_(void)
265 NS_IMETHOD_(void) Root(void* aPtr) override;
266 NS_IMETHOD_(void) Unroot(void* aPtr) override;
268 NS_IMETHOD_(void)
588 NS_IMETHOD_(void) Unlink(void* p) override;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsCycleCollectionParticipant.h140 NS_IMETHOD_(void) Root(void* aPtr) = 0;
141 NS_IMETHOD_(void) Unlink(void* aPtr) = 0;
142 NS_IMETHOD_(void) Unroot(void* aPtr) = 0;
143 NS_IMETHOD_(const char*) ClassName() = 0;
145 NS_IMETHOD_(void)
239 NS_IMETHOD_(void)
251 NS_IMETHOD_(void) Root(void* aPtr) override;
252 NS_IMETHOD_(void) Unroot(void* aPtr) override;
254 NS_IMETHOD_(void)
575 NS_IMETHOD_(void) Unlink(void* p) override;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsCycleCollectionParticipant.h158 NS_IMETHOD_(void) Root(void* aPtr) = 0;
159 NS_IMETHOD_(void) Unlink(void* aPtr) = 0;
160 NS_IMETHOD_(void) Unroot(void* aPtr) = 0;
161 NS_IMETHOD_(const char*) ClassName() = 0;
163 NS_IMETHOD_(void)
261 NS_IMETHOD_(void)
273 NS_IMETHOD_(void) Root(void* aPtr) override;
274 NS_IMETHOD_(void) Unroot(void* aPtr) override;
276 NS_IMETHOD_(void)
593 NS_IMETHOD_(void) Unlink(void* p) override;
[all …]

12345678910>>...35