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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8AbstractEventListener.cpp 121 v8::Local<v8::Value> savedEvent = V8HiddenValue::getHiddenValue(isolate(), scriptState()->context()->Global(), V8HiddenValue::event(isolate()));
140 if (savedEvent.IsEmpty())
143 V8HiddenValue::setHiddenValue(isolate(), scriptState()->context()->Global(), V8HiddenValue::event(isolate()), savedEvent);
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 192 milliseconds