Searched refs:asFragment (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/brew/
H A DDragDataBrew.cpp75 PassRefPtr<DocumentFragment> DragData::asFragment(Document*) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/android/
H A DDragDataAndroid.cpp76 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/efl/
H A DDragDataEfl.cpp78 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/wince/
H A DDragDataWinCE.cpp79 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/wx/
H A DDragDataWx.cpp85 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/haiku/
H A DDragDataHaiku.cpp95 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/gtk/
H A DDragDataGtk.cpp91 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/chromium/
H A DDragDataChromium.cpp119 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/qt/
H A DDragDataQt.cpp132 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/
H A DDragData.h117 PassRefPtr<DocumentFragment> asFragment(Frame*, PassRefPtr<Range> context,
/external/webkit/Source/WebCore/platform/win/
H A DDragDataWin.cpp164 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const function in class:WebCore::DragData
/external/webkit/Source/WebCore/platform/mac/
H A DDragDataMac.mm151 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range> range, bool allowPlainText, bool& chosePlainText) const
/external/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java1675 String asQuery, String asFragment) throws Exception {
1688 assertEquals("http://host.tld/file#" + asFragment + "-x",
1689 backdoorUrlToUri(new URL("http://host.tld/file#" + asFragment + "-x")).toString());
1674 testUrlToUriMapping(String string, String asAuthority, String asFile, String asQuery, String asFragment) argument
/external/webkit/Source/WebCore/page/
H A DDragController.cpp111 if (PassRefPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))

Completed in 272 milliseconds