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

  /external/webkit/JavaScriptCore/yarr/
RegexParser.h 48 template<class Delegate>
52 friend const char* parse(FriendDelegate& delegate, const UString& pattern, unsigned backReferenceLimit);
73 * implements enough of the delegate interface such that it can be passed to
79 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err)
80 : m_delegate(delegate)
169 // parseEscape() should never call these delegate methods when
184 Delegate& m_delegate;
194 Parser(Delegate& delegate, const UString& pattern, unsigned backReferenceLimit
    [all...]
  /external/webkit/WebKit/chromium/src/
DevToolsRPC.h 63 // DevToolsRPC::Delegate* transport;
244 delegate->Method(); \
250 delegate->Method(RpcTypeTrait<T1>::parse(args[0])); \
256 delegate->Method( \
265 delegate->Method( \
275 delegate->Method( \
286 delegate->Method( \
301 // the serialized message into its delegate.
325 explicit Class##Stub(Delegate* delegate) : DevToolsRPC(delegate) { }
    [all...]
WebDevToolsAgentImpl.h 65 public DevToolsRPC::Delegate {
95 // DevToolsRPC::Delegate implementation.
DevToolsRPCJS.h 108 JS##Class##BoundObj(Delegate* rpcDelegate, \
WebDevToolsFrontendImpl.h 62 , public DevToolsRPC::Delegate
71 // DevToolsRPC::Delegate implementation.
WebDevToolsAgentImpl.cpp 123 class IORPCDelegate : public DevToolsRPC::Delegate, public Noncopyable {
  /prebuilt/common/osgi/
osgi.jar 
  /external/v8/src/
string.js 205 // Delegate to one of the regular expression variants if necessary.
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 107 milliseconds