Searched refs:class (Results 1 - 25 of 4475) sorted by relevance

1234567891011>>

/external/webkit/WebCore/platform/graphics/skia/
H A DPlatformGraphics.h34 typedef class SkShader* PlatformGradient;
35 typedef class SkShader* PlatformPattern;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst-decl.h24 class SymbolTable;
25 class SymbolTableIterator;
27 class LogWeight;
28 class TropicalWeight;
30 class LogArc;
31 class StdArc;
33 template <class A> class ConstFst;
34 template <class A> class ExpandedFs
[all...]
/external/stlport/stlport/stl/
H A D_facets_fwd.h10 template <class _CharT, class _InputIter>
12 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
14 class money_get;
17 template <class _CharT, class _OutputIter>
19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
21 class money_pu
[all...]
H A D_string_fwd.h29 template <class _CharT,
30 class _Traits = char_traits<_CharT>,
31 class _Alloc = allocator<_CharT> >
32 class basic_string;
34 template <class _CharT,
35 class _Traits,
36 class _Alloc>
37 class basic_string;
/external/chromium/base/
H A Dnsimage_cache_mac.h9 @class NSImage;
10 @class NSString;
12 class NSImage;
13 class NSString;
H A Dworker_pool.h10 class Task;
14 class WorkerPool {
/external/webkit/WebCore/bindings/generic/
H A DGenericBinding.h38 class GenericBinding {};
41 template <class T>
42 class State {};
46 class State<GenericBinding> {
/external/webkit/WebKit/mac/WebView/
H A DWebPDFDocumentExtras.h26 @class PDFDocument;
/external/bluetooth/glib/tests/gobject/
H A Ddynamictype.c51 dynamic_object_class_init (DynamicObjectClass *class) argument
53 class->val = 42;
58 dynamic_object_class_finalize (DynamicObjectClass *class) argument
79 DynamicObjectClass *class; local
84 class = g_type_class_peek (DYNAMIC_OBJECT_TYPE);
85 g_assert (class == NULL);
89 class = g_type_class_ref (DYNAMIC_OBJECT_TYPE);
90 g_assert (class && class->val == 42);
94 class
[all...]
/external/skia/include/xml/
H A DSkBML_XMLParser.h20 class SkStream;
21 class SkWStream;
22 class SkXMLParser;
23 class SkXMLWriter;
25 class BML_XMLParser {
/external/webkit/WebCore/bindings/v8/
H A DScriptEventListener.h40 class Attribute;
41 class EventListener;
42 class Frame;
43 class Node;
44 class ScriptState;
/external/webkit/WebCore/svg/
H A DSVGStylable.h29 class CSSValue;
30 class CSSStyleDeclaration;
31 class String;
32 class QualifiedName;
34 class SVGStylable {
/external/webkit/WebKit/android/
H A DRenderSkinRadio.h31 class SkCanvas;
34 class AssetManager;
39 class Node;
40 class IntRect;
44 class RenderSkinRadio
48 * Initialize the class before use. Uses the AssetManager to initialize any bitmaps the class may use.
/external/webkit/WebKit/chromium/public/
H A DWebSocketStreamHandleClient.h38 class WebData;
39 class WebSocketStreamError;
40 class WebSocketStreamHandle;
41 class WebURL;
43 class WebSocketStreamHandleClient {
/external/webkit/WebCore/plugins/
H A DPluginDatabaseClient.h30 class PluginPackage;
31 class String;
33 class PluginDatabaseClient {
/external/webkit/WebKit/chromium/public/mac/
H A DWebScreenInfoFactory.h37 @class NSView;
39 class NSView;
46 class WebScreenInfoFactory {
/external/webkit/WebKit/chromium/src/
H A DWebInputEventConversion.h43 class KeyboardEvent;
44 class MouseEvent;
45 class ScrollView;
46 class Widget;
51 class WebMouseEvent;
52 class WebMouseWheelEvent;
53 class WebKeyboardEvent;
58 class PlatformMouseEventBuilder : public WebCore::PlatformMouseEvent {
63 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
68 class PlatformKeyboardEventBuilde
[all...]
/external/webkit/WebCore/accessibility/mac/
H A DAccessibilityObjectWrapper.h35 @class WebCoreTextMarker;
36 @class WebCoreTextMarkerRange;
38 class WebCoreTextMarker;
39 class WebCoreTextMarkerRange;
43 class AccessibilityObject;
44 class VisiblePosition;
/external/webkit/WebCore/platform/network/mac/
H A DAuthenticationMac.h30 @class NSURLAuthenticationChallenge;
31 @class NSURLCredential;
32 @class NSURLProtectionSpace;
36 class AuthenticationChallenge;
37 class Credential;
38 class ProtectionSpace;
/external/webkit/WebCore/workers/
H A DSharedWorkerRepository.h42 class Document;
43 class KURL;
44 class MessagePortChannel;
45 class SharedWorker;
46 class String;
49 class SharedWorkerRepository {
/external/chromium/third_party/icu/source/test/intltest/
H A Dwindttst.h26 class TestLog;
28 class Win32DateTimeTest
H A Dwinnmtst.h26 class TestLog;
28 class Win32NumberTest
/external/icu4c/test/intltest/
H A Dwindttst.h26 class TestLog;
28 class Win32DateTimeTest
H A Dwinnmtst.h26 class TestLog;
28 class Win32NumberTest
/external/webkit/WebCore/bindings/js/
H A DJSExceptionBase.h31 class JSValue;
37 class ExceptionBase;

Completed in 483 milliseconds

1234567891011>>