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

  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.h 30 class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
43 AwContentsIoThreadClientImpl(bool pending_associate,
45 virtual ~AwContentsIoThreadClientImpl() OVERRIDE;
70 DISALLOW_COPY_AND_ASSIGN(AwContentsIoThreadClientImpl);
aw_contents_io_thread_client_impl.cc 157 // AwContentsIoThreadClientImpl -----------------------------------------------
171 return scoped_ptr<AwContentsIoThreadClient>(new AwContentsIoThreadClientImpl(
192 void AwContentsIoThreadClientImpl::RegisterPendingContents(
201 void AwContentsIoThreadClientImpl::Associate(
209 AwContentsIoThreadClientImpl::AwContentsIoThreadClientImpl(
216 AwContentsIoThreadClientImpl::~AwContentsIoThreadClientImpl() {
220 bool AwContentsIoThreadClientImpl::PendingAssociation() const {
225 AwContentsIoThreadClientImpl::GetCacheMode() const
    [all...]

Completed in 80 milliseconds