OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serialized
(Results
276 - 300
of
1055
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc
63
virtual void SendSerializedMalwareDetails(const std::string&
serialized
) {
64
reports_.push_back(
serialized
);
336
std::string
serialized
= service->GetReport();
local
339
ASSERT_TRUE(report.ParseFromString(
serialized
));
/external/chromium/webkit/glue/
glue_serialize.cc
180
// This reads a
serialized
WebString from obj. If a string can't be read,
299
// taken when changing the
serialized
format. If a new field needs to be
343
// Creates a new HistoryItem tree based on the
serialized
string.
427
// This assumes that the given
serialized
string has all the required key,value
webaccessibility.h
22
// single web object, in a form that can be
serialized
and sent from
/external/chromium_org/cc/quads/
render_pass.h
107
// this list. This property should not be
serialized
between compositors, as
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy_unittest.cc
84
// Test parsing of URLs
serialized
to strings.
/external/chromium_org/chrome/browser/extensions/api/declarative/
rules_cache_delegate.h
66
// Read/write a list of rules
serialized
to Values.
/external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.h
58
// format appropriate for |type|, which is usually a
serialized
protobuf (for
/external/chromium_org/chrome/common/metrics/
metrics_log_base.h
69
// Fills |encoded_log| with the
serialized
protobuf representation of the
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_delegate.h
36
// Returns the
serialized
fingerprint data to be sent to the Risk server.
/external/chromium_org/content/common/indexed_db/
indexed_db_messages.h
108
// The
serialized
key range.
154
// The
serialized
key range.
177
// The
serialized
key range.
191
// The
serialized
key range.
/external/chromium_org/content/common/mac/
attributed_string_coder.h
62
// which can be
serialized
over IPC.
/external/chromium_org/courgette/
adjustment_method_unittest.cc
58
// Returns a string that is the
serialized
version of |program|.
patch_generator_x86_32.h
50
// The format of a transformed_element is a
serialized
EncodedProgram. We
/external/chromium_org/media/base/
audio_buffer_queue.h
24
// externally
serialized
.
/external/chromium_org/net/cert/
x509_certificate_win.cc
347
// Legacy
serialized
certificates were
serialized
with extended attributes,
348
// rather than as DER only. As a result, these
serialized
certificates are
350
// to extended attributes being
serialized
/deserialized -
/external/chromium_org/net/dns/
serial_worker_unittest.cc
124
// Protected by read_lock_. Used to verify that read calls are
serialized
.
/external/chromium_org/net/quic/crypto/
crypto_framer.h
70
// Returns a new QuicData owned by the caller that contains a
serialized
/external/chromium_org/sync/notifier/
p2p_invalidator.h
54
// Helper notification data class that can be
serialized
to and
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h
58
String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).
serialized
(); }
/external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.cpp
88
suggestionValues.append(suggestions[i].color.
serialized
());
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
font_data_table.h
35
// This causes any internal data structures to be
serialized
to a new data
/external/chromium_org/v8/test/webkit/
function-toString-object-literals-expected.txt
24
This test checks that object literals are
serialized
properly. It's needed in part because JavaScriptCore converts numeric property names to string and back.
function-toString-object-literals.js
25
"This test checks that object literals are
serialized
properly. " +
/external/guava/guava-tests/test/com/google/common/collect/
SynchronizedBiMapTest.java
110
*
serialized
form, similar to what {@code AbstractBiMap.Inverse} does.
/external/iproute2/man/man8/
ip-tunnel.8
197
flag requires that all input packets are
serialized
.
Completed in 2718 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>