runtime            85 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc       extensions::api::runtime::OnRestartRequired::REASON_APP_UPDATE);
runtime            91 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc   extensions::api::runtime::OnRestartRequired::Reason restart_reason =
runtime            92 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc       extensions::api::runtime::OnRestartRequired::REASON_NONE;
runtime            96 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc           extensions::api::runtime::OnRestartRequired::REASON_OS_UPDATE;
runtime           100 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc           extensions::api::runtime::OnRestartRequired::REASON_PERIODIC;
runtime            49 chrome/browser/extensions/api/runtime/runtime_api.cc namespace GetPlatformInfo = extensions::api::runtime::GetPlatformInfo;
runtime            53 chrome/browser/extensions/api/runtime/runtime_api.cc namespace runtime = api::runtime;
runtime           116 chrome/browser/extensions/api/runtime/runtime_api.cc   scoped_ptr<Event> event(new Event(runtime::OnStartup::kEventName,
runtime           332 chrome/browser/extensions/api/runtime/runtime_api.cc   scoped_ptr<Event> event(new Event(runtime::OnInstalled::kEventName,
runtime           350 chrome/browser/extensions/api/runtime/runtime_api.cc   scoped_ptr<Event> event(new Event(runtime::OnUpdateAvailable::kEventName,
runtime           365 chrome/browser/extensions/api/runtime/runtime_api.cc       runtime::OnBrowserUpdateAvailable::kEventName, args.Pass()));
runtime           373 chrome/browser/extensions/api/runtime/runtime_api.cc     api::runtime::OnRestartRequired::Reason reason) {
runtime           379 chrome/browser/extensions/api/runtime/runtime_api.cc       new Event(runtime::OnRestartRequired::kEventName,
runtime           380 chrome/browser/extensions/api/runtime/runtime_api.cc                 api::runtime::OnRestartRequired::Create(reason)));
runtime           111 chrome/browser/extensions/api/runtime/runtime_api.h       api::runtime::OnRestartRequired::Reason reason);
runtime          1832 third_party/libxslt/libxslt/pattern.c 		   xsltTransformContextPtr runtime, int novar) {
runtime          1843 third_party/libxslt/libxslt/pattern.c     ctxt = xsltNewParserContext(style, runtime);
runtime          2007 third_party/libxslt/libxslt/pattern.c 		   xsltTransformContextPtr runtime) {
runtime          2008 third_party/libxslt/libxslt/pattern.c     return (xsltCompilePatternInternal(pattern, doc, node, style, runtime, 0));
runtime            40 third_party/libxslt/libxslt/pattern.h 					 xsltTransformContextPtr runtime);
runtime            65 third_party/npapi/npspy/extern/java/jriext.h (JRI_CALLBACK* JRICollectionStartProc)(JRIRuntimeInstance* runtime);
runtime            68 third_party/npapi/npspy/extern/java/jriext.h (JRI_CALLBACK* JRICollectionEndProc)(JRIRuntimeInstance* runtime);
runtime           114 third_party/npapi/npspy/extern/java/jriext.h (*JRI_DisposeRuntime_t)(JRIRuntimeInstance* runtime);
runtime           121 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetIOMode_t)(JRIRuntimeInstance* runtime, JRIIOModeFlags mode);
runtime           128 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetFSMode_t)(JRIRuntimeInstance* runtime, JRIFSModeFlags mode);
runtime           136 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetRTMode_t)(JRIRuntimeInstance* runtime, JRIRTModeFlags mode);
runtime           141 third_party/npapi/npspy/extern/java/jriext.h (*JRI_NewEnv_t)(JRIRuntimeInstance* runtime, void* thread);
runtime           171 third_party/npapi/npspy/extern/java/jriext.h #define JRI_DisposeRuntime(runtime)		\
runtime           172 third_party/npapi/npspy/extern/java/jriext.h 	((*(runtime))->DisposeRuntime(runtime))
runtime           178 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetIOMode(runtime, mode)		\
runtime           179 third_party/npapi/npspy/extern/java/jriext.h 	((*(runtime))->SetIOMode(runtime, mode))
runtime           185 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetFSMode(runtime, mode)		\
runtime           186 third_party/npapi/npspy/extern/java/jriext.h 	((*(runtime))->SetFSMode(runtime, mode))
runtime           193 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetRTMode(runtime, mode)		\
runtime           194 third_party/npapi/npspy/extern/java/jriext.h 	((*(runtime))->SetRTMode(runtime, mode))
runtime           198 third_party/npapi/npspy/extern/java/jriext.h #define JRI_NewEnv(runtime, thread)	\
runtime           199 third_party/npapi/npspy/extern/java/jriext.h 	((*(runtime))->NewEnv(runtime, thread))