OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:packed_extension
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/error_console/
error_console_unittest.cc
208
scoped_refptr<const Extension>
packed_extension
=
local
221
registry->AddEnabled(
packed_extension
);
227
packed_extension
->id()).size());
231
CreateNewManifestError(
packed_extension
->id(), "manifest error 1"));
233
CreateNewRuntimeError(
packed_extension
->id(), "runtime error 1"));
235
packed_extension
->id()).size());
238
packed_extension
->id()));
254
error_console_->SetReportingForExtension(
packed_extension
->id(),
258
CreateNewRuntimeError(
packed_extension
->id(), "runtime error 3"));
260
packed_extension
->id()).size())
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc
666
"[dynamic_extensions.
packed_extension
]: 12\n"
667
"[dynamic_extensions.
packed_extension
]: -34\n"
668
"[dynamic_extensions.
packed_extension
]: 56\n"
669
"[dynamic_extensions.
packed_extension
]: -78\n"
unittest.proto
642
repeated sint32
packed_extension
= 2006 [packed = true];
/external/protobuf/src/google/protobuf/
extension_set_unittest.cc
586
"[dynamic_extensions.
packed_extension
]: 12\n"
587
"[dynamic_extensions.
packed_extension
]: -34\n"
588
"[dynamic_extensions.
packed_extension
]: 56\n"
589
"[dynamic_extensions.
packed_extension
]: -78\n"
unittest.proto
581
repeated sint32
packed_extension
= 2006 [packed = true];
Completed in 594 milliseconds