Searched defs:code_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A D_compat.py129 code_type = type(_C.method.__code__) variable
H A Ddebug.py18 from jinja2._compat import iteritems, reraise, code_type namespace
248 code = code_type(0, code.co_nlocals, code.co_stacksize,
H A Dsandbox.py19 traceback_type, code_type, frame_type, generator_type, PY2 namespace
144 elif isinstance(obj, (code_type, traceback_type, frame_type)):
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc139 SimUnlockCode code_type)
142 code_type_(code_type) {
181 void EnterCode(const std::string& code, SimUnlockCode code_type);
184 void HandleEnterCode(SimUnlockCode code_type, const std::string& code);
408 SimUnlockCode code_type) {
416 switch (code_type) {
484 void SimUnlockHandler::HandleEnterCode(SimUnlockCode code_type, argument
486 scoped_refptr<TaskProxy> task = new TaskProxy(AsWeakPtr(), code, code_type);
137 TaskProxy(const base::WeakPtr<SimUnlockHandler>& handler, const std::string& code, SimUnlockCode code_type) argument
407 EnterCode(const std::string& code, SimUnlockCode code_type) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc160 SimUnlockCode code_type)
163 code_type_(code_type) {
209 void EnterCode(const std::string& code, SimUnlockCode code_type);
225 void HandleEnterCode(SimUnlockCode code_type, const std::string& code);
471 SimUnlockCode code_type) {
476 switch (code_type) {
648 void SimUnlockHandler::HandleEnterCode(SimUnlockCode code_type, argument
650 scoped_refptr<TaskProxy> task = new TaskProxy(AsWeakPtr(), code, code_type);
158 TaskProxy(const base::WeakPtr<SimUnlockHandler>& handler, const std::string& code, SimUnlockCode code_type) argument
470 EnterCode(const std::string& code, SimUnlockCode code_type) argument

Completed in 115 milliseconds