HomeSort by relevance Sort by last modified time
    Searched defs:PermissionCallbacks (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PermissionCallbacks.cpp 33 #include "platform/PermissionCallbacks.h"
37 PassOwnPtr<PermissionCallbacks> PermissionCallbacks::create(const Closure& allowed, const Closure& denied)
39 return adoptPtr(new PermissionCallbacks(allowed, denied));
42 PermissionCallbacks::PermissionCallbacks(const Closure& allowed, const Closure& denied)
PermissionCallbacks.h 15 class PLATFORM_EXPORT PermissionCallbacks {
16 WTF_MAKE_NONCOPYABLE(PermissionCallbacks);
18 static PassOwnPtr<PermissionCallbacks> create(const Closure& allowed, const Closure& denied);
19 virtual ~PermissionCallbacks() { }
25 PermissionCallbacks(const Closure& allowed, const Closure& denied);

Completed in 95 milliseconds