OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBorder
(Results
1 - 24
of
24
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTexture.java
35
public BitmapTexture(Bitmap bitmap, boolean
hasBorder
) {
36
super(
hasBorder
);
BasicTexture.java
116
public boolean
hasBorder
() {
120
protected void setBorder(boolean
hasBorder
) {
121
mHasBorder =
hasBorder
;
UploadedTexture.java
66
protected UploadedTexture(boolean
hasBorder
) {
68
if (
hasBorder
) {
GLCanvasImpl.java
344
if (texture.
hasBorder
()) {
/external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h
91
bool
hasBorder
;
104
bool
hasBorder
;
/external/webkit/Source/WebCore/rendering/style/
BorderData.h
44
bool
hasBorder
() const
RenderStyle.h
345
bool
hasBorder
() const { return surround->border.
hasBorder
(); }
[
all
...]
/external/chromium/webkit/glue/
webthemeengine_impl_linux.cc
109
extra_params->button.
hasBorder
;
123
extra_params->menuList.
hasBorder
;
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
314
bool
hasBorder
;
325
bool
hasBorder
;
/external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp
230
extraParams.button.
hasBorder
= true;
275
extraParams.menuList.
hasBorder
= box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom();
RenderFieldset.cpp
160
if (!style()->
hasBorder
())
InlineFlowBox.cpp
136
|| childStyle->
hasBorder
() || childStyle->hasPadding() || childStyle->hasTextCombine())
[
all
...]
AutoTableLayout.cpp
62
bool cellHasContent = cell && !current.inColSpan && (cell->firstChild() || cell->style()->
hasBorder
() || cell->style()->hasPadding());
[
all
...]
RenderLayerBacking.cpp
725
return style->
hasBorder
() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearance() || style->boxShadow();
[
all
...]
RenderTable.cpp
631
if (style()->
hasBorder
() && !collapseBorders())
[
all
...]
RenderTableCell.cpp
[
all
...]
RenderBoxModelObject.cpp
373
setHasBoxDecorations(hasBackground() || style()->
hasBorder
() || style()->hasAppearance() || style()->boxShadow());
[
all
...]
RenderObject.cpp
696
if (style()->
hasBorder
()) {
[
all
...]
RenderBox.cpp
854
if ((!style()->hasAppearance() || (!themePainted && theme()->paintBorderOnly(this, paintInfo, IntRect(tx, ty, width, height)))) && style()->
hasBorder
())
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
840
webThemeExtraParams->button.
hasBorder
= extraParams->button.
hasBorder
;
849
webThemeExtraParams->menuList.
hasBorder
= extraParams->menuList.
hasBorder
;
[
all
...]
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/darwin-x86_64/swt/
swt.jar
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
Completed in 382 milliseconds