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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLEncodingTest.java 106 String asFragment) throws Exception {
119 assertEquals("http://host.tld/file#" + asFragment + "-x",
120 backdoorUrlToUri(new URL("http://host.tld/file#" + asFragment + "-x")).toString());
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragData.h 70 PassRefPtrWillBeRawPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;
DragData.cpp 134 PassRefPtrWillBeRawPtr<DocumentFragment> DragData::asFragment(LocalFrame* frame, PassRefPtrWillBeRawPtr<Range>, bool, bool&) const
DragController.cpp 158 if (PassRefPtrWillBeRawPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]

Completed in 168 milliseconds