HomeSort by relevance Sort by last modified time
    Searched refs:bool (Results 151 - 175 of 412) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/editing/mac/
EditorMac.mm 64 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText)
67 bool choosePlainText;
191 bool Editor::canCopyExcludingStandaloneImages()
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 89 static inline bool isAppKitFontWeightBold(NSInteger appKitFontWeight)
211 bool syntheticBold = isAppKitFontWeightBold(weight) && !isAppKitFontWeightBold(actualWeight);
212 bool syntheticOblique = (traits & NSFontItalicTrait) && !(actualTraits & NSFontItalicTrait);
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 269 external type_is_sized : lltype -> bool = "llvm_type_is_sized"
292 external is_var_arg : lltype -> bool = "llvm_is_var_arg"
303 external struct_set_body : lltype -> lltype array -> bool -> unit =
307 external is_packed : lltype -> bool = "llvm_is_packed"
308 external is_opaque : lltype -> bool = "llvm_is_opaque"
374 external is_constant : llvalue -> bool = "llvm_is_constant"
379 external is_null : llvalue -> bool = "llvm_is_null"
380 external is_undef : llvalue -> bool = "llvm_is_undef"
384 external has_metadata : llvalue -> bool = "llvm_has_metadata"
397 external const_of_int64 : lltype -> Int64.t -> bool -> llvalu
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 81 - (BOOL)wantsToHandleMouseEvents;
82 - (BOOL)handleMouseEvent:(NSEvent *)event;
89 - (BOOL)_updateGrowBoxForWindowFrameChange;
104 bool eventInterpretationHadSideEffects;
105 bool consumedByIM;
106 bool executingSavedKeypressCommands;
141 bool _inBecomeFirstResponder;
142 bool _inResignFirstResponder;
144 BOOL _ignoringMouseDraggedEvents;
145 BOOL _dragHasStarted
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 84 tryBoolean(R.bool.trueRes, true);
85 tryBoolean(R.bool.falseRes, false);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
InvocationTargetExceptionTest.java 36 public void parmTest(int x, short y, String s, boolean bool, Object o,
45 boolean bool, Object o, long l, byte b, char c, double d,
  /external/astl/include/
ostream 88 ostream& operator<<(bool val);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager_mac.mm 76 bool GetQTKitVideoDevices(std::vector<Device>* devices) {
  /external/webkit/Source/WebCore/bridge/objc/
objc_runtime.mm 201 bool ObjcFallbackObjectImp::getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot& slot)
208 bool ObjcFallbackObjectImp::getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor& descriptor)
260 bool ObjcFallbackObjectImp::deleteProperty(ExecState*, const Identifier&)
270 bool ObjcFallbackObjectImp::toBoolean(ExecState *) const
  /external/webkit/Source/WebCore/platform/mac/
Language.mm 105 static bool languageChangeObserverAdded;
PlatformScreenMac.mm 46 bool screenIsMonochrome(Widget*)
WidgetMac.mm 50 - (BOOL)_needsToResetDragMargins;
51 - (void)_setNeedsToResetDragMargins:(BOOL)needs;
55 - (void)setIsSelected:(BOOL)isSelected;
56 - (void)webPlugInSetIsSelected:(BOOL)isSelected;
72 bool mustStayInWindow;
73 bool removeFromSuperviewSoon;
87 BOOL resetDragMargins = [window _needsToResetDragMargins];
107 void Widget::setFocus(bool focused)
323 void Widget::setIsSelected(bool isSelected)
  /external/webkit/Source/WebCore/platform/network/mac/
CookieStorageMac.mm 88 void setCookieStoragePrivateBrowsingEnabled(bool enabled)
ResourceErrorMac.mm 75 bool ResourceError::platformCompare(const ResourceError& a, const ResourceError& b)
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonUtils.m 34 extern CGImageRef _NSCreateImageRef( unsigned char *const bitmapData[5], int pixelsWide, int pixelsHigh, int bitsPerSample, int samplesPerPixel, int bitsPerPixel, int bytesPerRow, BOOL isPlanar, BOOL hasAlpha, NSString *colorSpaceName, CGColorSpaceRef customColorSpace, id sourceObj);
47 static bool sAppKitLoaded;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSObjectExtras.mm 40 static bool returnTypeIsObject(NSInvocation *invocation)
  /external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, CGContextRef context)
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellMac.mm 145 bool checkLayoutTestSystemDependencies()
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 137 PassRefPtr<BitmapContext> createBitmapContextFromWebView(bool onscreen, bool incrementalRepaint, bool sweepHorizontally, bool drawSelectionRect)
  /frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
OverlayBaseTest.java 62 final int resId = com.android.internal.R.bool.config_automatic_brightness_available;
68 final int resId = com.android.internal.R.bool.config_bypass_keyguard_if_slider_open;
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 152 bool nsGetWinDims(void* win,unsigned int* width,unsigned int* height){
163 bool nsCheckColor(void* win,int colorSize){
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 105 lazy_compilation_enabled: t -> bool
111 external initialize_native_target : unit -> bool
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 103 -(void)seekCompleted:(BOOL)finished;
114 static const char *boolString(bool val)
174 bool MediaPlayerPrivateAVFoundationObjC::hasLayerRenderer() const
179 bool MediaPlayerPrivateAVFoundationObjC::hasContextRenderer() const
233 bool MediaPlayerPrivateAVFoundationObjC::videoLayerIsReadyToDisplay() const
413 [m_avPlayerItem.get() seekToTime:CMTimeMakeWithSeconds(time, 600) toleranceBefore:kCMTimeZero toleranceAfter:kCMTimeZero completionHandler:^(BOOL finished) {
428 void MediaPlayerPrivateAVFoundationObjC::setClosedCaptionsVisible(bool closedCaptionsVisible)
587 static bool typeListInitialized = false;
640 bool MediaPlayerPrivateAVFoundationObjC::isAvailable()
769 - (void)seekCompleted:(BOOL)finishe
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PickerActivity.java 42 boolean isDialog = getResources().getBoolean(R.bool.picker_is_dialog);
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 263 public boolean bool() throws javax.xml.transform.TransformerException method in class:XObject
280 return bool();
507 result = new Boolean(bool());

Completed in 3530 milliseconds

1 2 3 4 5 67 8 91011>>