HomeSort by relevance Sort by last modified time
    Searched full:pending_association (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.cc 43 bool pending_association; member in struct:android_webview::__anon5843::IoThreadClientData
49 IoThreadClientData::IoThreadClientData() : pending_association(false) {}
136 client_data.pending_association = false;
171 DCHECK(!client_data.pending_association || java_delegate.is_null());
173 client_data.pending_association, java_delegate));
180 client_data.pending_association = true;
195 bool pending_association,
197 : pending_association_(pending_association),

Completed in 663 milliseconds