HomeSort by relevance Sort by last modified time
    Searched full:important (Results 1 - 25 of 1317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/qt/tests/qwebelement/resources/
style.css 1 #idP {color: black !important}
style2.css 1 #idP {color: green ! important}
  /external/webkit/WebKit/qt/tests/qwebframe/resources/
style.css 1 #idP {color: red !important}
  /external/webkit/WebCore/css/
CSSParser.h 61 bool parseValue(CSSMutableStyleDeclaration*, int propId, const String&, bool important);
69 void addProperty(int propId, PassRefPtr<CSSValue>, bool important);
73 bool parseValue(int propId, bool important);
74 bool parseShorthand(int propId, const int* properties, int numProperties, bool important);
75 bool parse4Values(int propId, const int* properties, bool important);
76 bool parseContent(int propId, bool important);
89 bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important);
107 bool parseTransitionShorthand(bool important);
108 bool parseAnimationShorthand(bool important);
110 bool parseDashboardRegions(int propId, bool important);
    [all...]
CSSStyleDeclaration.cpp 61 return getPropertyPriority(propID) ? "important" : "";
85 int important = value.find("!important", 0, false); local
86 if (important == -1)
89 setProperty(propertyName, value.left(important - 1), "important", ec);
99 bool important = priority.find("important", 0, false) != -1; local
100 setProperty(propID, value, important, ec);
CSSMutableStyleDeclaration.h 100 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
105 bool setProperty(int propertyID, int value, bool important = false, bool notifyChanged = true);
106 bool setProperty(int propertyID, const String& value, bool important = false, bool notifyChanged = true);
111 void setLengthProperty(int propertyId, const String& value, bool important, bool multiLength = false);
112 void setStringProperty(int propertyId, const String& value, CSSPrimitiveValue::UnitTypes, bool important = false); // parsed string value
113 void setImageProperty(int propertyId, const String& url, bool important = false);
view-source.css 33 white-space: pre-wrap !important;
41 padding: 0 !important;
48 padding: 0 4px !important;
51 border-right: 1px solid rgb(187, 187, 187) !important;
80 padding: 0 5px !important;
CSSParser.cpp 272 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int id, const String& string, bool important)
283 m_important = important;
422 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important)
424 auto_ptr<CSSProperty> prop(new CSSProperty(propId, value, important, m_currentShorthand, m_implicitShorthand));
587 bool CSSParser::parseValue(int propId, bool important)
608 addProperty(propId, CSSInheritedValue::create(), important);
614 addProperty(propId, CSSInitialValue::createExplicit(), important);
622 addUnresolvedProperty(propId, important);
685 return parseContent(propId, important);
700 return parseShape(propId, important);
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
package.html 6 as well as several other classes which represent important data types or
  /frameworks/base/core/java/android/content/res/
package.html 5 in the package, plus important device configuration details
  /dalvik/vm/mterp/c/
OP_MOVE_WIDE.c 2 /* IMPORTANT: must correctly handle overlapping registers, e.g. both
  /external/icu4c/test/cintltst/
ccurrtst.h 17 * (It's important to stay current!)
  /external/icu4c/test/intltest/
currcoll.h 9 * (It's important to stay current!)
  /external/webkit/WebCore/manual-tests/
location-host-canonicalization.html 11 <p>Clicking the following button should change the host in the current URL to "www.example.com:". It actually loading is not important -
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
i386linux.xr 12 is important. */
i386linux.xu 12 is important. */
i386linux.x 15 is important. */
i386linux.xbn 15 is important. */
i386linux.xn 15 is important. */
  /bionic/libc/docs/
ISSUES.TXT 4 This document lists important known issues of various releases
  /external/libpng/projects/cbuilder5/
zlib.readme.txt 13 you wish to use zlib as a DLL, please read the important notes from
  /external/qemu/
README 16 Read the CHANGES.TXT file to see what important changes were added since
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 12 that the system knows are running, how important these things are to the user,
15 <p>It is important that
21 important work.</strong></p>
71 process is considered extremely important and will not be killed unless doing so is
107 important level found among all the components currently active in the process.
120 classification will always be at least as important as process A's.</p>
  /ndk/docs/
NDK-GDB.TXT 19 IMPORTANT: Native debugging can only work if *all* these conditions are met:
39 IMPORTANT IMPORTANT IMPORTANT !!
84 IMPORTANT: When quitting the GDB prompt, your debugged application process
87 IMPORTANT: The GDB prompt will be preceded by a long list of error messages,
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_sysmutex.c 79 /* The order of operations is important.
112 /* The order of operations is important.

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>