HomeSort by relevance Sort by last modified time
    Searched refs:Complete (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/third_party/libjingle/source/talk/base/
autodetectproxy.cc 84 Complete(PROXY_UNKNOWN);
108 void AutoDetectProxy::Complete(ProxyType type) {
158 Complete(PROXY_SOCKS5);
162 Complete(PROXY_HTTPS);
168 Complete(PROXY_SOCKS5);
autodetectproxy.h 74 void Complete(ProxyType type);
  /external/chromium/googleurl/src/
url_test_utils.h 72 output.Complete();
url_canon_unittest.cc 164 output.Complete();
179 output.Complete();
225 output.Complete();
240 output.Complete();
288 output.Complete();
343 output1.Complete();
358 output2.Complete();
374 output.Complete();
458 output.Complete();
479 output.Complete();
    [all...]
url_canon_stdstring.h 50 // Note that when canonicalization is complete, the string will likely have
56 // Therefore, the user should call Complete() before using the string that
73 void Complete() {
gurl.cc 62 output.Complete(); // Must be done before using string.
197 output.Complete();
225 output.Complete();
248 output.Complete();
270 output.Complete();
url_util_unittest.cc 134 output.Complete();
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.js 39 log("Persistent Database Transaction Complete");
51 log("Forgotten Database Transaction Complete");
hash-change-with-xhr.js 49 stopTest('Test Complete, SUCCESS');
57 stopTest('Test Complete, FAILED');
74 // Allow a little time for all the database transactions to complete now we've stopped making them.
77 setTimeout(function() { stopTest('Timed out waiting for transactions to complete. FAILED'); }, 20000);
  /external/stlport/etc/
STLport-4.5.1.spec 3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
STLport-4.5.3.spec 3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
STLport-4.6.spec 3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
  /external/chromium/net/http/
http_stream_factory_impl_request.h 29 // for this HostPortProxyPair, since we may need to wait for NPN to complete
40 void Complete(bool was_npn_negotiated,
http_stream_factory_impl_request.cc 64 void HttpStreamFactoryImpl::Request::Complete(
96 // they complete? Or do we want to prevent connecting a new SpdySession if
250 Complete(was_npn_negotiated,
http_stream_factory_impl.cc 187 request->Complete(was_npn_negotiated,
http_stream_factory_impl_job.cc 193 request_->Complete(was_npn_negotiated(),
657 // complete the auth (or read the response body). The tunnel restart code
    [all...]
  /external/v8/src/
scanner.cc 322 void Scanner::LiteralScope::Complete() {
513 literal.Complete();
561 literal.Complete();
580 literal.Complete();
scanner-base.h 267 void Complete();
381 // Complete scanning of a literal.
465 void Complete() {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 323 output.Complete();
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 306 bool Complete, const SCEV *MaxCount);
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 264 // It also contains complete tables. If we decide it's better, we could include those instead of the following code.
403 , m_readyState(Complete)
1002 DEFINE_STATIC_LOCAL(const String, complete, ("complete"));
1009 case Complete:
1010 return complete;
1031 case Complete:
    [all...]
Document.h 629 Complete
    [all...]
  /external/blktrace/btt/doc/
btt.tex 158 \item \emph{Q2C} which measures the times for the complete life cycle
385 the issued to complete times (D2C).
479 those periods of time when queue and complete traces are being
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 435 // FIXME: HTML5 doesn't tell us to set the state to complete when aborting, but we do anyway to match legacy behavior.
437 doc->setReadyState(Document::Complete);
    [all...]

Completed in 3020 milliseconds

1 2