OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUNTIME_ERROR
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.h
21
RUNTIME_ERROR
,
jtl_interpreter.cc
715
result_ =
RUNTIME_ERROR
;
jtl_interpreter_unittest.cc
618
EXPECT_EQ(JtlInterpreter::
RUNTIME_ERROR
, interpreter.result());
/external/chromium_org/extensions/browser/
extension_error.h
28
RUNTIME_ERROR
extension_error.cc
145
: ExtensionError(ExtensionError::
RUNTIME_ERROR
,
/external/chromium_org/chrome/browser/extensions/error_console/
error_console_browsertest.cc
42
CHECK(error->type() == ExtensionError::
RUNTIME_ERROR
);
92
ExtensionError::
RUNTIME_ERROR
,
98
const RuntimeError*
runtime_error
= static_cast<const RuntimeError*>(error);
local
99
EXPECT_EQ(level,
runtime_error
->level());
100
EXPECT_EQ(context,
runtime_error
->context_url());
101
EXPECT_EQ(expected_stack_size,
runtime_error
->stack_trace().size());
Completed in 1050 milliseconds