Home
last modified time | relevance | path

Searched refs:CircularGeofencingRegion (Results 1 – 25 of 75) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
DCircularGeofencingRegion.cpp13 CircularGeofencingRegion* CircularGeofencingRegion::create(const Dictionary& dictionary) in create()
21 return new CircularGeofencingRegion(id, region); in create()
24 CircularGeofencingRegion* CircularGeofencingRegion::create(const WebString& id, const WebCircularGe… in create()
26 return new CircularGeofencingRegion(id, region); in create()
29 CircularGeofencingRegion::CircularGeofencingRegion(const String& id, const WebCircularGeofencingReg… in CircularGeofencingRegion() function in blink::CircularGeofencingRegion
35 WebCircularGeofencingRegion CircularGeofencingRegion::webRegion() const in webRegion()
DCircularGeofencingRegion.h15 class CircularGeofencingRegion FINAL : public GeofencingRegion {
17 WTF_MAKE_NONCOPYABLE(CircularGeofencingRegion);
19 static CircularGeofencingRegion* create(const Dictionary& init);
20 … static CircularGeofencingRegion* create(const WebString& id, const WebCircularGeofencingRegion&);
21 virtual ~CircularGeofencingRegion() { } in ~CircularGeofencingRegion()
34 explicit CircularGeofencingRegion(const String& id, const WebCircularGeofencingRegion&);
39 DEFINE_TYPE_CASTS(CircularGeofencingRegion, GeofencingRegion, region, region->isCircularGeofencingR…
DGeofencingRegion.idl7 SpecialWrapFor=CircularGeofencingRegion,
DCircularGeofencingRegion.idl10 ] interface CircularGeofencingRegion : GeofencingRegion {
DGeofencing.cpp34 … regions.append(CircularGeofencingRegion::create((*webRegions)[i].id, (*webRegions)[i].region)); in take()
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dmodules_idl_files_list.tmp54 ../../../modules/geofencing/CircularGeofencingRegion.idl
Dmodules_static_idl_files_list.tmp54 ../../../modules/geofencing/CircularGeofencingRegion.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_global_objects_idl_files_list.tmp46 ../../modules/geofencing/CircularGeofencingRegion.idl
Dmodules_global_constructors_idls_idl_files_list.tmp46 ../../modules/geofencing/CircularGeofencingRegion.idl
Dmodules_idl_files_list.tmp54 ../../modules/geofencing/CircularGeofencingRegion.idl
Dmodules_static_idl_files_list.tmp54 ../../modules/geofencing/CircularGeofencingRegion.idl
Dinterfaces_info_individual_modules_static_idl_files_list.tmp54 ../../modules/geofencing/CircularGeofencingRegion.idl
Dmodules_global_objects.target.darwin-arm64.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.linux-mips.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.darwin-x86.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.linux-mips64.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.linux-x86.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.linux-arm.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.darwin-x86_64.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.darwin-arm.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.darwin-mips.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
Dmodules_global_objects.target.darwin-mips64.mk23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dmodules_idl_files_list.tmp54 ../../../modules/geofencing/CircularGeofencingRegion.idl
Dmodules_static_idl_files_list.tmp54 ../../../modules/geofencing/CircularGeofencingRegion.idl
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi62 'geofencing/CircularGeofencingRegion.idl',
491 'geofencing/CircularGeofencingRegion.cpp',
492 'geofencing/CircularGeofencingRegion.h',

123