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

  /external/chromium/chrome/browser/instant/
instant_loader_delegate.h 23 // Invoked when the status (either http_status_ok or ready) has changed.
instant_loader.h 86 bool http_status_ok() const { return http_status_ok_; } function in class:InstantLoader
instant_controller.cc 410 if (!loader->http_status_ok()) {
501 loader_manager_->current_loader()->http_status_ok())) {
612 if (!new_loader->http_status_ok()) {
instant_controller.h 210 // http_status_ok) of a loader.
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 69 private static final int HTTP_STATUS_OK = 200;
184 if (status.getStatusCode() != HTTP_STATUS_OK) {
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 76 private static final int HTTP_STATUS_OK = 200;
191 if (status.getStatusCode() != HTTP_STATUS_OK) {

Completed in 140 milliseconds