HomeSort by relevance Sort by last modified time
    Searched refs:CallMakeAsynchronousPost (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 147 void CallMakeAsynchronousPost() { MakeAsynchronousPost(); }
http_bridge.cc 195 NewRunnableMethod(this, &HttpBridge::CallMakeAsynchronousPost))) {
197 LOG(WARNING) << "Could not post CallMakeAsynchronousPost task";
  /external/chromium_org/sync/internal_api/public/
http_bridge.h 155 void CallMakeAsynchronousPost() { MakeAsynchronousPost(); }
  /external/chromium_org/sync/internal_api/
http_bridge.cc 205 base::Bind(&HttpBridge::CallMakeAsynchronousPost, this))) {
207 LOG(WARNING) << "Could not post CallMakeAsynchronousPost task";

Completed in 2901 milliseconds