/external/chromium_org/third_party/WebKit/Source/modules/geofencing/ |
D | CircularGeofencingRegion.cpp | 13 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()
|
D | CircularGeofencingRegion.h | 15 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…
|
D | GeofencingRegion.idl | 7 SpecialWrapFor=CircularGeofencingRegion,
|
D | CircularGeofencingRegion.idl | 10 ] interface CircularGeofencingRegion : GeofencingRegion {
|
D | Geofencing.cpp | 34 … regions.append(CircularGeofencingRegion::create((*webRegions)[i].id, (*webRegions)[i].region)); in take()
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | modules_idl_files_list.tmp | 54 ../../../modules/geofencing/CircularGeofencingRegion.idl
|
D | modules_static_idl_files_list.tmp | 54 ../../../modules/geofencing/CircularGeofencingRegion.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_global_objects_idl_files_list.tmp | 46 ../../modules/geofencing/CircularGeofencingRegion.idl
|
D | modules_global_constructors_idls_idl_files_list.tmp | 46 ../../modules/geofencing/CircularGeofencingRegion.idl
|
D | modules_idl_files_list.tmp | 54 ../../modules/geofencing/CircularGeofencingRegion.idl
|
D | modules_static_idl_files_list.tmp | 54 ../../modules/geofencing/CircularGeofencingRegion.idl
|
D | interfaces_info_individual_modules_static_idl_files_list.tmp | 54 ../../modules/geofencing/CircularGeofencingRegion.idl
|
D | modules_global_objects.target.darwin-arm64.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.linux-mips.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.darwin-x86.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.linux-mips64.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.linux-x86.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.linux-arm.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.darwin-x86_64.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.darwin-arm.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.darwin-mips.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
D | modules_global_objects.target.darwin-mips64.mk | 23 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl $(LOC…
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | modules_idl_files_list.tmp | 54 ../../../modules/geofencing/CircularGeofencingRegion.idl
|
D | modules_static_idl_files_list.tmp | 54 ../../../modules/geofencing/CircularGeofencingRegion.idl
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
D | modules.gypi | 62 'geofencing/CircularGeofencingRegion.idl', 491 'geofencing/CircularGeofencingRegion.cpp', 492 'geofencing/CircularGeofencingRegion.h',
|