OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createCell
(Results
1 - 2
of
2
) 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
;
94
if (!
createCell
) {
105
if (!
createCell
) {
110
if (!
createCell
) {
121
if (!
createCell
) {
/external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotGridNodes.js
40
createCell
: function(columnIdentifier)
42
var cell = WebInspector.DataGridNode.prototype.
createCell
.call(this, columnIdentifier);
166
createCell
: function(columnIdentifier)
168
var cell = columnIdentifier !== "object" ? WebInspector.DataGridNode.prototype.
createCell
.call(this, columnIdentifier) : this._createObjectCell();
Completed in 54 milliseconds