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/v8/
V8AbstractEventListener.cpp 119 v8::Local<v8::Value> savedEvent = V8HiddenValue::getHiddenValue(isolate(), scriptState()->context()->Global(), V8HiddenValue::event(isolate()));
138 if (savedEvent.IsEmpty())
141 V8HiddenValue::setHiddenValue(isolate(), scriptState()->context()->Global(), V8HiddenValue::event(isolate()), savedEvent);
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 171 milliseconds