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

12 3 4 5 6 7 8 9

  /external/webkit/WebCore/page/mac/
DragControllerMac.mm 52 bool DragController::isCopyKeyDown()
59 bool DragController::isCopyKeyDown()
  /external/webkit/WebCore/platform/mac/
DragDataMac.mm 53 bool DragData::canSmartReplace() const
60 bool DragData::containsColor() const
65 bool DragData::containsFiles() const
79 bool DragData::containsPlainText() const
108 bool DragData::containsCompatibleContent() const
116 bool DragData::containsURL() const
CookieJar.mm 40 - (BOOL)isHTTPOnly;
45 static bool isHTTPOnly(NSHTTPCookie *cookie)
49 static bool supportsHTTPOnlyCookies = [NSHTTPCookie instancesRespondToSelector:@selector(isHTTPOnly)];
121 bool cookiesEnabled(const Document*)
132 bool getRawCookies(const Document*, const KURL& url, Vector<Cookie>& rawCookies)
149 bool httpOnly = [cookie isHTTPOnly];
150 bool secure = [cookie isSecure];
151 bool session = [cookie isSessionOnly];
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)
155 bool ScrollView::platformScroll(ScrollDirection, ScrollGranularity)
162 void ScrollView::platformRepaintContentRectangle(const IntRect& rect, bool now)
200 bool ScrollView::platformIsOffscreen() cons
    [all...]
PlatformMouseEventMac.mm 162 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
GeolocationServiceMac.mm 87 bool GeolocationServiceMac::startUpdating(PositionOptions* options)
158 bool canProvideAltitude = true;
159 bool canProvideAltitudeAccuracy = true;
167 bool canProvideSpeed = true;
172 bool canProvideHeading = true;
ScrollbarThemeMac.mm 107 static bool gJumpOnTrackClick = false;
141 static bool initialized;
183 bool ScrollbarThemeMac::hasButtons(Scrollbar* scrollbar)
190 bool ScrollbarThemeMac::hasThumb(Scrollbar* scrollbar)
197 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
213 IntRect ScrollbarThemeMac::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
224 bool outerButton = part == BackButtonStartPart && (buttonsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
247 IntRect ScrollbarThemeMac::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
261 bool outerButton = part == ForwardButtonEndPart && (buttonsPlacement() == ScrollbarButtonsDoubleEnd || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
287 IntRect ScrollbarThemeMac::trackRect(Scrollbar* scrollbar, bool painting
    [all...]
ThreadCheck.mm 35 static bool didReadThreadViolationBehaviorFromUserDefaults = false;
36 static bool threadViolationBehaviorIsDefault = true;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 230 void LayoutTestController::setAcceptsEditing(bool newAcceptsEditing)
235 void LayoutTestController::setAlwaysAcceptCookies(bool alwaysAcceptCookies)
250 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag)
255 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
271 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme)
289 void LayoutTestController::setIconDatabaseEnabled(bool iconDatabaseEnabled)
303 void LayoutTestController::setJavaScriptProfilingEnabled(bool profilingEnabled)
309 void LayoutTestController::setMainFrameIsFirstResponder(bool flag)
317 void LayoutTestController::setPrivateBrowsingEnabled(bool privateBrowsingEnabled
    [all...]
  /external/astl/include/
string 126 bool empty() const { return this->size() == 0; }
174 friend bool operator==(const string& left, const string& right);
175 friend bool operator==(const string& left, const value_type *right);
176 friend bool operator==(const value_type *left, const string& right) { return right == left; }
177 friend bool operator!=(const string& left, const string& right) { return !(left == right); }
178 friend bool operator!=(const string& left, const char* right) { return !(left == right); }
179 friend bool operator!=(const value_type *left, const string& right) { return !(left == right); }
304 bool SafeMalloc(size_type n);
321 bool operator<(const string& lhs, const string& rhs);
322 bool operator<=(const string& lhs, const string& rhs)
    [all...]
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)))
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferences.java 48 return mContext.getResources().getBoolean(R.bool.config_sort_order_user_changeable);
52 if (mContext.getResources().getBoolean(R.bool.config_default_sort_order_primary)) {
82 return mContext.getResources().getBoolean(R.bool.config_display_order_user_changeable);
86 if (mContext.getResources().getBoolean(R.bool.config_default_display_order_primary)) {
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 174 bool WebEditorClient::isContinuousSpellCheckingEnabled()
184 bool WebEditorClient::isGrammarCheckingEnabled()
205 bool WebEditorClient::isEditable()
210 bool WebEditorClient::shouldDeleteRange(Range* range)
216 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* element)
222 bool WebEditorClient::smartInsertDeleteEnabled()
227 bool WebEditorClient::isSelectTrailingWhitespaceEnabled()
232 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range)
238 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* range, Range* rangeToBeReplaced)
244 bool WebEditorClient::shouldBeginEditing(Range* range
    [all...]
WebChromeClient.mm 84 - (void)setIsSelected:(BOOL)isSelected;
155 bool WebChromeClient::canTakeFocus(FocusDirection)
260 bool WebChromeClient::canRunModal()
270 void WebChromeClient::setToolbarsVisible(bool b)
275 bool WebChromeClient::toolbarsVisible()
280 void WebChromeClient::setStatusbarVisible(bool b)
285 bool WebChromeClient::statusbarVisible()
290 void WebChromeClient::setScrollbarsVisible(bool b)
295 bool WebChromeClient::scrollbarsVisible()
300 void WebChromeClient::setMenubarVisible(bool)
    [all...]
  /external/opencore/oscl/oscl/osclproc/src/
oscl_double_list.inl 37 OSCL_INLINE bool OsclDoubleList<T>::IsHead(const T *aPtr) const
42 OSCL_INLINE bool OsclDoubleList<T>::IsTail(const T *aPtr) const
73 OSCL_INLINE bool OsclPriorityList<T>::IsHead(const T *aPtr) const
78 OSCL_INLINE bool OsclPriorityList<T>::IsTail(const T *aPtr) const
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-121658.js 134 function formatThis(bool)
136 return bool? TEST_PASSED : TEST_FAILED;
  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformDataMac.mm 32 FontPlatformData::FontPlatformData(NSFont *nsFont, bool syntheticBold, bool syntheticOblique)
101 bool FontPlatformData::roundsGlyphAdvances() const
106 bool FontPlatformData::allowsLigatures() const
GraphicsContextMac.mm 109 static NSColor* createPatternColor(NSString* name, NSColor* defaultColor, bool& usingDot)
122 void GraphicsContext::drawLineForMisspellingOrBadGrammar(const IntPoint& point, int width, bool grammar)
131 bool usingDot;
135 static bool usingDotForGrammar = false;
142 static bool usingDotForSpelling = false;
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 72 NetscapePluginHostProxy* NetscapePluginHostManager::hostForPackage(WebNetscapePluginPackage *package, bool useProxiedOpenPanel)
74 pair<PluginHostMap::iterator, bool> result = m_pluginHosts.add(package, 0);
96 bool shouldCacheMissingPropertiesAndMethods = ![[[package bundle] bundleIdentifier] isEqualToString:@"com.macromedia.Flash Player.plugin"];
106 bool NetscapePluginHostManager::spawnPluginHost(WebNetscapePluginPackage *package, mach_port_t clientPort, mach_port_t& pluginHostPort, ProcessSerialNumber& pluginHostPSN, bool useProxiedOpenPanel)
183 bool NetscapePluginHostManager::initializeVendorPort()
218 PassRefPtr<NetscapePluginInstanceProxy> NetscapePluginHostManager::instantiatePlugin(WebNetscapePluginPackage *pluginPackage, WebHostedNetscapePluginView *pluginView, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled)
  /dalvik/libcore/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/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 120 static bool gJumpOnTrackClick = false;
154 static bool initialized;
196 bool ScrollbarThemeChromiumMac::hasButtons(Scrollbar* scrollbar)
203 bool ScrollbarThemeChromiumMac::hasThumb(Scrollbar* scrollbar)
210 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
226 IntRect ScrollbarThemeChromiumMac::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
237 bool outerButton = part == BackButtonStartPart && (buttonsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
260 IntRect ScrollbarThemeChromiumMac::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
274 bool outerButton = part == ForwardButtonEndPart && (buttonsPlacement() == ScrollbarButtonsDoubleEnd || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
300 IntRect ScrollbarThemeChromiumMac::trackRect(Scrollbar* scrollbar, bool painting
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
Equals.java 62 public boolean bool(XPathContext xctxt) method in class:Equals
  /external/webkit/WebCore/bridge/jni/
jni_objc.mm 41 isStatic:(BOOL)isStatic
49 bool JSC::Bindings::dispatchJNICall(ExecState* exec, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue& exceptionDescription)
  /external/webkit/WebCore/platform/text/mac/
TextBreakIteratorInternalICUMac.mm 82 static bool gotSearchLocale = false;
102 static bool gotTextBreakLocale = false;
  /external/webkit/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];

Completed in 473 milliseconds

12 3 4 5 6 7 8 9