HomeSort by relevance Sort by last modified time
    Searched refs:MAC (Results 101 - 125 of 294) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebKit2/Shared/
PlatformPopupMenuData.cpp 62 #elif PLATFORM(MAC)
93 #elif PLATFORM(MAC)
WebProcessCreationParameters.cpp 37 #if PLATFORM(MAC)
67 #if PLATFORM(MAC)
123 #if PLATFORM(MAC)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 34 #if PLATFORM(MAC)
112 #if PLATFORM(MAC)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 83 #if PLATFORM(MAC)
151 #if PLATFORM(MAC)
PluginView.h 63 #if PLATFORM(MAC)
99 #if PLATFORM(MAC)
135 #if PLATFORM(MAC)
  /external/webkit/Source/WebCore/platform/
Widget.h 38 #if PLATFORM(MAC)
47 #if PLATFORM(MAC)
127 // A widget may or may not be backed by a platform-specific object (e.g., HWND on Windows, NSView on Mac, QWidget on Qt).
133 // ScrollView - Mac
134 // Scrollbar - Mac, Gtk
135 // Plugin - Mac, Windows (windowed only), Qt (windowed only, widget is an HWND on windows), Gtk (windowed only)
190 // FIXME: The Mac plug-in code should inherit from PluginView. When this happens PluginViewBase and PluginView can become one class.
203 // It is important for cross-platform code to realize that Mac has flipped coordinates. Therefore any code
218 #if PLATFORM(MAC)
266 // which has behavior that may differ between platforms (e.g. Mac uses flipped window coordinates)
    [all...]
PlatformKeyboardEvent.h 32 #if PLATFORM(MAC)
82 // KeyDown is sent by platforms such as Mac OS X, gtk and Qt, and has information about both physical pressed key, and its translation.
166 #if PLATFORM(MAC)
247 #if PLATFORM(MAC)
LocalizedStrings.cpp 74 #if PLATFORM(MAC)
181 #if PLATFORM(MAC)
238 #if PLATFORM(MAC)
265 #if PLATFORM(MAC)
317 #if PLATFORM(MAC)
384 #endif // PLATFORM(MAC)
493 #if PLATFORM(MAC)
572 #if PLATFORM(MAC)
702 #if !PLATFORM(MAC) && !PLATFORM(WIN)
SchemeRegistry.cpp 37 #if PLATFORM(MAC)
116 #if PLATFORM(MAC)
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 39 #if PLATFORM(MAC)
54 #if PLATFORM(MAC)
62 #if PLATFORM(MAC)
134 #if PLATFORM(MAC)
160 #if PLATFORM(MAC)
217 #if PLATFORM(MAC)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 62 #if PLATFORM(MAC)
166 #if PLATFORM(MAC)
251 #if PLATFORM(MAC)
317 #if PLATFORM(MAC)
353 #if PLATFORM(MAC)
376 #if PLATFORM(MAC) || PLATFORM(WIN)
402 #if PLATFORM(MAC)
406 #if PLATFORM(MAC) && !defined(BUILDING_ON_SNOW_LEOPARD)
426 #if !PLATFORM(MAC)
431 #if PLATFORM(MAC)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportConnection.java 16 import ch.ethz.ssh2.crypto.digest.MAC;
40 /* Depends on current MAC and CIPHER */
42 MAC send_mac;
48 MAC recv_mac;
79 public void changeRecvCipher(BlockCipher bc, MAC mac)
82 recv_mac = mac;
83 recv_mac_buffer = (mac != null) ? new byte[mac.size()] : null;
84 recv_mac_buffer_cmp = (mac != null) ? new byte[mac.size()] : null
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 378 /* OS(DARWIN) - Any Darwin-based OS, including Mac OS X and iPhone OS */
403 /* OS(MAC_OS_X) - Mac OS X (not including iOS) */
488 /* PLATFORM(MAC) */
543 #if PLATFORM(MAC) || PLATFORM(IOS)
546 #if PLATFORM(MAC) || PLATFORM(IOS) || (PLATFORM(WIN) && USE(CG))
550 /* USE(SKIA) for Win/Linux, CG for Mac */
581 #if (PLATFORM(GTK) || PLATFORM(IOS) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && (OS(DARWIN) || USE(PTHREAD_BASED_QT)) && !ENABLE(SINGLE_THREADED))) && !defined(ENABLE_JSC_MULTIPLE_THREADS)
614 #if PLATFORM(MAC) && !PLATFORM(IOS)
637 #endif /* PLATFORM(MAC) && !PLATFORM(IOS) */
797 #if USE(CFNETWORK) || PLATFORM(MAC)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.h 32 #if PLATFORM(MAC)
157 #if PLATFORM(MAC)
199 #if PLATFORM(MAC)
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 35 #if PLATFORM(MAC)
136 #if PLATFORM(MAC)
280 #if PLATFORM(MAC)
Image.h 40 #if PLATFORM(MAC)
133 #if PLATFORM(MAC)
  /external/webkit/Source/WebKit2/Platform/
WorkQueue.h 30 #if PLATFORM(MAC)
70 #if PLATFORM(MAC)
103 #if PLATFORM(MAC)
RunLoop.h 94 #elif PLATFORM(MAC)
150 #elif PLATFORM(MAC)
  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.h 34 #if PLATFORM(MAC)
55 #if PLATFORM(MAC)
219 #if PLATFORM(MAC)
  /external/webkit/Tools/WebKitTestRunner/cg/
TestInvocationCG.cpp 37 #if PLATFORM(MAC)
75 #if PLATFORM(MAC)
90 #if PLATFORM(MAC)
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 63 unsigned MAI, MAC;
68 MAC));
  /external/webkit/Source/WebCore/
config.h 114 // These undefs match up with defines in WebCorePrefix.h for Mac OS X.
130 // are used from wx headers. On GTK+ for Mac many GTK+ files include <libintl.h>
158 #if PLATFORM(MAC)
161 #endif // PLATFORM(MAC)
215 // CoreAnimation is available to IOS, Mac and Windows if using CG
216 #if PLATFORM(MAC) || PLATFORM(IOS) || (PLATFORM(WIN) && USE(CG))
  /external/webkit/Source/WebCore/page/
Chrome.h 33 #if PLATFORM(MAC)
164 #if PLATFORM(MAC)
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 38 #if PLATFORM(MAC)
144 #if PLATFORM(MAC)
  /external/webkit/Source/WebCore/platform/text/cf/
StringImplCF.cpp 31 #if PLATFORM(MAC) && !defined(BUILDING_ON_TIGER)
117 #if PLATFORM(MAC) && !defined(BUILDING_ON_TIGER)

Completed in 1625 milliseconds

1 2 3 45 6 7 8 91011>>