OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_relative_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc
154
std::string
new_relative_path
;
local
156
&
new_relative_path
);
163
!SharedModuleInfo::IsExportAllowed(new_extension,
new_relative_path
)) {
167
resource = new_extension->GetResource(
new_relative_path
);
/external/chromium_org/chrome/browser/extensions/
extension_protocols.cc
580
std::string
new_relative_path
;
local
582
&
new_relative_path
);
605
SharedModuleInfo::IsExportAllowed(new_extension,
new_relative_path
))) {
608
relative_path = base::FilePath::FromUTF8Unsafe(
new_relative_path
);
Completed in 54 milliseconds