Home
last modified time | relevance | path

Searched refs:isDefault (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/WebCore/rendering/
DRenderButton.cpp94 if (!m_default && theme()->isDefault(this)) { in styleDidChange()
99 } else if (m_default && !theme()->isDefault(this)) { in styleDidChange()
DRenderMediaControls.cpp67 if (theme->isDefault(o)) in determineState()
DRenderTheme.cpp583 if (isDefault(o)) in controlStatesForRenderer()
673 bool RenderTheme::isDefault(const RenderObject* o) const in isDefault() function in WebCore::RenderTheme
DRenderTheme.h267 bool isDefault(const RenderObject*) const;
DRenderThemeWin.cpp449 else if (isDefault(o)) in determineButtonState()
DRenderThemeSafari.cpp126 if (isDefault(o)) in determineState()
DRenderThemeChromiumMac.mm975 BOOL isDefaultButton = (isDefault(o) && [window isKeyWindow]);
1026 if (isDefault(o) && [window isKeyWindow]) {
/external/srec/portable/include/
DPANSIFileSystem.h151 PORTABLE_API ESR_ReturnCode PANSIFileSystemSetDefault(ESR_BOOL isDefault);
/external/webkit/WebCore/html/
DHTMLAreaElement.h39 bool isDefault() const { return m_shape == Default; } in isDefault() function
DHTMLMapElement.cpp63 if (areaElt->isDefault()) { in mapMouseEvent()
/external/srec/portable/src/
DPANSIFileSystemImpl.c284 ESR_ReturnCode PANSIFileSystemSetDefault(ESR_BOOL isDefault) in PANSIFileSystemSetDefault() argument
293 if (isDefault) in PANSIFileSystemSetDefault()
/external/webkit/WebCore/platform/gtk/
Dgtkdrawing.h64 guint8 isDefault; member
DRenderThemeGtk.cpp151 state->isDefault = false; in setMozState()
Dgtk2drawing.c814 if (state->isDefault) in moz_gtk_button_paint()
834 if (state->isDefault && relief == GTK_RELIEF_NORMAL) { in moz_gtk_button_paint()
/external/icu4c/common/
Duresbund.c379 …(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* sta… in findFirstExisting() argument
388 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0); in findFirstExisting()
438 UBool isDefault = FALSE; in entryOpen() local
455 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
471 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) { in entryOpen()
474 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
479 isDefault = TRUE; in entryOpen()
494 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
Dserv.h841 virtual UBool isDefault(void) const;
Dserv.cpp432 if (isDefault()) { in getKey()
911 ICUService::isDefault() const in isDefault() function in ICUService
Dbrkiter.cpp273 virtual UBool isDefault() const { in isDefault() function in ICUBreakIteratorService
/external/icu4c/i18n/
Ddecimfmt.cpp3115 UBool isDefault = FALSE; in toPattern() local
3124 isDefault = fNegPrefixPattern->length() == (length+2) && in toPattern()
3129 if (!isDefault && in toPattern()
3133 isDefault = fNegativePrefix.length() == (length+1) && in toPattern()
3138 if (isDefault) { in toPattern()
Dcoll.cpp185 virtual UBool isDefault() const { in isDefault() function in ICUCollatorService
Dnumfmt.cpp578 virtual UBool isDefault() const { in isDefault() function in ICUNumberFormatService
Dcalendar.cpp377 virtual UBool isDefault() const { in isDefault() function in CalendarService
/external/icu4c/test/intltest/
Dicusvtst.cpp466 confirmBoolean("19) is default", service.isDefault()); in testAPI_One()
795 confirmBoolean("34) is default ", !service.isDefault()); in testAPI_Two()
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp2344 if (area->isDefault()) in getAreaRect()
/external/webkit/WebCore/
DChangeLog-2009-06-1676070 (WebCore::RenderTheme::isDefault):
77607 (WebCore::RenderTheme::isDefault):

12