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

  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.h 29 class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
42 AwContentsIoThreadClientImpl(bool pending_associate,
44 virtual ~AwContentsIoThreadClientImpl() OVERRIDE;
68 DISALLOW_COPY_AND_ASSIGN(AwContentsIoThreadClientImpl);
aw_contents_io_thread_client_impl.cc 158 // AwContentsIoThreadClientImpl -----------------------------------------------
172 return scoped_ptr<AwContentsIoThreadClient>(new AwContentsIoThreadClientImpl(
177 void AwContentsIoThreadClientImpl::RegisterPendingContents(
186 void AwContentsIoThreadClientImpl::Associate(
194 AwContentsIoThreadClientImpl::AwContentsIoThreadClientImpl(
201 AwContentsIoThreadClientImpl::~AwContentsIoThreadClientImpl() {
205 bool AwContentsIoThreadClientImpl::PendingAssociation() const {
210 AwContentsIoThreadClientImpl::GetCacheMode() const
    [all...]
aw_contents.cc 194 AwContentsIoThreadClientImpl::RegisterPendingContents(web_contents_.get());
225 AwContentsIoThreadClientImpl::Associate(
    [all...]

Completed in 1133 milliseconds