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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTestCase.java 203 Location eventLocation = null;
206 eventLocation = ((ParsedEvent.Event_METHOD_ENTRY)parsedEvents[i]).getLocation();
210 eventLocation = ((ParsedEvent.Event_SINGLE_STEP)parsedEvents[i]).getLocation();
214 eventLocation = ((ParsedEvent.Event_BREAKPOINT)parsedEvents[i]).getLocation();
218 eventLocation = ((ParsedEvent.Event_METHOD_EXIT)parsedEvents[i]).getLocation();
234 long eventClassID = eventLocation.classID;
245 long eventMethodID = eventLocation.methodID;
256 long eventCodeIndex = eventLocation.index;
CombinedEvents003Test.java 287 Location eventLocation = null;
290 eventLocation = ((ParsedEvent.Event_METHOD_ENTRY)parsedEvents[i]).getLocation();
293 eventLocation = ((ParsedEvent.Event_SINGLE_STEP)parsedEvents[i]).getLocation();
296 eventLocation = ((ParsedEvent.Event_BREAKPOINT)parsedEvents[i]).getLocation();
299 eventLocation = ((ParsedEvent.Event_METHOD_EXIT)parsedEvents[i]).getLocation();
302 long eventClassID = eventLocation.classID;
311 long eventMethodID = eventLocation.methodID;
320 long eventCodeIndex = eventLocation.index;
CombinedEventsTest.java     [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.js 347 * @param {Object} eventLocation The location where the event happens.
350 processDragging_: function(e, eventLocation) {
371 (eventLocation.x - this.dragging_.eventLocation.x),
373 (eventLocation.y - this.dragging_.eventLocation.y)
491 * @param {Object} eventLocation The object to hold the location where
495 startDragging_: function(target, eventLocation) {
519 eventLocation: eventLocation
    [all...]

Completed in 788 milliseconds