OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plaintext
(Results
126 - 150
of
219
) sorted by null
1
2
3
4
5
6
7
8
9
/external/webkit/WebCore/html/
HTMLTextAreaElement.cpp
243
unsigned selectionLength =
plainText
(document()->frame()->selection()->selection().toNormalizedRange().get()).numGraphemeClusters();
/external/webkit/WebCore/page/
ContextMenuController.cpp
277
m_client->speak(
plainText
(selectedRange.get()));
DOMSelection.cpp
472
return
plainText
(m_frame->selection()->selection().toNormalizedRange().get());
/external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp
207
String Pasteboard::
plainText
(Frame*)
/external/webkit/WebCore/platform/win/
PasteboardWin.cpp
251
String Pasteboard::
plainText
(Frame* frame)
/external/webkit/WebKitTools/DumpRenderTree/mac/
FrameLoadDelegate.mm
283
[obj setValue:[PlainTextController sharedPlainTextController] forKey:@"
plainText
"];
/external/wpa_supplicant/wpa_gui/
networkconfig.ui
74
<string>
Plaintext
or static WEP</string>
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sake.c
358
wpa_printf(MSG_INFO, "EAP-SAKE:
Plaintext
password with "
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui
93
<string>
Plaintext
or static WEP</string>
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui
60
<string>
Plaintext
or static WEP</string>
/external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c
283
@param pt The input
plaintext
(16 bytes)
463
@param pt The output
plaintext
(16 bytes)
/external/dropbear/libtomcrypt/src/ciphers/
anubis.c
[
all
...]
blowfish.c
385
@param pt The input
plaintext
(8 bytes)
448
@param pt The output
plaintext
(8 bytes)
kseed.c
254
@param pt The input
plaintext
(16 bytes)
277
@param pt The output
plaintext
(16 bytes)
/external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_test.c
49
/*
plaintext
*/
363
printf("\nTag on
plaintext
wrong %lu\n", x);
/external/webkit/WebCore/accessibility/
AccessibilityObject.cpp
586
String lineString =
plainText
(makeRange(startOfLine(nextVisiblePos), endOfLine(nextVisiblePos)).get());
610
String lineString =
plainText
(makeRange(startOfLine(previousVisiblePos), endOfLine(previousVisiblePos)).get());
[
all
...]
/external/wpa_supplicant/
config_ssid.h
631
* i.e., networks that use both
plaintext
and encryption in the same
762
* Note: IBSS can only be used with key_mgmt NONE (
plaintext
and
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h
55
* This field can include either the
plaintext
password (default
625
* instead of
plaintext
password
/external/webkit/WebCore/editing/
Editor.cpp
275
String text = pasteboard->
plainText
(m_frame);
[
all
...]
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateTLS.java
294
* Retrieves the fragment of the
Plaintext
structure of
/external/dropbear/libtomcrypt/notes/
eax_tv.txt
1
EAX Test Vectors. Uses the 00010203...NN-1 pattern for header/nonce/
plaintext
/key. The outputs
ocb_tv.txt
1
OCB Test Vectors. Uses the 00010203...NN-1 pattern for nonce/
plaintext
/key. The outputs
/external/openssl/patches/
small_records.patch
216
+ * will contain
plaintext
no larger than this value. */
/external/webkit/WebCore/css/
html.css
550
pre, xmp,
plaintext
, listing {
/external/webkit/WebCore/platform/mac/
PasteboardMac.mm
328
String Pasteboard::
plainText
(Frame* frame)
Completed in 391 milliseconds
1
2
3
4
5
6
7
8
9