OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:columnwidth
(Results
51 - 75
of
87
) sorted by null
1
2
3
4
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js
599
var
columnWidth
= this.headerTableBody.rows[0].cells[i].offsetWidth;
600
var percentWidth = (100 *
columnWidth
/ tableWidth) + "%";
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp
141
setComputedColumnWidthAndCount(parentBlock->
columnWidth
(), parentBlock->columnCount()); // FIXME: This will eventually vary if we are contained inside regions.
RenderBlock.cpp
[
all
...]
/external/llvm/lib/Support/
SourceMgr.cpp
296
assert((size_t)llvm::sys::locale::
columnWidth
(I->getText()) ==
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt
45
android:
columnWidth
: Specifies the fixed width for each column. [dimension]
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp
[
all
...]
CSSComputedStyleDeclaration.cpp
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h
[
all
...]
/frameworks/base/core/res/res/values/
public.xml
307
<public type="attr" name="
columnWidth
" id="0x01010117" />
[
all
...]
attrs.xml
[
all
...]
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
/cts/tools/dex-tools/dex/
classes.out.dex
420
public static final int
columnWidth
[
all
...]
/development/sdk/
api-versions.xml
393
<field name="
columnWidth
" />
[
all
...]
/frameworks/base/api/
current.txt
[
all
...]
/prebuilts/sdk/api/
1.xml
[
all
...]
10.xml
[
all
...]
11.xml
[
all
...]
12.xml
[
all
...]
13.xml
[
all
...]
14.txt
332
field public static final int
columnWidth
= 16843031; // 0x1010117
[
all
...]
15.txt
334
field public static final int
columnWidth
= 16843031; // 0x1010117
[
all
...]
Completed in 1142 milliseconds
1
2
3
4