Searched refs:marquee (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeMarquee.c47 * Perform marquee-related initialization when a new TreeCtrl is
64 TreeMarquee marquee; local
66 marquee = (TreeMarquee) ckalloc(sizeof(TreeMarquee_));
67 memset(marquee, '\0', sizeof(TreeMarquee_));
68 marquee->tree = tree;
69 marquee->optionTable = Tk_CreateOptionTable(tree->interp, optionSpecs);
70 if (Tk_InitOptions(tree->interp, (char *) marquee, marquee->optionTable,
72 WFREE(marquee, TreeMarquee_);
75 tree->marquee
121 TreeMarquee_IsXOR(TreeMarquee marquee) argument
150 TreeMarquee_IsVisible(TreeMarquee marquee) argument
250 TreeMarquee_DrawXOR( TreeMarquee marquee, Drawable drawable, int x1, int y1 ) argument
288 TreeMarquee_Draw( TreeMarquee marquee, TreeDrawable td) argument
380 Marquee_Config( TreeMarquee marquee, int objc, Tcl_Obj *CONST objv[] ) argument
452 TreeMarquee marquee = tree->marquee; local
[all...]
H A DtkTreeDisplay.c118 displaying non-XOR dragimage, marquee
150 int overlays; /* TRUE if the dragimage|marquee|proxy
5581 * on whether we need to draw the dragimage|marquee|proxies in non-XOR.
5601 (TreeMarquee_IsVisible(tree->marquee) &&
5602 !TreeMarquee_IsXOR(tree->marquee)) ||
5951 if (TreeMarquee_IsXOR(tree->marquee))
5952 TreeMarquee_Undisplay(tree->marquee);
5956 * The redrawRgn is used to clip drawing of the marquee and dragimage. */
6202 if (TreeMarquee_IsXOR(tree->marquee) == FALSE)
6203 TreeMarquee_DrawClipped(tree->marquee, tdrawabl
[all...]
H A DtkTreeCtrl.h363 TreeMarquee marquee; member in struct:TreeCtrl
H A DtkTreeCtrl.c518 "identify", "index", "item", "marquee", "notify",
1715 TreeMarquee_Free(tree->marquee);
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp206 macro(marquee, Marquee) \
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMarqueeElement.cpp189 return renderBoxModelObject()->layer()->marquee();
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dfilelist-bindings.tcl140 set marquee 0
150 set marquee 1
192 set marquee 1
197 if {$marquee} {
198 set Priv(buttonMode) marquee
212 # Override default <Button1-Motion> to handle "drag" and "marquee".
224 "marquee" {
249 "marquee" {
254 # Check items covered by the marquee
396 "marquee" {
[all...]
H A Dtreectrl.tcl1417 $w marquee coords $x $y $x $y
1418 $w marquee configure -visible yes
1434 $w marquee corner $x $y
1448 $w marquee configure -visible no
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js420 "marker-offset", "marks", "marquee-direction", "marquee-loop",
421 "marquee-play-count", "marquee-speed", "marquee-style", "max-height",
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js420 "marker-offset", "marks", "marquee-direction", "marquee-loop",
421 "marquee-play-count", "marquee-speed", "marquee-style", "max-height",
/macosx-10.10/vim-55/runtime/syntax/
H A Dhtml.vim84 syn keyword htmlTagName contained marquee
/macosx-10.10/WebCore-7600.1.25/css/
H A Dhtml.css82 marquee {
84 overflow: -webkit-marquee
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayer.h372 RenderMarquee* marquee() const { return m_marquee.get(); } function in class:WebCore::final
1323 std::unique_ptr<RenderMarquee> m_marquee; // Used by layers with overflow:marquee
H A DRenderBlockFlow.cpp364 // A horizontal marquee with inline children has no minimum width.
365 if (layer() && layer()->marquee() && layer()->marquee()->isHorizontal())
H A DRenderBlock.cpp3375 bool ignoreBaseline = (layer() && (layer()->marquee() || (direction == HorizontalLine ? (layer()->verticalScrollbar() || layer()->scrollYOffset() != 0)

Completed in 170 milliseconds