Searched refs:WorkerLocation (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/workers/
H A DWorkerLocation.cpp31 #include "WorkerLocation.h"
37 String WorkerLocation::href() const
42 String WorkerLocation::protocol() const
47 String WorkerLocation::host() const
52 String WorkerLocation::hostname() const
57 String WorkerLocation::port() const
62 String WorkerLocation::pathname() const
67 String WorkerLocation::search() const
72 String WorkerLocation::hash() const
H A DWorkerLocation.h40 class WorkerLocation : public RefCounted<WorkerLocation> { class in namespace:WebCore
42 static PassRefPtr<WorkerLocation> create(const KURL& url)
44 return adoptRef(new WorkerLocation(url));
63 WorkerLocation(const KURL& url) : m_url(url) { } function in class:WebCore::WorkerLocation
H A DWorkerLocation.idl34 ] WorkerLocation {
H A DWorkerContext.h60 class WorkerLocation;
91 WorkerLocation* location() const;
147 WorkerLocation* optionalLocation() const { return m_location.get(); }
191 mutable RefPtr<WorkerLocation> m_location;
H A DWorkerContext.idl45 attribute [Replaceable] WorkerLocation location;
86 attribute WorkerLocationConstructor WorkerLocation;
H A DWorkerContext.cpp55 #include "WorkerLocation.h"
162 WorkerLocation* WorkerContext::location() const
165 m_location = WorkerLocation::create(m_url);
/external/webkit/Source/WebCore/
H A DAndroid.mk1222 workers/WorkerLocation.cpp \

Completed in 78 milliseconds