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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm 162 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
CookieJar.mm 42 - (BOOL)isHTTPOnly;
47 static bool isHTTPOnly(NSHTTPCookie *cookie)
51 static bool supportsHTTPOnlyCookies = [NSHTTPCookie instancesRespondToSelector:@selector(isHTTPOnly)];
143 bool cookiesEnabled(const Document*)
161 bool getRawCookies(const Document*, const KURL& url, Vector<Cookie>& rawCookies)
184 bool httpOnly = [cookie isHTTPOnly];
185 bool secure = [cookie isSecure];
186 bool session = [cookie isSessionOnly];
ThreadCheck.mm 35 static bool didReadThreadViolationBehaviorFromUserDefaults = false;
36 static bool threadViolationBehaviorIsDefault = true;
  /libcore/support/src/test/java/libcore/java/io/
NullPrintStream.java 48 public void print(boolean bool) {}
58 public void println(boolean bool) {}
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferenceActivity.java 61 return !context.getResources().getBoolean(R.bool.config_sort_order_user_changeable)
62 && !context.getResources().getBoolean(R.bool.config_display_order_user_changeable);
  /external/astl/include/
algorithm 135 template<bool> struct __fill
159 const bool is_scalar = std::is_scalar<_T>::value;
192 template<bool> struct __fill_n
222 const bool is_scalar = std::is_scalar<_T>::value;
262 inline bool equal(_InputIterator1 begin1, _InputIterator1 end1,
282 inline bool equal(_InputIterator1 begin1, _InputIterator1 end1,
287 if (!bool(binary_predicate(*begin1, *begin2)))
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 45 bool Font::canReturnFallbackFontsForComplexText()
50 bool Font::canExpandAroundIdeographsInComplexText()
58 static bool hasBrokenCTFontGetVerticalTranslationsForGlyphs()
62 static bool isCached = false;
63 static bool result;
88 bool isVertical = font->platformData().orientation() == Vertical;
144 bool shouldSmoothFonts = true;
145 bool changeFontSmoothing = false;
179 bool originalShouldUseFontSmoothing = false;
225 bool hasSimpleShadow = context->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBl (…)
    [all...]
GraphicsContextMac.mm 102 static NSColor* createPatternColor(NSString* name, NSColor* defaultColor, bool& usingDot)
124 bool usingDot;
130 static bool usingDotForSpelling = false;
139 static bool usingDotForGrammar = false;
150 static bool usingDotForSpelling = false;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 35 int cardVisible; // not bool because of packing bug?
36 int detailVisible; // not bool because of packing bug?
37 int shouldPrefetch; // not bool because of packing bug?
166 const bool debugCamera = false; // dumps ray/camera coordinate stuff
167 const bool debugSelection = false; // logs selection events
168 const bool debugTextureLoading = false; // for debugging texture load/unload
169 const bool debugGeometryLoading = false; // for debugging geometry load/unload
170 const bool debugDetails = false; // for debugging detail texture geometry
171 const bool debugRendering = false; // flashes display when the frame changes
172 const bool debugRays = false; // shows visual depiction of hit tests, See renderWithRays()
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 52 bool hScrollModeLocked;
53 bool vScrollModeLocked;
54 bool suppressLayout;
55 bool suppressScrollers;
56 bool inUpdateScrollers;
57 bool verticallyPinnedByPreviousWheelEvent;
58 bool horizontallyPinnedByPreviousWheelEvent;
60 bool allowsScrollersToOverlapContent;
61 bool alwaysHideHorizontalScroller;
62 bool alwaysHideVerticalScroller
    [all...]
WebDocumentLoaderMac.mm 43 static inline bool needsDataLoadWorkaround(WebView *webView)
59 static bool needsWorkaround = !WebKitLinkedOnOrAfter(WEBKIT_FIRST_VERSION_WITHOUT_ADOBE_INSTALLER_QUIRK)
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 434 mContext.getResources().getBoolean(R.bool.assisted_gps_enabled) ? "1" : "0";
502 R.bool.def_notification_pulse);
650 R.bool.def_vibrate_in_silent);
740 R.bool.def_accessibility_script_injection);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNumber.java 116 public boolean bool() method in class:XNumber
405 return obj2.bool() == bool();
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 124 static bool gJumpOnTrackClick = false;
158 static bool initialized;
200 bool ScrollbarThemeChromiumMac::hasButtons(Scrollbar* scrollbar)
207 bool ScrollbarThemeChromiumMac::hasThumb(Scrollbar* scrollbar)
214 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
230 IntRect ScrollbarThemeChromiumMac::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
241 bool outerButton = part == BackButtonStartPart && (buttonsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
264 IntRect ScrollbarThemeChromiumMac::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
278 bool outerButton = part == ForwardButtonEndPart && (buttonsPlacement() == ScrollbarButtonsDoubleEnd || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
304 IntRect ScrollbarThemeChromiumMac::trackRect(Scrollbar* scrollbar, bool painting
    [all...]
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleActivity.java 51 if (getResources().getBoolean(R.bool.has_two_panes)) {
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Equals.java 62 public boolean bool(XPathContext xctxt) method in class:Equals
  /external/webkit/Source/WebCore/bridge/jni/
jni_objc.mm 41 isStatic:(BOOL)isStatic
49 bool JSC::Bindings::dispatchJNICall(ExecState* exec, const void* targetAppletView, jobject obj, bool isStatic, JavaType returnType, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue& exceptionDescription)
  /external/webkit/Source/WebCore/platform/graphics/gpu/mac/
DrawingBufferMac.mm 41 bool multisampleExtensionSupported,
42 bool packedDepthStencilExtensionSupported)
  /external/webkit/Source/WebCore/platform/iphone/
KeyEventIPhone.mm 87 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
112 bool PlatformKeyboardEvent::currentCapsLockState()
  /external/webkit/Source/WebCore/platform/text/mac/
TextBreakIteratorInternalICUMac.mm 80 static bool gotSearchLocale = false;
100 static bool gotTextBreakLocale = false;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 95 bool WebNetscapePluginEventHandlerCocoa::scrollWheel(NSEvent* event)
100 bool WebNetscapePluginEventHandlerCocoa::sendMouseEvent(NSEvent *nsEvent, NPCocoaEventType type)
127 bool retval = sendKeyEvent(event, NPCocoaEventKeyDown);
174 bool WebNetscapePluginEventHandlerCocoa::sendKeyEvent(NSEvent* nsEvent, NPCocoaEventType type)
188 void WebNetscapePluginEventHandlerCocoa::windowFocusChanged(bool hasFocus)
198 void WebNetscapePluginEventHandlerCocoa::focusChanged(bool hasFocus)
218 bool WebNetscapePluginEventHandlerCocoa::sendEvent(NPCocoaEvent* event)
234 bool result = [m_pluginView sendEvent:event isDrawRect:event->type == NPCocoaEventDrawRect];
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 201 bool WebEditorClient::isContinuousSpellCheckingEnabled()
211 bool WebEditorClient::isGrammarCheckingEnabled()
232 bool WebEditorClient::shouldDeleteRange(Range* range)
238 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* element)
244 bool WebEditorClient::smartInsertDeleteEnabled()
249 bool WebEditorClient::isSelectTrailingWhitespaceEnabled()
254 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range)
260 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* range, Range* rangeToBeReplaced)
266 bool WebEditorClient::shouldBeginEditing(Range* range)
274 bool WebEditorClient::shouldEndEditing(Range* range
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginInfoStoreMac.mm 74 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin)
79 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin)
  /external/webkit/Tools/DumpRenderTree/mac/
HistoryDelegate.mm 43 bool hasClientRedirect = [[navigationData clientRedirectSource] length];
45 bool wasFailure = [navigationData hasSubstituteData] || (httpResponse && [httpResponse statusCode] >= 400);
  /frameworks/base/libs/rs/scriptc/
rs_core.rsh 47 extern bool __attribute__((overloadable))
52 extern bool __attribute__((overloadable))

Completed in 800 milliseconds

1 2 34 5 6 7 8 91011>>