Searched refs:detail (Results 51 - 75 of 116) sorted by relevance

12345

/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMEvents.idl271 // in long detail,
282 HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] unsigned short button, [in] IDOMEventTarget* relatedTarget);
376 //readonly attribute long detail;
377 HRESULT detail([out, retval] long* result);
383 // in long detail);
384 HRESULT initUIEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail);
H A DIWebEditingDelegate.idl86 HRESULT Next(ULONG celt, [out] IWebGrammarDetail** detail, [out] ULONG* pceltFetched);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java156 event.detail = -1;
179 if (event.detail != -1) {
H A DCComboBox.java657 event.detail = sEvent.detail;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h141 virtual void updateSpellingUIWithGrammarString(const String&, const WebCore::GrammarDetail& detail);
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat79 rem (http://code.google.com/p/open-vcdiff/issues/detail?id=7)
212 rem (http://code.google.com/p/open-vcdiff/issues/detail?id=6)
412 rem (http://code.google.com/p/open-vcdiff/issues/detail?id=8)
/external/valgrind/main/lackey/
H A Dlk_main.c347 void increment_detail(ULong* detail) argument
349 (*detail)++;
352 /* A helper that adds the instrumentation for a detail. */
715 // above the function itself for more detail.
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dgastr.h324 BYTE detail; member in struct:__anon10640::__anon10641::__anon10642
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp296 clickCount = event.detail();
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp522 void EditorClientWx::updateSpellingUIWithGrammarString(const String&, const GrammarDetail& detail) argument
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp329 xCrossing.detail = NotifyDetailNone;
/external/libvpx/
H A Dvpxdec.c1026 const char *detail = vpx_codec_error_detail(&decoder); local
1029 if (detail)
1030 fprintf(stderr, " Additional information: %s\n", detail);
H A Dvpxenc.c98 const char *detail = vpx_codec_error_detail(ctx); local
102 if (detail)
103 fprintf(stderr, " %s\n", detail);
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp393 xcrossing.detail = NotifyDetailNone;
447 event.detail = NotifyDetailNone;
460 event.detail = NotifyDetailNone;
H A Dgtk2xtbin.c106 long detail,
804 long detail,
821 xevent.xclient.data.l[2] = detail;
802 send_xembed_message(XtClient *xtclient, long message, long detail, long data1, long data2, long time) argument
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp540 xcrossing.detail = NotifyDetailNone;
587 event.detail = NotifyDetailNone;
600 event.detail = NotifyDetailNone;
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1065 @property(readonly) int detail; variable
1073 - (void)initUIEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view detail:(int)detail AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1074 - (void)initUIEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMAbstractView *)view :(int)detail;
1146 - (void)initMouseEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view detail:(int)detail screenX:(int)screenX screenY:(int)screenY clientX:(int)clientX clientY:(int)clientY ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey button:(unsigned short)button relatedTarget:(id <DOMEventTarget>)relatedTarget AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1147 - (void)initMouseEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMAbstractView *)view :(int)detail :(int)screenX :(int)screenY :(int)clientX :(int)clientY :(BOOL)ctrlKey :(BOOL)altKey :(BOOL)shiftKey :(BOOL)metaKey :(unsigned short)button :(id <DOMEventTarget>)relatedTarget;
/external/webkit/Source/WebCore/dom/
H A DNode.cpp2730 void Node::dispatchUIEvent(const AtomicString& eventType, int detail, PassRefPtr<Event> underlyingEvent) argument
2738 RefPtr<UIEvent> event = UIEvent::create(eventType, true, cancelable, document()->defaultView(), detail);
2749 int detail, Node* relatedTarget)
2751 return EventDispatcher::dispatchEvent(this, MouseEventDispatchMediator(MouseEvent::create(eventType, document()->defaultView(), event, detail, relatedTarget)));
2799 int detail = event->isUIEvent() ? static_cast<UIEvent*>(event)->detail() : 0; local
2800 dispatchUIEvent(eventNames().DOMActivateEvent, detail, event);
2748 dispatchMouseEvent(const PlatformMouseEvent& event, const AtomicString& eventType, int detail, Node* relatedTarget) argument
/external/webkit/Source/WebCore/inspector/front-end/
H A DProfileView.js531 if (event.detail < 2)
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp199 HRESULT STDMETHODCALLTYPE DOMUIEvent::detail( function in class:DOMUIEvent
210 /* [in] */ long /*detail*/)
469 /* [in] */ long /*detail*/,
/external/llvm/include/llvm/Object/
H A DELF.h50 typedef support::detail::packed_endian_specific_integral
52 typedef support::detail::packed_endian_specific_integral
54 typedef support::detail::packed_endian_specific_integral
56 typedef support::detail::packed_endian_specific_integral
58 typedef support::detail::packed_endian_specific_integral
70 typedef support::detail::packed_endian_specific_integral
72 typedef support::detail::packed_endian_specific_integral
81 typedef support::detail::packed_endian_specific_integral
83 typedef support::detail::packed_endian_specific_integral
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c130 bevent->button = wire->u.u.detail;
141 kevent->keycode = wire->u.u.detail;
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1817 // takes precedence and we ignore any potential misspelled word. Select the grammar detail, update the spelling
2202 const GrammarDetail* detail = &result->details[j]; local
2203 ASSERT(detail->length > 0 && detail->location >= 0);
2204 if (grammarParagraph.checkingRangeCovers(resultLocation + detail->location, detail->length)) {
2205 RefPtr<Range> badGrammarRange = grammarParagraph.subrange(resultLocation + detail->location, detail->length);
2206 grammarRange->startContainer(ec)->document()->markers()->addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestatk.c1603 static void textChangedCb(AtkText* text, gint pos, gint len, const gchar* detail) argument
1607 if (!g_strcmp0(detail, "insert"))
1609 else if (!g_strcmp0(detail, "delete"))

Completed in 748 milliseconds

12345