OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:message_path
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/common/extensions/
extension_unpacker.h
77
bool ReadMessageCatalog(const FilePath&
message_path
);
extension_unpacker.cc
287
bool ExtensionUnpacker::ReadMessageCatalog(const FilePath&
message_path
) {
289
JSONFileValueSerializer serializer(
message_path
);
293
string16 messages_file =
message_path
.LossyDisplayName();
307
//
message_path
was created from temp_install_dir. This should never fail.
308
if (!temp_install_dir_.AppendRelativePath(
message_path
, &relative_path)) {
/external/chromium_org/chromeos/dbus/
modem_messaging_client.h
30
typedef base::Callback<void(const dbus::ObjectPath&
message_path
,
modem_messaging_client.cc
60
void Delete(const dbus::ObjectPath&
message_path
,
65
writer.AppendObjectPath(
message_path
);
85
dbus::ObjectPath
message_path
;
local
88
if (!reader.PopObjectPath(&
message_path
) ||
94
sms_received_handler_.Run(
message_path
, complete);
/external/chromium_org/chrome/utility/extensions/
unpacker.cc
280
bool Unpacker::ReadMessageCatalog(const base::FilePath&
message_path
) {
282
JSONFileValueSerializer serializer(
message_path
);
286
string16 messages_file =
message_path
.LossyDisplayName();
300
//
message_path
was created from temp_install_dir. This should never fail.
301
if (!temp_install_dir_.AppendRelativePath(
message_path
, &relative_path)) {
unpacker.h
69
bool ReadMessageCatalog(const base::FilePath&
message_path
);
Completed in 232 milliseconds