OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sizevalue
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SplitView.js
289
var
sizeValue
;
291
sizeValue
= (size / this.totalSize()) * 100 + "%";
293
sizeValue
= size + "px";
298
this.sidebarElement.style.flexBasis =
sizeValue
;
301
this._resizerElement.style.right =
sizeValue
;
304
this._resizerElement.style.left =
sizeValue
;
309
this._resizerElement.style.bottom =
sizeValue
;
312
this._resizerElement.style.top =
sizeValue
;
/external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_mac.mm
47
NSSize root_size = [[cocoa_root size]
sizeValue
];
54
NSSize node_size = [[cocoa_node size]
sizeValue
];
66
NSSize node_size = [[cocoa_node size]
sizeValue
];
browser_accessibility_cocoa.mm
645
NSSize size = [[self size]
sizeValue
];
[
all
...]
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c
213
M4MP4W_StreamIDsize
sizeValue
;
306
sizeValue
.streamID = VideoStreamID;
307
sizeValue
.height = (M4OSA_UInt16)(pVideoInfo->height);
308
sizeValue
.width = (M4OSA_UInt16)(pVideoInfo->width);
310
sizeValue
.height,
sizeValue
.width);
314
(M4OSA_DataOption)&
sizeValue
);
[
all
...]
/frameworks/av/include/media/stagefright/foundation/
AMessage.h
128
size_t
sizeValue
;
/frameworks/av/media/libstagefright/foundation/
AMessage.cpp
149
BASIC_TYPE(Size,
sizeValue
,size_t)
378
"size_t %s = %d", item.mName, item.u.
sizeValue
);
478
item->u.
sizeValue
= static_cast<size_t>(parcel.readInt32());
545
parcel->writeInt32(static_cast<int32_t>(item.u.
sizeValue
));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java
238
int
sizeValue
= (format >> 2) & 0x03;
239
FontSize size = FontSize.fromInt(
sizeValue
);
/external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp
66
APInt &Size, Value* &
SizeValue
);
AddressSanitizer.cpp
475
const uint64_t
SizeValue
= Size->getValue().getLimitedValue();
476
if (
SizeValue
== ~0ULL ||
477
!ConstantInt::isValueValidForType(IntptrTy,
SizeValue
))
483
AllocaPoisonCall APC = {&II,
SizeValue
, DoPoison};
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp
[
all
...]
CSSComputedStyleDeclaration.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprScalar.cpp
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.mm
[
all
...]
Completed in 205 milliseconds