OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bubbles
(Results
1 - 25
of
43
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DeviceOrientationEventCustom.cpp
39
bool
bubbles
= info[1]->BooleanValue();
local
52
imp->initDeviceOrientationEvent(type,
bubbles
, cancelable, orientation.get());
V8DeviceMotionEventCustom.cpp
108
bool
bubbles
= info[1]->BooleanValue();
local
116
imp->initDeviceMotionEvent(type,
bubbles
, cancelable, deviceMotionData.get());