Home
last modified time | relevance | path

Searched refs:click (Results 1 – 25 of 115) sorted by relevance

12345

/external/skia/src/views/
DSkView.cpp360 Click* click = child->findClickHandler(x - child->fLoc.fX, in findClickHandler() local
362 if (click) { in findClickHandler()
363 return click; in findClickHandler()
370 void SkView::DoClickDown(Click* click, int x, int y) in DoClickDown() argument
372 SkASSERT(click); in DoClickDown()
374 SkView* target = (SkView*)SkEventSink::FindSink(click->fTargetID); in DoClickDown()
378 click->fIOrig.set(x, y); in DoClickDown()
379 click->fICurr = click->fIPrev = click->fIOrig; in DoClickDown()
381 click->fOrig.iset(x, y); in DoClickDown()
382 target->globalToLocal(&click->fOrig); in DoClickDown()
[all …]
DSkWidgets.cpp311 bool SkPushButtonWidget::onClick(Click* click)
317 if (r.contains(click->fCurr))
319 if (click->fState == Click::kUp_State)
DSkWidget.cpp310 bool SkSliderView::onClick(Click* click)
314 SkScalar percent = SkScalarDiv(click->fCurr.fX + SK_Scalar1, this->width() - SK_Scalar1*2);
/external/qemu/distrib/sdl-1.2.12/src/main/macos/
DSDL.r33 … 636B 204F 4B2E 2054 6F20 7265 7475 726E" /* is correct, click OK. To return */
34 … 2073 6574 7469 6E67 2C20 636C 6963 6B20" /* to the original setting, click */
/external/webkit/WebKit/chromium/src/js/
DTests.js180 button.click();
639 WebInspector.currentPanel.pauseOnExceptionButton.element.click();
643 WebInspector.currentPanel.pauseOnExceptionButton.element.click();
728 WebInspector.panels.scripts.pauseButton.click();
1197 document.getElementById("scripts-step-over").click();
1205 document.getElementById("scripts-step-over").click();
1238 document.getElementById("scripts-step-out").click();
1271 document.getElementById("scripts-step-over").click();
1279 document.getElementById("scripts-step-into").click();
1677 pauseButton.click();
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat3 play = Plays the segment with associated event attributes. To trigger the event, click the event in…
40 …se, or delete segments using the buttons at the left. You may also double click to edit a segment.
41 eventlist = The list of events for the currently selected segment display here. Double click to ed…
101 seglist = The list of segments in the JET file display here. Double click on a segment to add it t…
/external/webkit/WebCore/page/mac/
DEventHandlerMac.mm178 // Double-click events don't exist in Cocoa. Since passWidgetMouseDownEventToWidget will
522 // a mouse release event, even for a double click. To correct problems
523 // in khtml's DOM click event handling we do not send a release here
524 // for a double click. Instead we send that event from FrameView's
525 // handleMouseDoubleClickEvent. Note also that the third click of
526 // a triple click is treated as a single click, but the fourth is then
527 // treated as another double click. Hence the "% 2" below.
/external/webkit/WebCore/rendering/
DRenderFileUploadControl.h42 void click();
/external/quake/quake/src/WinQuake/data/
DREADME.TXT79 Windows 95: To launch Quake in single player mode, double click on the file
82 protocol is installed, then double click on the Q95.BAT file to launch the
85 Merely double-click on that file again and it will work.
208 1. Using Explorer, right click and drag the file QUAKE.EXE, from the Quake
211 2. Right click on the new icon, and from the menu that pops up, choose
213 3. Now click on the "Advanced..." button near the bottom. The "Advanced
223 7. To finish, click on "OK" again.
/external/webkit/WebCore/inspector/front-end/
DScriptsPanel.js167 handler = this.pauseButton.click.bind(this.pauseButton);
174 handler = this.stepOverButton.click.bind(this.stepOverButton);
181 handler = this.stepIntoButton.click.bind(this.stepIntoButton);
188 handler = this.stepOutButton.click.bind(this.stepOutButton);
/external/webkit/WebCore/html/
DHTMLElement.h70 void click();
DHTMLButtonElement.idl37 void click();
/external/svox/pico/tests/data/
Dxsampa_pico_man_README.txt22 Android-powered device, and enter the file name that contains the test to run, and click "Run test".
/external/quake/quake/src/WinQuake/kit/
D3DFX.TXT131 Control Panel, System - click on the Performance tab and then click on
158 to "middle" and not "double click".
/external/icu4c/samples/citer/
Dreadme.txt10 citer.sln Windows MSVC workspace. Double-click this to get started.
/external/icu4c/samples/props/
Dreadme.txt10 props.sln Windows MSVC workspace. Double-click this to get started.
/external/icu4c/samples/break/
Dreadme.txt11 break.sln Windows MSVC workspace. Double-click this to get started.
/external/icu4c/samples/ustring/
Dreadme.txt10 ustring.sln Windows MSVC workspace. Double-click this to get started.
/external/webkit/WebCore/dom/
DEventNames.h42 macro(click) \
/external/icu4c/samples/case/
Dreadme.txt11 case.sln Windows MSVC workspace. Double-click this to get started.
/external/icu4c/samples/coll/
Dreadme.txt10 coll.sln Windows MSVC workspace. Double-click this to get started.
/external/icu4c/samples/ucnv/
Dreadme.txt16 ucnv.sln Windows MSVC workspace. Double-click this to get started.
/external/icu4c/samples/cal/
Dreadme.txt13 cal.sln Windows MSVC workspace. Double-click this to get started.
/external/icu4c/samples/date/
Dreadme.txt13 date.sln Windows MSVC workspace. Double-click this to get started.
/external/protobuf/vsprojects/
Dreadme.txt41 2a) Right-click the project and choose "properties".
73 3) Right-click on the "tests" project and choose "properties". Navigate the

12345