Searched refs:WorkerLocation (Results 1 – 20 of 20) sorted by relevance
37 String WorkerLocation::href() const in href()42 String WorkerLocation::protocol() const in protocol()47 String WorkerLocation::host() const in host()52 String WorkerLocation::hostname() const in hostname()57 String WorkerLocation::port() const in port()62 String WorkerLocation::pathname() const in pathname()67 String WorkerLocation::search() const in search()72 String WorkerLocation::hash() const in hash()77 String WorkerLocation::toString() const in toString()
40 class WorkerLocation : public RefCounted<WorkerLocation> {42 static PassRefPtr<WorkerLocation> create(const KURL& url) in create()44 return adoptRef(new WorkerLocation(url)); in create()63 WorkerLocation(const KURL& url) : m_url(url) { } in WorkerLocation() function
60 class WorkerLocation; variable91 WorkerLocation* location() const;147 WorkerLocation* optionalLocation() const { return m_location.get(); } in optionalLocation()191 mutable RefPtr<WorkerLocation> m_location;
45 attribute [Replaceable] WorkerLocation location;86 attribute WorkerLocationConstructor WorkerLocation;
34 ] WorkerLocation {
162 WorkerLocation* WorkerContext::location() const in location()165 m_location = WorkerLocation::create(m_url); in location()
537 WorkerLocation \
541 workers/WorkerLocation.idl \
416 workers/WorkerLocation.idl1369 workers/WorkerLocation.cpp
1205 workers/WorkerLocation.cpp \
2474 workers/WorkerLocation.h \2922 workers/WorkerLocation.cpp \
1417 'workers/WorkerLocation.idl',6058 'workers/WorkerLocation.cpp',6059 'workers/WorkerLocation.h',
3626 Source/WebCore/workers/WorkerLocation.cpp \3627 Source/WebCore/workers/WorkerLocation.h \
3603 Source/WebCore/workers/WorkerLocation.cpp \3604 Source/WebCore/workers/WorkerLocation.h \
14602 Fix bug where the WorkerLocation and WorkerNavigator wrappers would be35631 * workers/WorkerLocation.cpp: Renamed from WebCore/dom/WorkerLocation.cpp.35632 * workers/WorkerLocation.h: Renamed from WebCore/dom/WorkerLocation.h.35633 * workers/WorkerLocation.idl: Renamed from WebCore/dom/WorkerLocation.idl.36136 * dom/WorkerLocation.cpp:36137 (WebCore::WorkerLocation::search):36138 (WebCore::WorkerLocation::hash):58706 - WorkerLocation.idl72189 * DerivedSources.make: Added WorkerLocation IDL and JSWorkerContext lookup table.72212 * dom/WorkerLocation.cpp: Added.[all …]
26656 * workers/WorkerLocation.cpp:26657 (WebCore::WorkerLocation::host): Ditto.26658 (WebCore::WorkerLocation::port): Ditto.
17987 * workers/WorkerLocation.idl:74486 * workers/WorkerLocation.cpp:74487 (WebCore::WorkerLocation::hash):
82484 * workers/WorkerLocation.h:84676 * workers/WorkerLocation.h:85828 * workers/WorkerLocation.h:
12121 * workers/WorkerLocation.idl: Opt in to autogeneration.
717 …4C0F546A8200B0F1BA /* WorkerLocation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E43463A0F…718 …64D0F546A8200B0F1BA /* WorkerLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E43463B0F5…7201 …WorkerLocation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…7202 …WorkerLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.…7203 …* WorkerLocation.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; nam…13473 2E43463A0F546A8200B0F1BA /* WorkerLocation.cpp */,13474 2E43463B0F546A8200B0F1BA /* WorkerLocation.h */,13475 2E43463C0F546A8200B0F1BA /* WorkerLocation.idl */,22953 2E43464D0F546A8200B0F1BA /* WorkerLocation.h in Headers */,25667 2E43464C0F546A8200B0F1BA /* WorkerLocation.cpp in Sources */,