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

  /external/chromium_org/android_webview/native/
aw_quota_manager_bridge_impl.h 34 class AwQuotaManagerBridgeImpl : public AwQuotaManagerBridge {
58 explicit AwQuotaManagerBridgeImpl(AwBrowserContext* browser_context);
59 virtual ~AwQuotaManagerBridgeImpl();
80 base::WeakPtrFactory<AwQuotaManagerBridgeImpl> weak_factory_;
84 DISALLOW_COPY_AND_ASSIGN(AwQuotaManagerBridgeImpl);
aw_quota_manager_bridge_impl.cc 39 const AwQuotaManagerBridgeImpl::GetOriginsCallback& callback,
59 AwQuotaManagerBridgeImpl::GetOriginsCallback ui_callback_;
73 const AwQuotaManagerBridgeImpl::GetOriginsCallback& callback,
161 AwQuotaManagerBridgeImpl* bridge = static_cast<AwQuotaManagerBridgeImpl*>(
168 scoped_refptr<AwQuotaManagerBridge> AwQuotaManagerBridgeImpl::Create(
170 return new AwQuotaManagerBridgeImpl(browser_context);
173 AwQuotaManagerBridgeImpl::AwQuotaManagerBridgeImpl(
179 AwQuotaManagerBridgeImpl::~AwQuotaManagerBridgeImpl() {
    [all...]

Completed in 203 milliseconds