Searched defs:deleteEntry (Results 1 - 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java226 public boolean deleteEntry(BasicPoolEntry entry) { method in class:RouteSpecificPool
H A DConnPoolByRoute.java444 // We use dropEntry instead of deleteEntry because the entry
445 // is no longer "free" (we just allocated it), and deleteEntry
518 protected void deleteEntry(BasicPoolEntry entry) { method in class:ConnPoolByRoute
533 rospl.deleteEntry(entry);
557 //@@@ leave the removing to deleteEntry()
561 deleteEntry(entry);
640 //@@@ move method to base class when deleteEntry() is fixed
653 deleteEntry(entry);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DFileSystemView.js105 this._directoryTree.selectedTreeElement.deleteEntry();
221 deleteEntry: function()
223 this._entry.deleteEntry(this._deletionCompleted.bind(this));
H A DFileSystemModel.js292 deleteEntry: function(entry, callback)
330 FileSystemAgent.deleteEntry(url, innerCallback.bind(this));
463 deleteEntry: function(callback)
465 this.fileSystemModel.deleteEntry(this, callback);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFileSystemAgent.cpp679 void InspectorFileSystemAgent::deleteEntry(ErrorString* error, const String& urlString, PassRefPtr<DeleteEntryCallback> requestCallback) function in class:WebCore::InspectorFileSystemAgent
/external/chromium_org/third_party/icu/source/i18n/
H A Dtransreg.cpp505 deleteEntry(void* obj) { function
519 registry.setValueDeleter(deleteEntry);
/external/icu4c/i18n/
H A Dtransreg.cpp507 deleteEntry(void* obj) { function
521 registry.setValueDeleter(deleteEntry);
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 145 milliseconds