HomeSort by relevance Sort by last modified time
    Searched refs:jsLocation (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSDocumentCustom.cpp 33 #include "JSLocation.h"
73 JSLocation* jsLocation = new (exec) JSLocation(getDOMStructure<JSLocation>(exec, globalObject()), globalObject(), location);
74 cacheWrapper(currentWorld(exec), location, jsLocation);
75 return jsLocation;
JSDOMWindowCustom.cpp 41 #include "JSLocation.h"
461 JSLocation* jsLocation = new (exec) JSLocation(getDOMStructure<JSLocation>(exec, window), window, location);
462 cacheWrapper(currentWorld(exec), location, jsLocation);
463 return jsLocation;

Completed in 774 milliseconds