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

  /external/webkit/Source/WebCore/page/
PositionOptions.h 59 void setMaximumAge(int age)
71 setMaximumAge(0);
  /external/webkit/Source/WebCore/bindings/js/
JSGeolocationCustom.cpp 103 options->setMaximumAge(max(0, maximumAgeValue.toInt32(exec)));
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 123 options->setMaximumAge(max(0, maximumAgeInt32->Value()));

Completed in 70 milliseconds