Home
last modified time | relevance | path

Searched refs:bubble (Results 1 – 25 of 31) sorted by relevance

12

/external/quake/quake/src/QW/progs/
Dmisc.qc451 local entity bubble;
453 bubble = spawn();
454 setmodel (bubble, "progs/s_bubble.spr");
455 setorigin (bubble, self.origin);
456 bubble.movetype = MOVETYPE_NOCLIP;
457 bubble.solid = SOLID_NOT;
458 bubble.velocity = '0 0 15';
459 bubble.nextthink = time + 0.5;
460 bubble.think = bubble_bob;
461 bubble.touch = bubble_remove;
[all …]
Dplayer.qc366 local entity bubble;
369 bubble = spawn();
370 setmodel (bubble, "progs/s_bubble.spr");
371 setorigin (bubble, self.owner.origin + '0 0 24');
372 bubble.movetype = MOVETYPE_NOCLIP;
373 bubble.solid = SOLID_NOT;
374 bubble.velocity = '0 0 15';
375 bubble.nextthink = time + 0.5;
376 bubble.think = bubble_bob;
377 bubble.classname = "bubble";
[all …]
Dsprites.qc17 $load /raid/quake/id1/gfx/sprites/bubble.lbm
/external/webkit/WebKitTools/android/flex-2.5.4a/
Ddfa.c171 bubble( rule_set, num_associated_rules );
814 bubble( sns, numstates );
850 bubble( sns, numstates );
876 bubble( accset, nacc );
Dflexdef.h822 extern void bubble PROTO((int [], int));
Dmisc.c144 void bubble( v, n ) in bubble() function
/external/webkit/WebKit/chromium/src/js/
DDebuggerAgent.js453 var bubble = messageElement.parentElement;
454 bubble.removeChild(messageElement);
455 if (!bubble.firstChild) {
457 bubble.parentElement.removeChild(bubble);
/external/webkit/WebCore/manual-tests/
Dsvg-links.svg10 <tspan x='10' dy='20'>4. Drag the link and notice a bubble appear with the correct URL</tspan>
/external/webkit/WebCore/inspector/front-end/
DSourceFrame.js116 var bubble = this._messageBubbles[line];
117 bubble.parentNode.removeChild(bubble);
Dinspector.css577 .console-message .bubble {
3020 .sidebar-tree-item .status .bubble {
3039 .sidebar-tree-item .status .bubble:empty {
3043 .sidebar-tree-item.selected .status .bubble {
3048 :focus .sidebar-tree-item.selected .status .bubble {
3052 body.inactive .sidebar-tree-item.selected .status .bubble {
3254 .bubble.debug, .console-debug-level .bubble {
3258 .bubble.warning, .console-warning-level .bubble {
3262 .bubble.error, .console-error-level .bubble {
3266 .bubble.search-matches {
[all …]
DtextViewer.css20 .webkit-html-message-bubble {
/external/webkit/WebCore/css/
Dview-source.css127 .webkit-html-message-bubble {
/external/quake/quake/src/QW/
Dqwchangelog.txt61 - Precalculate light bubble
Dqwrlnote.txt163 - Precalculate light bubble
/external/webkit/WebCore/
DChangeLog450 - Whenever there is a need to manipulate individual lines (add message bubble /
6141 ".console-message .bubble" and ".sidebar-tree-item .status .bubble".
DChangeLog-2006-05-103637 submit event doesn't bubble - it's supposed to.
3650 - Fixed: error event does not bubble
3653 bubble" bug. The DOM spec says the event should bubble, and that's how
3667 (WebCore::HTMLTokenizer::notifyFinished): make onerror bubble
3671 (WebCore::HTMLScriptElement::notifyFinished): make onerror bubble
23658 * fast/events/window-events-bubble.html
23667 (WebCore::NodeImpl::dispatchGenericEvent): fire window events in capture and bubble phases.
24329 - fixed 7094: onfocus/onblur on non-form-controls bubble
DChangeLog-2003-10-253480 want those events to pass through the bubble and capture phases, just avoid triggering
9717 (HTMLFormElementImpl::prepareSubmit): Don't allow the submit event to bubble.
DChangeLog-2008-08-104715 Don't bubble the scroll event.
31188 or warning class to the bubble.
31209 (.webkit-html-message-bubble): Add a min-height to make sure the border-radius
53257 already-dispatched event and we need to respect the bubble and cancelable arguments.
76193 We bubble the wheel event up so the parent can handle it instead.
/external/webkit/WebKitTools/
DChangeLog2492 Unreviewed. Add missing "ago" for style in the status bubble.
3923 Unreviewed cosmetic change. Remove the status bubble for mac-ews
4033 bubble reporting pass events passively.
5911 Status bubble shouldn't be transparent for bots that haven't run yet
6225 Update status-bubble to show all the queues
8179 [bzt] Implement status bubble view
8182 The status bubble is a compact representation of the queue status for a
/external/bluetooth/glib/gio/
DChangeLog5365 and use g_qsort_with_data() instead of our own bubble sort
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm400 // which case we should not bubble the event up the DOM
/external/bouncycastle/patches/
Dandroid.patch211 + // TODO: This is bubble sort. Probably not the best choice.
/external/webkit/WebKit/qt/
DChangeLog6348 Send scrolling events to current focused frame, bubble the event
/external/webkit/WebKit/win/
DChangeLog-2009-06-168093 bubble scrolling from a key event
/external/srec/config/en.us/dictionary/
Dlarge.ok3838 bubble bubL

12