Searched defs:Continue (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/content/public/test/
H A Djavascript_test_observer.cc77 Continue();
81 void JavascriptTestObserver::Continue() { function in class:content::JavascriptTestObserver
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptDebugListener.h72 Continue, enumerator in enum:blink::ScriptDebugListener::SkipPauseRequest
/external/chromium_org/v8/src/compiler/
H A Dcontrol-builders.cc43 void LoopBuilder::Continue() { function in class:v8::internal::compiler::LoopBuilder
H A Dcontrol-builders.h29 virtual void Continue() { UNREACHABLE(); } function in class:v8::internal::compiler::ControlBuilder
78 virtual void Continue();
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cursor.cc36 void IndexedDBCursor::Continue(scoped_ptr<IndexedDBKey> key, function in class:content::IndexedDBCursor
39 IDB_TRACE("IndexedDBCursor::Continue");
88 if (!cursor_ || !cursor_->Continue(key.get(),
132 if (!cursor_ || !cursor_->Continue(&s)) {
189 bool ok = cursor_->Continue(&s);
H A Dindexed_db_backing_store.h254 bool Continue(leveldb::Status* s) { return Continue(NULL, NULL, SEEK, s); } function in class:content::IndexedDBBackingStore::Cursor
255 bool Continue(const IndexedDBKey* key, function in class:content::IndexedDBBackingStore::Cursor
258 return Continue(key, NULL, state, s);
260 bool Continue(const IndexedDBKey* key,
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h48 Continue() function in struct:lldb_perf::TestCase::ActionWanted
H A DXcode.cpp131 Xcode::Continue (SBProcess process) function in class:Xcode
133 process.Continue();
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp144 FX_BOOL CPDF_PageRenderCache::Continue(IFX_Pause* pPause) function in class:CPDF_PageRenderCache
146 int ret = m_pCurImageCache->Continue(pPause);
363 int CPDF_ImageCache::Continue(IFX_Pause* pPause) function in class:CPDF_ImageCache
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp750 LayoutStatus CPDF_LayoutProvider_TaggedPDF::Continue() function in class:CPDF_LayoutProvider_TaggedPDF
H A Dautoreflow.cpp727 return Continue();
729 LayoutStatus CPDF_AutoReflowLayoutProvider::Continue() function in class:CPDF_AutoReflowLayoutProvider
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dencode_test_driver.h209 virtual bool Continue() const { function in class:libvpx_test::EncoderTest
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp223 bool Continue = true; local
225 Continue = Continue && Consumers[i]->HandleTopLevelDecl(D);
226 return Continue;
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h208 virtual bool Continue() const { function in class:libvpx_test::EncoderTest
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp685 void CPDF_ContentParser::Continue(IFX_Pause* pPause) function in class:CPDF_ContentParser
H A Dfpdf_page_parser_old.cpp1027 void CPDF_ContentParser::Continue(IFX_Pause* pPause) function in class:CPDF_ContentParser
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Drequest_manager_unittest.cc50 void Continue() { OnNotificationResult(CONTINUE); } function in class:chromeos::file_system_provider::__anon3217::FakeNotificationManager
793 notification_manager_->Continue();
/external/chromium_org/third_party/jinja2/
H A Dnodes.py879 class Continue(Stmt): class in inherits:Stmt
880 """Continue a loop."""
/external/lldb/source/API/
H A DSBProcess.cpp664 SBProcess::Continue () function in class:SBProcess
672 log->Printf ("SBProcess(%p)::Continue ()...", process_sp.get());
684 log->Printf ("SBProcess(%p)::Continue () waiting for process to stop...", process_sp.get());
697 log->Printf ("SBProcess(%p)::Continue () => SBError (%p): %s", process_sp.get(), sb_error.get(), sstr.GetData());
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Context.cpp247 int ret = Continue(pPause);
250 FX_INT32 CJBig2_Context::Continue(IFX_Pause* pPause) function in class:CJBig2_Context
316 return Continue(pPause);
347 return Continue(pPause);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp285 FX_BOOL CStretchEngine::Continue(IFX_Pause* pPause) function in class:CStretchEngine
764 FX_BOOL CFX_ImageStretcher::Continue(IFX_Pause* pPause) function in class:CFX_ImageStretcher
785 m_pStretchEngine->Continue(NULL);
795 return m_pStretchEngine->Continue(pPause);
H A Dfx_dib_transform.cpp181 transformer.Continue(NULL);
202 stretcher.Continue(NULL);
343 FX_BOOL CFX_ImageTransformer::Continue(IFX_Pause* pPause) function in class:CFX_ImageTransformer
346 if (m_Stretcher.Continue(pPause)) {
354 return m_Stretcher.Continue(pPause);
358 if (m_Stretcher.Continue(pPause)) {
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djriext.h491 JRI_Continue_t Continue; member in struct:JRIDebuggerInterface
580 ((*(env))->Continue(env))
/external/clang/lib/CodeGen/
H A DCGStmt.cpp798 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); local
799 llvm::BasicBlock *CondBlock = Continue.getBlock();
809 Continue = getJumpDestInCurrentScope("for.inc");
812 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
864 EmitBlock(Continue.getBlock());
936 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); local
939 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
949 EmitBlock(Continue.getBlock());
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp2026 return Continue(NULL) > -1;
2081 FX_INT32 CPDF_Creator::Continue(IFX_Pause *pPause) function in class:CPDF_Creator

Completed in 1474 milliseconds

12