OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebURL
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebURL.cpp
32
#include "
WebURL
.h"
38
WebURL
::
WebURL
(const WebCore::KURL& url)
45
WebURL
&
WebURL
::operator=(const WebCore::KURL& url)
53
WebURL
::operator WebCore::KURL() const
/external/webkit/Source/WebKit/chromium/public/
WebURL.h
45
class
WebURL
{
47
~
WebURL
()
51
WebURL
() : m_isValid(false)
55
WebURL
(const WebCString& spec, const url_parse::Parsed& parsed, bool isValid)
62
WebURL
(const
WebURL
& s)
69
WebURL
& operator=(const
WebURL
& s)
110
WebURL
(const WebCore::KURL&);
111
WebURL
& operator=(const WebCore::KURL&)
[
all
...]
/external/webkit/Source/WebKit2/Shared/
WebURL.h
38
//
WebURL
- A URL type suitable for vending to an API.
40
class
WebURL
: public APIObject {
44
static PassRefPtr<
WebURL
> create(const String& string)
46
return adoptRef(new
WebURL
(string));
67
WebURL
(const String& string)
Completed in 315 milliseconds