Home
last modified time | relevance | path

Searched defs:default_title (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/cefclient/resources/extensions/set_page_color/
Dmanifest.json9 "default_title": "Set this page's color.", string
/third_party/node/deps/v8/tools/link_clicker.extension/
Dmanifest.json10 "default_title": "Follow links.", string
/third_party/node/src/
Dutil.cc139 std::string GetProcessTitle(const char* default_title) { in GetProcessTitle()