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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/mac/
IconMac.mm 48 bool useIconFromFirstFile;
MediaPlayerPrivateQTKit.mm 178 BOOL m_delayCallbacks;
184 -(void)setDelayCallbacks:(BOOL)shouldDelay;
277 BOOL willUseProxy = YES;
337 static bool sComponentsDisabled = false;
372 bool recreating = false;
453 static bool addedCustomMethods = false;
650 bool MediaPlayerPrivateQTKit::hasSetUpVideoRendering() const
853 bool MediaPlayerPrivateQTKit::paused() const
860 bool MediaPlayerPrivateQTKit::seeking() const
894 bool MediaPlayerPrivateQTKit::hasVideo() cons
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
LoggingMac.mm 48 static bool haveInitializedLoggingChannels = false;
SearchPopupMenuMac.mm 43 bool SearchPopupMenuMac::enabled()
WebCoreObjCExtras.mm 76 bool WebCoreObjCScheduleDeallocateOnMainThread(Class cls, id object)
  /external/webkit/Source/WebCore/platform/text/mac/
TextBoundaries.mm 45 int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebPlatformStrategies.mm 84 bool WebPlatformStrategies::isLinkVisited(Page* page, LinkHash hash)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 192 bool NetscapePlugin::platformPostInitialize()
280 bool NetscapePlugin::platformInvalidate(const IntRect&)
334 static bool anyMouseButtonIsDown(const WebEvent& event)
345 static bool rightMouseButtonIsDown(const WebEvent& event)
382 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool isSnapshot)
498 bool NetscapePlugin::platformHandleMouseEvent(const WebMouseEvent& mouseEvent)
562 bool NetscapePlugin::platformHandleWheelEvent(const WebWheelEvent& wheelEvent)
592 bool NetscapePlugin::platformHandleMouseEnterEvent(const WebMouseEvent& mouseEvent)
618 bool NetscapePlugin::platformHandleMouseLeaveEvent(const WebMouseEvent& mouseEvent)
662 static bool isFlagsChangedEvent(const WebKeyboardEvent& keyboardEvent
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 66 - (void)accessibilitySetShouldRepostNotifications:(BOOL)repost;
486 bool AccessibilityUIElement::boolAttributeValue(JSStringRef attribute)
497 bool AccessibilityUIElement::isAttributeSettable(JSStringRef attribute)
506 bool AccessibilityUIElement::isAttributeSupported(JSStringRef attribute)
732 bool AccessibilityUIElement::isActionSupported(JSStringRef action)
742 bool AccessibilityUIElement::isEnabled()
753 bool AccessibilityUIElement::isRequired() const
764 bool AccessibilityUIElement::isFocused() const
770 bool AccessibilityUIElement::isSelected() const
781 bool AccessibilityUIElement::isExpanded() cons
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemChoose.java 103 if (when.getTest().bool(xctxt, sourceNode, when)) {
ElemIf.java 133 if (m_test.bool(xctxt, sourceNode, this)) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.mm 46 bool OutOfProcessFontLoadingEnabled()
76 bool isLastResortFont(CGFontRef cgFont)
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 92 bool wxFontContainsCharacters(void* font, const UChar* characters, int length)
96 bool result = set && [string rangeOfCharacterFromSet:set].location == NSNotFound;
  /external/webkit/Source/WebKit2/Platform/mac/
RunLoopMac.mm 123 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat)
144 bool RunLoop::TimerBase::isActive() const
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 243 public synchronized void print(boolean bool) {
244 builder.append(bool);
320 public synchronized void println(boolean bool) {
321 builder.append(bool);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ImportExportDialogFragment.java 91 && res.getBoolean(R.bool.config_allow_sim_import)) {
94 if (res.getBoolean(R.bool.config_allow_import_from_sdcard)) {
97 if (res.getBoolean(R.bool.config_allow_export_to_sdcard)) {
100 if (res.getBoolean(R.bool.config_allow_share_visible_contacts)) {
  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneCapabilityTester.java 90 return context.getResources().getBoolean(R.bool.config_use_two_panes);
  /packages/apps/Phone/src/com/android/phone/
CdmaCallOptions.java 47 || getResources().getBoolean(R.bool.config_voice_privacy_disable)) {
GsmUmtsOptions.java 60 } else if (mPrefActivity.getResources().getBoolean(R.bool.csp_enabled)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java 165 res.getBoolean(R.bool.config_default_vibration_enabled));
167 res.getBoolean(R.bool.config_default_sound_enabled));
181 R.bool.config_default_show_settings_key);
227 R.bool.config_enable_show_popup_on_keypress_option);
228 if (!showPopupOption) return resources.getBoolean(R.bool.config_default_popup_preview);
230 resources.getBoolean(R.bool.config_default_popup_preview));
243 R.bool.config_enable_bigram_suggestions_option);
248 R.bool.config_default_bigram_suggestions));
254 R.bool.config_default_bigram_prediction));
294 return resources.getBoolean(R.bool.config_enable_show_settings_key_option)
    [all...]
  /external/astl/include/
iterator 170 inline bool
176 inline bool
182 inline bool
188 inline bool
233 bool _IsWrapper = is_wrapper_iterator<_Iterator>::value>
list 98 bool operator==(const iterator_type& o) const { return mNode == o.mNode; }
99 bool operator!=(const iterator_type& o) const { return mNode != o.mNode; }
141 bool operator==(const iterator_type& o) const { return mNode == o.mNode; }
142 bool operator!=(const iterator_type& o) const { return mNode != o.mNode; }
197 bool empty() const { return mLength == 0; }
  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 96 bool startsWithWordChar = false;
97 bool endsWithWordChar = false;
139 NSString* Frame::searchForLabelsBeforeElement(NSArray* labels, Element* element, size_t* resultDistance, bool* resultIsInCellAbove)
149 bool searchedCellAbove = false;
288 NSImage* Frame::selectionImage(bool forceBlackText) const
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 45 static bool hasNonZeroBeginTimeFlag(const PlatformCAAnimation* animation)
50 static void setNonZeroBeginTimeFlag(PlatformCAAnimation* animation, bool value)
215 bool PlatformCAAnimation::supportsValueFunction()
217 static bool sHaveValueFunction = [CAPropertyAnimation instancesRespondToSelector:@selector(setValueFunction:)];
288 bool PlatformCAAnimation::autoreverses() const
293 void PlatformCAAnimation::setAutoreverses(bool value)
318 bool PlatformCAAnimation::isRemovedOnCompletion() const
323 void PlatformCAAnimation::setRemovedOnCompletion(bool value)
328 bool PlatformCAAnimation::isAdditive() const
333 void PlatformCAAnimation::setAdditive(bool value
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 130 BOOL acceptedEvent;
143 BOOL acceptedEvent;
156 BOOL acceptedEvent;
162 bool WebNetscapePluginEventHandlerCarbon::scrollWheel(NSEvent* theEvent)
174 BOOL acceptedEvent;
187 BOOL acceptedEvent;
204 BOOL acceptedEvent;
262 void WebNetscapePluginEventHandlerCarbon::focusChanged(bool hasFocus)
267 bool acceptedEvent;
281 void WebNetscapePluginEventHandlerCarbon::windowFocusChanged(bool hasFocus
    [all...]

Completed in 376 milliseconds

1 2 3 4 56 7 8 91011>>