OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_relative_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc
251
std::string
new_relative_path
;
local
253
&
new_relative_path
);
260
!SharedModuleInfo::IsExportAllowed(new_extension,
new_relative_path
)) {
264
resource = new_extension->GetResource(
new_relative_path
);
/external/chromium_org/extensions/browser/
extension_protocols.cc
471
std::string
new_relative_path
;
local
473
&
new_relative_path
);
496
SharedModuleInfo::IsExportAllowed(new_extension,
new_relative_path
))) {
499
relative_path = base::FilePath::FromUTF8Unsafe(
new_relative_path
);
Completed in 202 milliseconds