OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backgroundObject
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp
[
all
...]
RenderTableCell.h
99
void paintBackgroundsBehindCell(PaintInfo&, int tx, int ty, RenderObject*
backgroundObject
);
RenderBoxModelObject.h
118
void paintFillLayerExtended(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, InlineFlowBox* = 0, int inlineBoxWidth = 0, int inlineBoxHeight = 0, CompositeOperator = CompositeSourceOver, RenderObject*
backgroundObject
= 0);
RenderBox.h
412
void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, CompositeOperator op, RenderObject*
backgroundObject
);
413
void paintFillLayers(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, CompositeOperator = CompositeSourceOver, RenderObject*
backgroundObject
= 0);
RenderBox.cpp
[
all
...]
RenderBoxModelObject.cpp
575
InlineFlowBox* box, int inlineBoxWidth, int inlineBoxHeight, CompositeOperator op, RenderObject*
backgroundObject
)
764
RenderObject* clientForBackgroundImage =
backgroundObject
?
backgroundObject
: this;
[
all
...]
/development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp
487
jobject
backgroundObject
= env->NewObject(backgroundClass, constructor);
489
if(!
backgroundObject
) {
494
jint result = env->CallIntMethod(
backgroundObject
, addMethod, 2, 2);
Completed in 880 milliseconds