Searched refs:isComplete (Results 1 - 19 of 19) sorted by relevance

/external/apache-http/src/org/apache/http/auth/
H A DAuthScheme.java125 boolean isComplete(); method in interface:AuthScheme
/external/apache-http/src/org/apache/http/impl/auth/
H A DBasicScheme.java105 public boolean isComplete() { method in class:BasicScheme
H A DNTLMScheme.java145 public boolean isComplete() { method in class:NTLMScheme
H A DDigestScheme.java167 public boolean isComplete() { method in class:DigestScheme
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultUserTokenHandler.java79 if (scheme != null && scheme.isComplete() && scheme.isConnectionBased()) {
H A DDefaultRequestDirector.java1090 if (authScheme.isComplete()) {
/external/webkit/WebCore/loader/appcache/
H A DApplicationCache.h63 bool isComplete() const;
H A DApplicationCache.cpp59 bool ApplicationCache::isComplete() const function in class:WebCore::ApplicationCache
H A DApplicationCacheHost.cpp279 if (!cache || !cache->isComplete())
308 if (!cache->isComplete())
/external/webkit/WebCore/loader/
H A DFrameLoader.h155 void receivedMainResourceError(const ResourceError&, bool isComplete);
295 bool isComplete() const;
380 void mainReceivedError(const ResourceError&, bool isComplete);
H A DRedirectScheduler.cpp178 if (!ancestor->loader()->isComplete() || (document && document->processingLoadEvent()))
348 if (!loader->isComplete() && m_scheduledRedirection->type != ScheduledRedirection::redirection)
H A DDocumentLoader.h106 void mainReceivedError(const ResourceError&, bool isComplete);
H A DDocumentLoader.cpp186 void DocumentLoader::mainReceivedError(const ResourceError& error, bool isComplete) argument
197 if (isComplete)
H A DFrameLoader.cpp1820 bool FrameLoader::isComplete() const function in class:WebCore::FrameLoader
3448 void FrameLoader::receivedMainResourceError(const ResourceError& error, bool isComplete) argument
3455 if (isComplete) {
3481 loader->mainReceivedError(error, isComplete);
3932 void FrameLoader::mainReceivedError(const ResourceError& error, bool isComplete) argument
3934 activeDocumentLoader()->mainReceivedError(error, isComplete);
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java96 while (!result.isComplete() && index <= value.length() - 1) {
1098 public boolean isComplete() { method in class:DoubleMetaphone.DoubleMetaphoneResult
/external/webkit/WebCore/dom/
H A DDocument.cpp944 if (f->loader()->isComplete())
4595 if (f->loader()->isComplete())
/external/webkit/WebKit/mac/WebView/
H A DWebHTMLView.mm2574 return frame->loader()->isComplete();
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c87855 int isComplete = 0; /* RHS of LIKE/GLOB ends with wildcard */ local
[all...]

Completed in 395 milliseconds