Searched refs:m_delegate (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrParser.h79 : m_delegate(delegate)
93 m_delegate.atomCharacterClassBegin(invert);
117 m_delegate.atomCharacterClassAtom('-');
132 m_delegate.atomCharacterClassAtom(m_character);
142 m_delegate.atomCharacterClassRange(m_character, ch);
154 m_delegate.atomCharacterClassAtom(ch);
170 m_delegate.atomCharacterClassAtom(m_character);
175 m_delegate.atomCharacterClassBuiltIn(classID, invert);
187 m_delegate.atomCharacterClassAtom(m_character);
188 m_delegate
219 Delegate& m_delegate; member in class:JSC::Yarr::Parser::CharacterClassParserDelegate
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownloadCurl.cpp65 m_delegate = delegate;
93 if (m_delegate)
94 m_delegate->didBegin(this);
165 if (m_delegate) {
168 m_delegate->didReceiveResponse(this, webResponse.get());
174 m_delegate->decideDestinationWithSuggestedFilename(this, suggestedFilenameBSTR);
182 if (m_delegate)
183 m_delegate->didReceiveDataOfLength(this, size);
190 if (m_delegate)
191 m_delegate
[all...]
H A DWebDownloadCFNet.cpp75 m_delegate = delegate ? delegate : DefaultDownloadDelegate::sharedInstance();
106 m_delegate = delegate ? delegate : DefaultDownloadDelegate::sharedInstance();
107 LOG_ERROR("Delegate is %p", m_delegate.get());
138 m_delegate = delegate;
139 LOG(Download, "Delegate is %p", m_delegate.get());
176 m_delegate = delegate;
177 LOG(Download, "Delegate is %p", m_delegate.get());
314 m_delegate->didFailWithError(this, webError.get());
358 if (FAILED(m_delegate->didBegin(this)))
368 if (FAILED(m_delegate
[all...]
H A DWebScrollBar.h139 COMPtr<IWebScrollBarDelegatePrivate> m_delegate; member in class:WebScrollBar
H A DWebScrollBar.cpp103 m_delegate = delegate;
269 m_delegate->valueChanged(this);
H A DWebDownload.h147 COMPtr<IWebDownloadDelegate> m_delegate; member in class:WebDownload
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm60 ASSERT(!m_delegate);
62 m_delegate = adoptNS([[WKDownloadAsDelegate alloc] initWithDownload:this]);
63 m_nsURLDownload = adoptNS([[NSURLDownload alloc] initWithRequest:m_request.nsURLRequest(UpdateHTTPBody) delegate:m_delegate.get()]);
72 ASSERT(!m_delegate);
74 m_delegate = adoptNS([[WKDownloadAsDelegate alloc] initWithDownload:this]);
78 delegate:m_delegate.get()
96 ASSERT(m_delegate);
98 [m_delegate.get() invalidate];
99 m_delegate = nullptr;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h253 RetainPtr<NSObject> m_delegate; member in class:WebCore::PlatformCALayer
255 RetainPtr<void> m_delegate; member in class:WebCore::PlatformCALayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm132 if (m_delegate)
133 [static_cast<WebAnimationDelegate*>(m_delegate.get()) setOwner:this];
295 [static_cast<WebAnimationDelegate*>(m_delegate.get()) setOwner:nil];
434 if (!m_delegate) {
436 m_delegate = adoptNS(webAnimationDelegate);
442 [propertyAnimation setDelegate:static_cast<id>(m_delegate.get())];
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DResourceHandleMac.mm251 if (!d->m_delegate) {
255 d->m_delegate = delegate;
258 return d->m_delegate.get();
263 if (!d->m_delegate)
265 [d->m_delegate.get() detachHandle];
266 d->m_delegate = nil;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceHandleInternal.h161 RetainPtr<id> m_delegate; member in class:WebCore::ResourceHandleInternal
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownload.h135 RetainPtr<WKDownloadAsDelegate> m_delegate; member in class:WebKit::Download

Completed in 311 milliseconds