CallbackDispatcher 87 Source/modules/filesystem/InspectorFileSystemAgent.cpp static PassOwnPtr<CallbackDispatcher> create(PassRefPtr<Handler> handler, HandlingMethod handlingMethod) CallbackDispatcher 89 Source/modules/filesystem/InspectorFileSystemAgent.cpp return adoptPtr(new CallbackDispatcher(handler, handlingMethod)); CallbackDispatcher 98 Source/modules/filesystem/InspectorFileSystemAgent.cpp CallbackDispatcher(PassRefPtr<Handler> handler, HandlingMethod handlingMethod) CallbackDispatcher 110 Source/modules/filesystem/InspectorFileSystemAgent.cpp static PassOwnPtr<CallbackDispatcher<BaseCallback, Handler, Argument> > create(Handler* handler, bool (Handler::*handlingMethod)(Argument)) CallbackDispatcher 112 Source/modules/filesystem/InspectorFileSystemAgent.cpp return CallbackDispatcher<BaseCallback, Handler, Argument>::create(PassRefPtr<Handler>(handler), handlingMethod);