Home
last modified time | relevance | path

Searched refs:WorkerLocation (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/workers/
DWorkerLocation.cpp37 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()
DWorkerLocation.h40 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
DWorkerContext.h60 class WorkerLocation; variable
91 WorkerLocation* location() const;
147 WorkerLocation* optionalLocation() const { return m_location.get(); } in optionalLocation()
191 mutable RefPtr<WorkerLocation> m_location;
DWorkerContext.idl45 attribute [Replaceable] WorkerLocation location;
86 attribute WorkerLocationConstructor WorkerLocation;
DWorkerLocation.idl34 ] WorkerLocation {
DWorkerContext.cpp162 WorkerLocation* WorkerContext::location() const in location()
165 m_location = WorkerLocation::create(m_url); in location()
/external/webkit/Source/WebCore/
DDerivedSources.make537 WorkerLocation \
DCodeGenerators.pri541 workers/WorkerLocation.idl \
DCMakeLists.txt416 workers/WorkerLocation.idl
1369 workers/WorkerLocation.cpp
DAndroid.mk1205 workers/WorkerLocation.cpp \
DWebCore.pro2474 workers/WorkerLocation.h \
2922 workers/WorkerLocation.cpp \
DWebCore.gypi1417 'workers/WorkerLocation.idl',
6058 'workers/WorkerLocation.cpp',
6059 'workers/WorkerLocation.h',
DGNUmakefile.list.am3626 Source/WebCore/workers/WorkerLocation.cpp \
3627 Source/WebCore/workers/WorkerLocation.h \
DGNUmakefile.am3603 Source/WebCore/workers/WorkerLocation.cpp \
3604 Source/WebCore/workers/WorkerLocation.h \
DChangeLog-2009-06-1614602 Fix bug where the WorkerLocation and WorkerNavigator wrappers would be
35631 * 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.idl
72189 * DerivedSources.make: Added WorkerLocation IDL and JSWorkerContext lookup table.
72212 * dom/WorkerLocation.cpp: Added.
[all …]
DChangeLog-2010-05-2426656 * workers/WorkerLocation.cpp:
26657 (WebCore::WorkerLocation::host): Ditto.
26658 (WebCore::WorkerLocation::port): Ditto.
DChangeLog-2010-01-2917987 * workers/WorkerLocation.idl:
74486 * workers/WorkerLocation.cpp:
74487 (WebCore::WorkerLocation::hash):
DChangeLog-2010-12-0682484 * workers/WorkerLocation.h:
84676 * workers/WorkerLocation.h:
85828 * workers/WorkerLocation.h:
DChangeLog12121 * workers/WorkerLocation.idl: Opt in to autogeneration.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj717 …4C0F546A8200B0F1BA /* WorkerLocation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E43463A0F…
718 …64D0F546A8200B0F1BA /* WorkerLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E43463B0F5…
7201WorkerLocation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…
7202WorkerLocation.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 */,