HomeSort by relevance Sort by last modified time
    Searched refs:m_delegate (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebKit/chromium/src/
ProfilerAgentImpl.h 40 ProfilerAgentImpl(ProfilerAgentDelegate* delegate) : m_delegate(delegate) { }
52 ProfilerAgentDelegate* m_delegate; member in class:WebKit::ProfilerAgentImpl
ProfilerAgentImpl.cpp 40 m_delegate->didGetActiveProfilerModules(v8::V8::GetActiveProfilerModules());
49 m_delegate->didGetLogLines(position, buffer);
DebuggerAgentImpl.h 93 DebuggerAgentDelegate* m_delegate; member in class:WebKit::DebuggerAgentImpl
DebuggerAgentImpl.cpp 65 , m_delegate(delegate)
79 m_delegate->setContextId(m_webdevtoolsAgent->hostId());
90 m_delegate->debuggerOutput(command);
DevToolsRPC.h 374 explicit DevToolsRPC(Delegate* delegate) : m_delegate(delegate) { }
388 this->m_delegate->sendRpcMessage(data);
391 Delegate* m_delegate; member in class:WebKit::DevToolsRPC
  /external/webkit/JavaScriptCore/yarr/
RegexParser.h 80 : m_delegate(delegate)
93 m_delegate.atomCharacterClassBegin(invert);
117 m_delegate.atomCharacterClassAtom(m_character);
124 m_delegate.atomCharacterClassRange(m_character, ch);
155 m_delegate.atomCharacterClassBuiltIn(classID, invert);
166 m_delegate.atomCharacterClassEnd();
178 m_delegate.atomCharacterClassAtom(m_character);
180 m_delegate.atomCharacterClassAtom('-');
184 Delegate& m_delegate; member in class:JSC::Yarr::Parser::CharacterClassParserDelegate
195 : m_delegate(delegate
    [all...]
  /external/emma/core/java12/com/vladium/util/
IProperties.java 151 if ((value == null) && (m_delegate != null))
153 value = m_delegate.getProperty (key, null);
182 for (PropertiesImpl delegate = m_delegate; delegate != null; delegate = delegate.m_delegate)
230 return m_valueMap.isEmpty () && ((m_delegate == null) || ((m_delegate != null) && m_delegate.isEmpty ()));
304 m_delegate = null;
315 if (m_delegate != null)
316 result.addAll (m_delegate.unmappedKeySet ())
356 private PropertiesImpl m_delegate; field in class:IProperties.Factory.PropertiesImpl
    [all...]
  /external/webkit/WebKit/win/
WebIconFetcher.cpp 41 , m_delegate(delegate)
51 m_delegate->finishedLoadingIcon(m_fetcher, memoryStream.get());
60 COMPtr<IWebIconFetcherDelegate> m_delegate; member in class:WebIconFetcherClient
WebDownloadCFNet.cpp 76 m_delegate = delegate ? delegate : DefaultDownloadDelegate::sharedInstance();
107 m_delegate = delegate ? delegate : DefaultDownloadDelegate::sharedInstance();
108 LOG_ERROR("Delegate is %p", m_delegate.get());
139 m_delegate = delegate;
140 LOG(Download, "Delegate is %p", m_delegate.get());
177 m_delegate = delegate;
178 LOG(Download, "Delegate is %p", m_delegate.get());
315 m_delegate->didFailWithError(this, webError.get());
359 if (FAILED(m_delegate->didBegin(this)))
369 if (FAILED(m_delegate->willSendRequest(this, webRequest.get(), webResponse.get(), &finalRequest))
    [all...]
WebScrollBar.h 130 COMPtr<IWebScrollBarDelegatePrivate> m_delegate; member in class:WebScrollBar
WebDownload.h 138 COMPtr<IWebDownloadDelegate> m_delegate; member in class:WebDownload
WebScrollBar.cpp 104 m_delegate = delegate;
261 m_delegate->valueChanged(this);
  /external/webkit/WebCore/platform/network/
ResourceHandleInternal.h 166 RetainPtr<WebCoreResourceHandleAsDelegate> m_delegate; member in class:WebCore::ResourceHandleInternal
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 411 appLoader = new InstrClassLoader (m_delegate, m_coveragePath, forcedDelegationFilter, throughDelegationFilter, loadHook, classIOCache);
831 m_delegate = delegate;
897 private final ClassLoader m_delegate; field in class:AppRunner
    [all...]
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 337 if (!d->m_delegate) {
339 d->m_delegate = delegate;
342 return d->m_delegate.get();
347 if (!d->m_delegate)
351 [d->m_delegate.get() detachHandle];
352 d->m_delegate = nil;
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 303 milliseconds