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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 56 static bool rectCoversAnyScreen(NSRect rect)
66 static bool windowCoversAnyScreen(WindowRef window)
78 static bool windowCoversAnyScreen(NSWindow* window)
94 bool windowSetWasEmpty = m_windows.isEmpty();
123 static bool isUserbreakSet = false;
133 static bool shouldCallRealDebugger()
141 static bool isWindowActive(WindowRef windowRef, bool& result)
186 static void setModal(bool modalWindowIsShowing)
208 void PluginProcess::setModalWindowIsShowing(bool modalWindowIsShowing
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBooleanStatic.java 62 return m_val == obj2.bool();
XBoolean.java 112 public boolean bool() method in class:XBoolean
160 return m_val == obj2.bool();
XNull.java 80 public boolean bool() method in class:XNull
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameNetworkingContext.mm 28 bool WebFrameNetworkingContext::needsSiteSpecificQuirks() const
33 bool WebFrameNetworkingContext::localFileContentSniffingEnabled() const
WebIconDatabaseClient.mm 36 bool WebIconDatabaseClient::performImport()
39 bool result = importToWebCoreFormat();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebFrameNetworkingContext.mm 31 bool WebFrameNetworkingContext::needsSiteSpecificQuirks() const
36 bool WebFrameNetworkingContext::localFileContentSniffingEnabled() const
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityTextMarkerMac.mm 47 bool AccessibilityTextMarker::isEqual(AccessibilityTextMarker* other)
73 bool AccessibilityTextMarkerRange::isEqual(AccessibilityTextMarkerRange* other)
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 64 public final synchronized void setChallenged(final boolean bool) {
65 mChallenged = bool;
68 public final synchronized void setCancelled(final boolean bool) {
69 mAuthCancelled = bool;
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 17 external write_bitcode_file : Llvm.llmodule -> string -> bool
23 external write_bitcode_to_fd : ?unbuffered:bool -> Llvm.llmodule
24 -> Unix.file_descr -> bool
30 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuItemMac.mm 61 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
82 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
87 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, Vector<ContextMenuItem>& subMenuItems)
167 void ContextMenuItem::setChecked(bool checked)
175 void ContextMenuItem::setEnabled(bool enable)
180 bool ContextMenuItem::enabled() const
185 bool ContextMenuItem::checked() cons
    [all...]
ScrollViewMac.mm 39 - (BOOL)_needsToResetDragMargins;
40 - (void)_setNeedsToResetDragMargins:(BOOL)needs;
69 BOOL resetDragMargins = [window _needsToResetDragMargins];
96 void ScrollView::platformSetCanBlitOnScroll(bool canBlitOnScroll)
103 bool ScrollView::platformCanBlitOnScroll() const
108 IntRect ScrollView::platformVisibleContentRect(bool includeScrollbars) const
139 void ScrollView::platformSetScrollbarsSuppressed(bool repaintOnUnsuppress)
156 bool ScrollView::platformScroll(ScrollDirection, ScrollGranularity)
163 void ScrollView::platformRepaintContentRectangle(const IntRect& rect, bool now)
201 bool ScrollView::platformIsOffscreen() cons
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 104 void WebPageProxy::getIsSpeaking(bool& isSpeaking)
129 void WebPageProxy::updateWindowIsVisible(bool windowIsVisible)
154 bool WebPageProxy::insertText(const String& text, uint64_t replacementRangeStart, uint64_t replacementRangeEnd)
156 bool handled;
190 bool WebPageProxy::executeKeypressCommands(const Vector<WebCore::KeypressCommand>& commands)
192 bool result;
197 bool WebPageProxy::writeSelectionToPasteboard(const String& pasteboardName, const Vector<String>& pasteboardTypes)
199 bool result;
205 bool WebPageProxy::readSelectionFromPasteboard(const String& pasteboardName)
207 bool result
    [all...]
  /external/webkit/Source/WebKit2/Shared/mac/
WebCoreArgumentCodersMac.mm 40 bool requestIsPresent = resourceRequest.nsURLRequest();
50 bool decodeResourceRequest(ArgumentDecoder* decoder, ResourceRequest& resourceRequest)
52 bool requestIsPresent;
75 bool responseIsPresent = resourceResponse.nsURLResponse();
85 bool decodeResourceResponse(ArgumentDecoder* decoder, ResourceResponse& resourceResponse)
87 bool responseIsPresent;
115 bool errorIsNull = resourceError.isNull();
147 bool decodeResourceError(ArgumentDecoder* decoder, ResourceError& resourceError)
149 bool errorIsNull;
  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientation.mm 63 - (id)initWithCanProvideAlpha:(bool)canProvideAlpha alpha:(double)alpha canProvideBeta:(bool)canProvideBeta beta:(double)beta canProvideGamma:(bool)canProvideGamma gamma:(double)gamma
  /external/astl/include/
set 81 // - a bool which indicates if the insertion took place.
82 pair<iterator, bool> insert(const value_type& elt) {
86 return pair<iterator, bool>(i, false);
91 return pair<iterator, bool>(--mImpl.end(), true);
110 bool empty() const { return mImpl.size() == 0; }
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectMac.mm 36 bool AccessibilityObject::accessibilityIgnoreAttachment() const
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
PluginProxyMac.mm 52 bool PluginProxy::needsBackingStore() const
  /external/webkit/Tools/TestWebKitAPI/mac/
main.mm 34 bool passed = true;
  /external/stlport/stlport/
locale 83 inline bool isspace (_CharT c, const locale& loc)
87 inline bool isprint (_CharT c, const locale& loc)
91 inline bool iscntrl (_CharT c, const locale& loc)
95 inline bool isupper (_CharT c, const locale& loc)
99 inline bool islower (_CharT c, const locale& loc)
103 inline bool isalpha (_CharT c, const locale& loc)
107 inline bool isdigit (_CharT c, const locale& loc)
111 inline bool ispunct (_CharT c, const locale& loc)
115 inline bool isxdigit (_CharT c, const locale& loc)
119 inline bool isalnum (_CharT c, const locale& loc
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
locale 83 inline bool isspace (_CharT c, const locale& loc)
87 inline bool isprint (_CharT c, const locale& loc)
91 inline bool iscntrl (_CharT c, const locale& loc)
95 inline bool isupper (_CharT c, const locale& loc)
99 inline bool islower (_CharT c, const locale& loc)
103 inline bool isalpha (_CharT c, const locale& loc)
107 inline bool isdigit (_CharT c, const locale& loc)
111 inline bool ispunct (_CharT c, const locale& loc)
115 inline bool isxdigit (_CharT c, const locale& loc)
119 inline bool isalnum (_CharT c, const locale& loc
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
locale 83 inline bool isspace (_CharT c, const locale& loc)
87 inline bool isprint (_CharT c, const locale& loc)
91 inline bool iscntrl (_CharT c, const locale& loc)
95 inline bool isupper (_CharT c, const locale& loc)
99 inline bool islower (_CharT c, const locale& loc)
103 inline bool isalpha (_CharT c, const locale& loc)
107 inline bool isdigit (_CharT c, const locale& loc)
111 inline bool ispunct (_CharT c, const locale& loc)
115 inline bool isxdigit (_CharT c, const locale& loc)
119 inline bool isalnum (_CharT c, const locale& loc
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
locale 83 inline bool isspace (_CharT c, const locale& loc)
87 inline bool isprint (_CharT c, const locale& loc)
91 inline bool iscntrl (_CharT c, const locale& loc)
95 inline bool isupper (_CharT c, const locale& loc)
99 inline bool islower (_CharT c, const locale& loc)
103 inline bool isalpha (_CharT c, const locale& loc)
107 inline bool isdigit (_CharT c, const locale& loc)
111 inline bool ispunct (_CharT c, const locale& loc)
115 inline bool isxdigit (_CharT c, const locale& loc)
119 inline bool isalnum (_CharT c, const locale& loc
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncBoolean.java 45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
FuncNot.java 45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_FALSE : XBoolean.S_TRUE;

Completed in 847 milliseconds

12 3 4 5 6 7 8 91011>>