OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manifest_path_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest_unittest.cc
30
manifest_path_
= temp_dir_.path().AppendASCII("test.json");
50
manifest_path_
, manifest_content.data(), manifest_content.size());
54
base::FilePath
manifest_path_
;
member in class:extensions::NativeMessagingHostManifestTest
77
NativeMessagingHostManifest::Load(
manifest_path_
, &error_message);
98
NativeMessagingHostManifest::Load(
manifest_path_
, &error_message);
110
NativeMessagingHostManifest::Load(
manifest_path_
, &error_message);
/external/chromium_org/components/nacl/browser/
nacl_process_host.h
208
base::FilePath
manifest_path_
;
member in class:nacl::NaClProcessHost
nacl_process_host.cc
345
manifest_path_
= manifest_path;
462
if (!
manifest_path_
.empty()) {
464
base::FilePath::StringType manifest_path_value(
manifest_path_
.value());
[
all
...]
/external/chromium_org/chrome/installer/setup/
install_unittest.cc
46
manifest_path_
=
65
base::FilePath
manifest_path_
;
member in class:__anon9467::CreateVisualElementsManifestTest
225
ASSERT_FALSE(base::PathExists(
manifest_path_
));
235
ASSERT_TRUE(base::PathExists(
manifest_path_
));
238
ASSERT_TRUE(base::ReadFileToString(
manifest_path_
, &read_manifest));
Completed in 89 milliseconds