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::__anon3131::IoThreadClientData
49 IoThreadClientData::IoThreadClientData() : pending_association(false) {}
134 client_data.pending_association = false;
162 DCHECK(!client_data.pending_association || java_delegate.is_null());
164 client_data.pending_association, java_delegate));
171 client_data.pending_association = true;
186 bool pending_association,
188 : pending_association_(pending_association),

Completed in 52 milliseconds