Searched refs:interface (Results 76 - 100 of 1838) sorted by relevance

1234567891011>>

/external/google-tv-pairing-protocol/cpp/src/polo/wire/
H A Dpolowireadapter.cc22 PoloWireAdapter::PoloWireAdapter(PoloWireInterface* interface) argument
23 : interface_(interface) {
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dfast_resize_view.h13 @interface FastResizeView : NSView
H A Dfloating_bar_backing_view.h11 @interface FloatingBarBackingView : NSView
H A Dfullscreen_exit_bubble_view.h11 @interface FullscreenExitBubbleView : NSView
H A Dstyled_text_field.h13 @interface StyledTextField : NSTextField {
27 @interface StyledTextField (ExposedForTesting)
H A Dui_localizer.h31 @interface ChromeUILocalizer : GTMUILocalizer
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
H A Dwrench_menu_button_cell.h14 @interface WrenchMenuButtonCell : NSButtonCell {
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkTextFieldCell.h12 @interface SkTextFieldCell : NSTextFieldCell {
/external/clang/test/ARCMT/whitelisted/
H A Dheader1.h2 @interface I1 : NSObject
/external/clang/test/Index/
H A Dannotate-toplevel-in-objccontainer.m.h1 @interface FooPCH
H A Dgetcursor-preamble.h1 @interface I {
/external/clang/test/PCH/
H A Dobjc_property.h2 @interface TestProperties
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/
H A DSDLMain.h13 @interface SDLMain : NSObject
/external/skia/src/views/mac/
H A DSkTextFieldCell.h12 @interface SkTextFieldCell : NSTextFieldCell {
/external/clang/test/Modules/Inputs/
H A Dcategory_right_sub.h1 @interface Foo(RightSub) <P2>
5 @interface Foo() {
16 @interface Foo(LeftP4) <P4>
/external/chromium_org/ppapi/tests/
H A Dtest_console.cc47 // it does test that the interface exists and that it can be called without
50 const PPB_Console* interface = console_interface_; local
53 TestConsoleSub(interface, pp_instance, source, pp::Var());
54 TestConsoleSub(interface, pp_instance, source, pp::Var(pp::Var::Null()));
55 TestConsoleSub(interface, pp_instance, source, pp::Var(false));
56 TestConsoleSub(interface, pp_instance, source, pp::Var(12345678));
57 TestConsoleSub(interface, pp_instance, source, pp::Var(-0.0));
58 TestConsoleSub(interface, pp_instance, source, pp::Var("Hello World!"));
59 TestConsoleSub(interface, pp_instance, source, pp::VarArray());
60 TestConsoleSub(interface, pp_instanc
[all...]

Completed in 1164 milliseconds

1234567891011>>