Searched refs:InsertReturn (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | loop-peeling-unittest.cc | 90 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/ |
D | PWL_EditCtrl.cpp | 279 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/ |
D | PWL_EditCtrl.h | 153 void InsertReturn();
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 465 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/ |
D | fxet_edit.h | 587 FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps = NULL, 676 FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps,
|
D | fx_edit.h | 343 virtual FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps = NULL,
|