Home
last modified time | relevance | path

Searched refs:jsLocation (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSDocumentCustom.cpp73 …JSLocation* jsLocation = new (exec) JSLocation(getDOMStructure<JSLocation>(exec, globalObject()), … in location() local
74 cacheWrapper(currentWorld(exec), location, jsLocation); in location()
75 return jsLocation; in location()
DJSDOMWindowCustom.cpp461 …JSLocation* jsLocation = new (exec) JSLocation(getDOMStructure<JSLocation>(exec, window), window, … in location() local
462 cacheWrapper(currentWorld(exec), location, jsLocation); in location()
463 return jsLocation; in location()