Searched refs:IsPending (Results 51 - 67 of 67) sorted by relevance

123

/external/chromium_org/net/tools/dump_cache/
H A Dupgrade_win.cc129 bool IsPending();
210 bool BaseSM::IsPending() { function in class:__anon9138::BaseSM
309 if (!IsPending())
342 return IsPending();
541 if (!IsPending())
622 if (IsPending())
870 if (IsPending()) {
/external/chromium_org/v8/src/x87/
H A Dlithium-gap-resolver-x87.cc73 ASSERT(!moves_[index].IsPending());
88 if (other_move.Blocks(destination) && !other_move.IsPending()) {
119 ASSERT(other_move.IsPending());
/external/chromium_org/components/nacl/renderer/
H A Dpnacl_translation_resource_host.cc137 TrackedCallback::IsPending(it->second.callback)) {
/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper.cc127 if (!TrackedCallback::IsPending(callback))
H A Dfile_chooser_resource.cc135 if (TrackedCallback::IsPending(callback_))
H A Dcompositor_layer_resource.cc38 if (!TrackedCallback::IsPending(release_callback))
71 if (!TrackedCallback::IsPending(release_callback))
H A Dfile_io_resource.cc700 if (!TrackedCallback::IsPending(callback)) {
H A Dppb_instance_proxy.cc837 if (TrackedCallback::IsPending(data->mouse_lock_callback))
1429 if (!TrackedCallback::IsPending(data->mouse_lock_callback)) {
/external/chromium_org/ppapi/shared_impl/
H A Dvar.cc66 if (resource->IsPending()) {
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket_message_filter.cc501 if (state_.IsPending(TCPSocketState::BIND)) {
653 if (state_.IsPending(TCPSocketState::LISTEN)) {
672 if (!state_.IsPending(TCPSocketState::CONNECT)) {
690 DCHECK(state_.IsPending(TCPSocketState::CONNECT));
713 if (!state_.IsPending(TCPSocketState::CONNECT)) {
786 if (!state_.IsPending(TCPSocketState::SSL_CONNECT)) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc73 ASSERT(!moves_[index].IsPending());
88 if (other_move.Blocks(destination) && !other_move.IsPending()) {
119 ASSERT(other_move.IsPending());
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dpreload_supplier.cc318 bool PreloadSupplier::IsPending(const std::string& region_code) const { function in class:i18n::PreloadSupplier
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc635 if (TrackedCallback::IsPending(lock_mouse_callback_))
1871 bool is_mouselock_pending = TrackedCallback::IsPending(lock_mouse_callback_);
2147 if (TrackedCallback::IsPending(lock_mouse_callback_))
2737 if (TrackedCallback::IsPending(lock_mouse_callback_))
/external/chromium_org/v8/src/
H A Dlithium.h271 bool IsPending() const { function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/cc/output/
H A Dgl_renderer.cc238 DCHECK(!weak_ptr_factory_.HasWeakPtrs() || !IsPending());
248 bool IsPending() { function in class:cc::GLRenderer::SyncQuery
268 return !query_ || !query_->IsPending();
448 DCHECK(!pending_sync_queries_.front()->IsPending());
452 if (pending_sync_queries_.front()->IsPending())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 799 milliseconds

123