Searched refs:interface (Results 101 - 125 of 1838) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_unittest_helper.h14 @interface BookmarkBarController (BookmarkBarUnitTestHelper)
23 @interface BookmarkBarFolderController (BookmarkBarUnitTestHelper)
32 @interface BookmarkButton (BookmarkBarUnitTestHelper)
/external/clang/test/PCH/
H A Dobjc_methods.h3 @interface TestPCH
13 @interface PR12689
29 @interface PR12689_2
/external/android-clat/
H A Dgetaddr.h26 union anyip *getinterface_ip(const char *interface, int family);
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_shelf_view.h15 @interface DownloadShelfView : AnimatableView {
H A Ddownload_show_all_cell.h12 @interface DownloadShowAllCell : GradientButtonCell<NSAnimationDelegate> {
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_view.h14 @interface FindBarView : BackgroundGradientView {
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dnew_tab_button.h15 @interface NewTabButton : NSButton
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCAudioTrack+Internal.h32 @interface RTCAudioTrack (Internal)
H A DRTCICEServer+Internal.h32 @interface RTCICEServer (Internal)
H A DRTCMediaConstraints+Internal.h34 @interface RTCMediaConstraints (Internal)
H A DRTCVideoRenderer+Internal.h32 @interface RTCVideoRenderer (Internal)
H A DRTCVideoSource+Internal.h32 @interface RTCVideoSource (Internal)
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCProtocolMockObject.h8 @interface OCProtocolMockObject : OCMockObject
/external/chromium_org/third_party/skia/experimental/FileReaderApp/
H A DFileReaderWindow.h10 @interface FileReaderWindow : SkNSWindow {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.cpp24 bool GrGLContextInfo::initialize(const GrGLInterface* interface) { argument
28 if (interface->fFunctions.fGetString) {
30 GR_GL_CALL_RET(interface, verUByte, GetString(GR_GL_VERSION));
34 GR_GL_CALL_RET(interface, rendererUByte, GetString(GR_GL_RENDERER));
37 if (interface->validate()) {
44 if (!GrGetGLSLGeneration(interface, &fGLSLGeneration)) {
48 fVendor = GrGLGetVendor(interface);
57 fInterface.reset(SkRef(interface));
59 return fGLCaps->init(*this, interface);
/external/chromium_org/tools/gyp/test/ios/extension/ExtensionContainer/
H A DAppDelegate.h7 @interface AppDelegate : UIResponder <UIApplicationDelegate>
/external/chromium_org/ui/base/cocoa/controls/
H A Dblue_label_button.h17 @interface BlueLabelButton : HoverButton
/external/chromium_org/ui/base/cocoa/
H A Dflipped_view.h17 @interface FlippedView : NSView
H A Dunderlay_opengl_hosting_window.h16 @interface UnderlayOpenGLHostingWindow : NSWindow
H A Dview_description.h12 @interface NSView (CrDebugging)
/external/clang/test/Modules/
H A Dimport-decl.cpp13 @interface A
/external/clang/test/PCH/Inputs/
H A Dchain-remap-types1.h7 @interface X {
/external/lldb/test/lang/objc/real-definition/
H A DFoo.h5 @interface Foo : NSObject {
/external/skia/experimental/FileReaderApp/
H A DFileReaderWindow.h10 @interface FileReaderWindow : SkNSWindow {
/external/skia/src/gpu/gl/
H A DGrGLContext.cpp24 bool GrGLContextInfo::initialize(const GrGLInterface* interface) { argument
28 if (interface->fFunctions.fGetString) {
30 GR_GL_CALL_RET(interface, verUByte, GetString(GR_GL_VERSION));
34 GR_GL_CALL_RET(interface, rendererUByte, GetString(GR_GL_RENDERER));
37 if (interface->validate()) {
44 if (!GrGetGLSLGeneration(interface, &fGLSLGeneration)) {
48 fVendor = GrGLGetVendor(interface);
57 fInterface.reset(SkRef(interface));
59 return fGLCaps->init(*this, interface);

Completed in 1820 milliseconds

1234567891011>>