Home
last modified time | relevance | path

Searched refs:IDC_ENTRY_POINT (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/sandbox_poc/
Dresource.h11 #define IDC_ENTRY_POINT 1003 macro
Dsandbox.rc59 EDITTEXT IDC_ENTRY_POINT,7,71,200,13,ES_AUTOHSCROLL
Dmain_ui_window.cc183 HWND edit_box_entry_point = ::GetDlgItem(dialog, IDC_ENTRY_POINT); in SpawnTargetWndProc()
319 HWND edit_box_entry_point = ::GetDlgItem(dialog, IDC_ENTRY_POINT); in OnLaunchDll()