/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
GLPageBookView.java | 63 protected boolean isImportant(IWorkbenchPart part) {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StylePropertySerializer.cpp | 237 if (property.isImportant()) 246 if (positionXPropertyIndex != -1 && positionYPropertyIndex != -1 && m_propertySet.propertyAt(positionXPropertyIndex).isImportant() == m_propertySet.propertyAt(positionYPropertyIndex).isImportant()) { 260 if (positionXProperty.isImportant()) 277 if (repeatXPropertyIndex != -1 && repeatYPropertyIndex != -1 && m_propertySet.propertyAt(repeatXPropertyIndex).isImportant() == m_propertySet.propertyAt(repeatYPropertyIndex).isImportant()) { 291 if (repeatXProperty.isImportant()) 512 if (top.isImportant() != right.isImportant() || right.isImportant() != bottom.isImportant() || bottom.isImportant() != left.isImportant() [all...] |
StylePropertySet.cpp | 202 return propertyAt(foundPropertyIndex).isImportant(); 311 m_propertyVector.append(CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit)); 319 *toReplace = CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit); 358 if (!propertyIsImportant(property.id()) || property.isImportant()) 469 // Not quite sure if the isImportant test is needed but it matches the existing behavior. 470 if (!property.isImportant()) { 709 if (isImportant())
|
CSSProperty.h | 75 bool isImportant() const { return m_metadata.m_important; }
|
StylePropertySet.h | 63 bool isImportant() const { return propertyMetadata().m_important; }
|
CSSParser.h | 658 virtual void endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::ErrorType) = 0;
|
CSSParser-in.cpp | [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationViewHeader.java | 155 if (settings.priorityArrowsEnabled && conv.isImportant()) {
|
SelectedConversationsActionMenu.java | 368 if (!conversation.isImportant()) {
|
ConversationItemView.java | 657 final boolean isImportant = 659 final boolean useImportantMarkers = isImportant && priorityArrowEnabled; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.cpp | [all...] |
StyleResolver.h | 276 void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
BuildResultsElement.java | 338 public boolean isImportant() {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformancesView.java | 113 return buildElement.isImportant();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.views_3.5.0.I20100527-0800.jar | |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Conversation.java | 589 public boolean isImportant() {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
StylesSidebarPane.js | 636 var isImportant = property.priority.length; 637 if (!isImportant && usedProperties.hasOwnProperty(canonicalName)) 644 if (isImportant) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorStyleSheet.cpp | 343 void StyleSheetHandler::endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::ErrorType errorType) 369 CSSPropertySourceData(name, value, isImportant, false, isParsed, SourceRange(start - topRuleBodyRangeStart, end - topRuleBodyRangeStart))); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MailActionBarView.java | 798 final boolean showMarkImportant = !mCurrentConversation.isImportant(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
EditingStyle.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |