OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullableString16
(Results
26 - 39
of
39
) sorted by null
1
2
/external/chromium_org/content/common/dom_storage/
dom_storage_map_unittest.cc
26
base::
NullableString16
old_nullable_value;
95
base::
NullableString16
old_nullable_value;
110
swap[kKey] = base::
NullableString16
(kValue, false);
111
swap[kKey2] = base::
NullableString16
(kValue, false);
/external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl_unittest.cc
104
base::
NullableString16
old_value;
135
base::
NullableString16
old_value;
154
base::
NullableString16
old_value;
213
base::
NullableString16
old_nullable_value;
231
base::
NullableString16
read_value;
dom_storage_area_unittest.cc
49
base::
NullableString16
old_value;
78
base::
NullableString16
old_nullable_value;
150
base::
NullableString16
old_value;
179
base::
NullableString16
old_value;
222
base::
NullableString16
old_value;
297
base::
NullableString16
old_value;
329
base::
NullableString16
old_value;
398
base::
NullableString16
old_value;
dom_storage_database.cc
68
(*result)[key] = base::
NullableString16
(value, false);
99
base::
NullableString16
value = it->second;
279
base::
NullableString16
value(statement.ColumnString16(1), false);
session_storage_database_unittest.cc
75
const base::
NullableString16
kValue1;
76
const base::
NullableString16
kValue2;
77
const base::
NullableString16
kValue3;
78
const base::
NullableString16
kValue4;
79
const base::
NullableString16
kValueNull;
334
base::
NullableString16
val1 = it->second;
335
base::
NullableString16
val2 = map2.find(key)->second;
704
changes[kKey1] = base::
NullableString16
(string_with_raw_data, false);
session_storage_database.cc
528
(*result)[key16] = base::
NullableString16
();
536
base::
NullableString16
(base::string16(data_ptr, len), false);
548
base::
NullableString16
value = it->second;
dom_storage_context_impl.cc
216
const base::
NullableString16
& old_value,
/external/chromium_org/content/browser/web_contents/
web_drag_dest_gtk.cc
188
drop_data_->text = base::
NullableString16
(
211
drop_data_->text = base::
NullableString16
();
221
drop_data_->html = base::
NullableString16
(
web_drag_dest_win.cc
81
drop_data->text = base::
NullableString16
(text, false);
87
drop_data->html = base::
NullableString16
(html, false);
web_contents_view_aura.cc
272
drop_data->text = base::
NullableString16
(plain_text, false);
286
drop_data->html = base::
NullableString16
(html, false);
[
all
...]
/external/chromium_org/content/common/
page_state_serialization_unittest.cc
25
base::
NullableString16
NS16(const char* s) {
26
return s ? base::
NullableString16
(ASCIIToUTF16(s), false) :
27
base::
NullableString16
();
121
std::vector<base::
NullableString16
>* referenced_files) {
/external/chromium_org/content/public/renderer/
history_item_serialization.cc
26
std::vector<base::
NullableString16
>* output) {
/external/chromium_org/ipc/
ipc_message_utils.cc
549
void ParamTraits<base::
NullableString16
>::Write(Message* m,
555
bool ParamTraits<base::
NullableString16
>::Read(const Message* m,
564
*r = base::
NullableString16
(string, is_null);
568
void ParamTraits<base::
NullableString16
>::Log(const param_type& p,
ipc_message_utils.h
52
class
NullableString16
;
464
struct IPC_EXPORT ParamTraits<base::
NullableString16
> {
465
typedef base::
NullableString16
param_type;
Completed in 644 milliseconds
1
2