/external/webkit/WebCore/rendering/ |
D | RenderButton.cpp | 94 if (!m_default && theme()->isDefault(this)) { in styleDidChange() 99 } else if (m_default && !theme()->isDefault(this)) { in styleDidChange()
|
D | RenderMediaControls.cpp | 67 if (theme->isDefault(o)) in determineState()
|
D | RenderTheme.cpp | 583 if (isDefault(o)) in controlStatesForRenderer() 673 bool RenderTheme::isDefault(const RenderObject* o) const in isDefault() function in WebCore::RenderTheme
|
D | RenderTheme.h | 267 bool isDefault(const RenderObject*) const;
|
D | RenderThemeWin.cpp | 449 else if (isDefault(o)) in determineButtonState()
|
D | RenderThemeSafari.cpp | 126 if (isDefault(o)) in determineState()
|
D | RenderThemeChromiumMac.mm | 975 BOOL isDefaultButton = (isDefault(o) && [window isKeyWindow]); 1026 if (isDefault(o) && [window isKeyWindow]) {
|
/external/srec/portable/include/ |
D | PANSIFileSystem.h | 151 PORTABLE_API ESR_ReturnCode PANSIFileSystemSetDefault(ESR_BOOL isDefault);
|
/external/webkit/WebCore/html/ |
D | HTMLAreaElement.h | 39 bool isDefault() const { return m_shape == Default; } in isDefault() function
|
D | HTMLMapElement.cpp | 63 if (areaElt->isDefault()) { in mapMouseEvent()
|
/external/srec/portable/src/ |
D | PANSIFileSystemImpl.c | 284 ESR_ReturnCode PANSIFileSystemSetDefault(ESR_BOOL isDefault) in PANSIFileSystemSetDefault() argument 293 if (isDefault) in PANSIFileSystemSetDefault()
|
/external/webkit/WebCore/platform/gtk/ |
D | gtkdrawing.h | 64 guint8 isDefault; member
|
D | RenderThemeGtk.cpp | 151 state->isDefault = false; in setMozState()
|
D | gtk2drawing.c | 814 if (state->isDefault) in moz_gtk_button_paint() 834 if (state->isDefault && relief == GTK_RELIEF_NORMAL) { in moz_gtk_button_paint()
|
/external/icu4c/common/ |
D | uresbund.c | 379 …(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()
|
D | serv.h | 841 virtual UBool isDefault(void) const;
|
D | serv.cpp | 432 if (isDefault()) { in getKey() 911 ICUService::isDefault() const in isDefault() function in ICUService
|
D | brkiter.cpp | 273 virtual UBool isDefault() const { in isDefault() function in ICUBreakIteratorService
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 3115 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()
|
D | coll.cpp | 185 virtual UBool isDefault() const { in isDefault() function in ICUCollatorService
|
D | numfmt.cpp | 578 virtual UBool isDefault() const { in isDefault() function in ICUNumberFormatService
|
D | calendar.cpp | 377 virtual UBool isDefault() const { in isDefault() function in CalendarService
|
/external/icu4c/test/intltest/ |
D | icusvtst.cpp | 466 confirmBoolean("19) is default", service.isDefault()); in testAPI_One() 795 confirmBoolean("34) is default ", !service.isDefault()); in testAPI_Two()
|
/external/webkit/WebKit/android/nav/ |
D | CacheBuilder.cpp | 2344 if (area->isDefault()) in getAreaRect()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 76070 (WebCore::RenderTheme::isDefault): 77607 (WebCore::RenderTheme::isDefault):
|