OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKURLCreateWithQUrl
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/cpp/qt/
WKURLQt.h
28
WK_EXPORT WKURLRef
WKURLCreateWithQUrl
(const QUrl& url);
WKURLQt.cpp
31
WKURLRef
WKURLCreateWithQUrl
(const QUrl& qURL)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp
632
WKRetainPtr<WKURLRef> wkurl(
WKURLCreateWithQUrl
(url));
Completed in 111 milliseconds