/external/webkit/WebCore/css/ |
CSSSelector.h | 37 , m_match(None) 48 , m_match(None) 78 None = 0,
|
view-source.css | 52 -webkit-user-select: none; 76 -webkit-user-select: none 105 text-decoration: none;
|
/external/webkit/WebCore/icu/unicode/ |
uiter.h | 80 * for each such iterator (none of the public ones here). 177 * or U_SENTINEL if there is none (index is at the limit). 193 * or return U_SENTINEL if there is none (index is at the limit). 209 * or return U_SENTINEL if there is none (index is at the start). 268 * This will be clearly documented for each such iterator (none of the public ones here). 420 * or U_SENTINEL if there is none (index is at the limit). 430 * or return U_SENTINEL if there is none (index is at the limit). 440 * or return U_SENTINEL if there is none (index is at the start). 480 * or U_SENTINEL if there is none (index is at the limit). 501 * or return U_SENTINEL if there is none (index is at the limit) [all...] |
/external/webkit/WebCore/platform/animation/ |
Animation.h | 53 // Flags this to be the special "none" animation (animation-name: none) 143 static String initialAnimationName() { return String("none"); }
|
/external/webkit/WebKit/android/wds/client/ |
main.cpp | 74 Device::DeviceType type = Device::NONE; 111 if (type == Device::NONE && devices.size() > 1) { 121 if (type == Device::NONE)
|
/external/webkit/WebKit/mac/icu/unicode/ |
uiter.h | 80 * for each such iterator (none of the public ones here). 177 * or U_SENTINEL if there is none (index is at the limit). 193 * or return U_SENTINEL if there is none (index is at the limit). 209 * or return U_SENTINEL if there is none (index is at the start). 268 * This will be clearly documented for each such iterator (none of the public ones here). 420 * or U_SENTINEL if there is none (index is at the limit). 430 * or return U_SENTINEL if there is none (index is at the limit). 440 * or return U_SENTINEL if there is none (index is at the start). 480 * or U_SENTINEL if there is none (index is at the limit). 501 * or return U_SENTINEL if there is none (index is at the limit) [all...] |
/external/webkit/WebKit/win/Interfaces/ |
IWebIconDatabase.idl | 80 @discussion Returns an icon for a web site URL from memory or disk. nil if none is found. 90 @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found. 146 @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
changelogs.py | 61 return None 70 return None # We never found a date line! 109 def update_for_revert(self, revision, reason, bug_url=None):
|
credentials_unittest.py | 70 self.assertEqual(credentials._credentials_from_keychain("foo"), ["foo", None]) 85 self.assertEqual(credentials._run_security_tool(), None) 88 def _assert_security_call(self, username=None):
|
diff_parser.py | 121 current_file = None 122 old_diff_line = None 123 new_diff_line = None
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
chromium_win.py | 44 def __init__(self, port_name=None, options=None): 45 if port_name is None:
|
/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
options.py | 33 build_style = make_option("--build-style", action="store", dest="build_style", default=None, help="Whether to build debug, release, or both.") 49 parent_command = make_option("--parent-command", action="store", dest="parent_command", default=None, help="(Internal) The command that spawned this instance.") 50 port = make_option("--port", action="store", dest="port", default=None, help="Specify a port (e.g., mac, qt, gtk, ...).")
|
/external/webkit/WebKitTools/pywebsocket/test/ |
mock.py | 161 def get(self, key, def_value=None): 171 def __init__(self, uri=None, headers_in={}, connection=None,
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
OMX_G726Dec_CompThread.h | 56 * @pre None 58 * @post None 63 * @see None
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
keyDeriveWep.c | 69 * None 147 * None. 223 * None.
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorDisplay.java | 41 enum Scroll { UP, DOWN, NONE } 149 dir = Scroll.NONE; 158 } else { // Scroll.NONE
|
/packages/apps/Email/res/layout/ |
message_view_header.xml | 88 android:ellipsize="none" /> 118 android:ellipsize="none" /> 132 android:ellipsize="none" />
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
broadcastKeyNone.c | 2 * \brief broadcast key None implementation 43 * MODULE: None station broadcast key SM * 44 * PURPOSE: None station broadcast key SM implementation *
|
keyDeriveWep.c | 70 * None 149 * None. 225 * None.
|
unicastKeyNone.c | 2 * \brief station unicast key None implementation 43 * MODULE: station unicast key None * 44 * PURPOSE: station unicast key None implementation *
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
keyDeriveWep.c | 69 * None 147 * None. 223 * None.
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
osapi.c | 117 RETURN: None 134 RETURN: None 255 RETURN: None 584 INPUT: None 586 RETURN: None 747 RETURN: None - This had better work since there is not a return value to the user 768 RETURN: None - This had better work since there is not a return value to the user 792 RETURN: None - This had better work since there is not a return value to the user 826 None 873 RETURN: None [all...] |
/external/clearsilver/ |
config.sub | 261 os=-none 299 | none-* | np1-* | ns16k-* | ns32k-* \ 343 basic_machine=a29k-none 707 basic_machine=m68k-none 891 os=-none 918 os=-none 939 none) 940 basic_machine=none-none 941 os=-none [all...] |
/external/wpa_supplicant/ |
wpa_supplicant.conf | 189 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP) 190 # and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). In addition, ap_scan has 191 # to be set to 2 for IBSS. WPA-None requires following network block options: 192 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not 213 # NONE = WPA is not used; plaintext or static WEP could be used 226 # NONE = Use only Group Keys (deprecated, should not be included if APs support 633 # key_mgmt=NONE 640 # key_mgmt=NONE 653 # key_mgmt=NONE [all...] |
/sdk/draw9patch/src/com/android/draw9patch/ui/ |
ImageEditorPanel.java | 162 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 170 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 182 GridBagConstraints.LINE_START, GridBagConstraints.NONE, 190 GridBagConstraints.LINE_START, GridBagConstraints.NONE, 198 GridBagConstraints.LINE_START, GridBagConstraints.NONE, 206 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 218 GridBagConstraints.LINE_START, GridBagConstraints.NONE, 226 GridBagConstraints.LINE_START, GridBagConstraints.NONE, 240 GridBagConstraints.LINE_START, GridBagConstraints.NONE, 253 GridBagConstraints.LINE_START, GridBagConstraints.NONE, [all...] |