HomeSort by relevance Sort by last modified time
    Searched defs:sourceColumn (Results 1 - 3 of 3) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayLog.java 357 * @param sourceColumn the original column that was resize, and on which we need to sync the
361 void resizeColumn(int index, TableColumn sourceColumn) {
364 if (col != sourceColumn) {
365 col.setWidth(sourceColumn.getWidth());
  /external/v8/src/
debug-debugger.js 834 BreakEvent.prototype.sourceColumn = function() {
835 return this.exec_state_.frame(0).sourceColumn();
861 o.body.sourceColumn = this.sourceColumn(),
929 ExceptionEvent.prototype.sourceColumn = function() {
930 return this.exec_state_.frame(0).sourceColumn();
949 o.body.sourceColumn = this.sourceColumn();
    [all...]
mirror-debugger.js     [all...]

Completed in 1216 milliseconds