OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launch_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
abstractlocalservercommand.py
33
launch_path
= "/"
variable in class:AbstractLocalServerCommand
48
server_url = "http://localhost:%d%s" % (options.httpd_port, self.
launch_path
)
/external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.cc
132
std::string
launch_path
;
local
133
if (!temp->GetAsString(&
launch_path
)) {
141
GURL resolved = extension->url().Resolve(
launch_path
);
149
launch_local_path_ =
launch_path
;
Completed in 1414 milliseconds