Home
last modified time | relevance | path

Searched refs:InsertReturn (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/unittests/compiler/
Dloop-peeling-unittest.cc90 Node* InsertReturn(Node* val, Node* effect, Node* control) { in InsertReturn() function in v8::internal::compiler::LoopPeelingTest
149 Node* r = InsertReturn(p0, start(), w.exit); in TEST_F()
170 Node* r = InsertReturn(c.phi, start(), w.exit); in TEST_F()
200 Node* r = InsertReturn(c.phi, start(), outer.exit); in TEST_F()
239 Node* r = InsertReturn(c.phi, start(), outer.exit); in TEST_F()
276 Node* r = InsertReturn(phi, start(), outer.exit); in TEST_F()
321 Node* r = InsertReturn(p0, start(), b1.if_false); in TEST_F()
358 Node* r = InsertReturn(phi, start(), b1.if_false); in TEST_F()
411 Node* r = InsertReturn(phi, start(), b1.if_false); in TEST_F()
462 InsertReturn(p0, start(), merge); in TEST_F()
[all …]
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp279 InsertReturn(); in OnChar()
511 void CPWL_EditCtrl::InsertReturn() { in InsertReturn() function in CPWL_EditCtrl
513 m_pEdit->InsertReturn(); in InsertReturn()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h153 void InsertReturn();
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp465 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, FALSE, TRUE); in Redo()
507 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, FALSE, TRUE); in Undo()
546 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, FALSE, TRUE); in Undo()
610 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, FALSE, FALSE); in Undo()
1598 FX_BOOL CFX_Edit::InsertReturn(const CPVT_SecProps* pSecProps, in InsertReturn() function in CFX_Edit
1600 return InsertReturn(pSecProps, pWordProps, TRUE, TRUE); in InsertReturn()
2500 FX_BOOL CFX_Edit::InsertReturn(const CPVT_SecProps* pSecProps, in InsertReturn() function in CFX_Edit
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h587 FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps = NULL,
676 FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps,
Dfx_edit.h343 virtual FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps = NULL,