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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 39 public boolean createCell;
55 * @param createCell if true, create a new cell by splitting the existing cell at the
60 boolean createCell, int margin) {
66 this.createCell = createCell;
95 if (!createCell) {
106 if (!createCell) {
111 if (!createCell) {
122 if (!createCell) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ShowMoreDataGridNode.js 106 createCell: function(columnIdentifier)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileDataGrid.js 58 createCell: function(columnIdentifier)
60 var cell = this._createValueCell(columnIdentifier) || WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
HeapSnapshotGridNodes.js 135 createCell: function(columnIdentifier)
137 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
545 createCell: function(columnIdentifier)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
IndexedDBViews.js 387 createCell: function(columnIdentifier)
389 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);

Completed in 75 milliseconds