Home
last modified time | relevance | path

Searched defs:SetID (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Breakpoint/
DStoppoint.cpp43 Stoppoint::SetID (break_id_t bid) in SetID() function in Stoppoint
/external/lldb/include/lldb/Breakpoint/
DBreakpointID.h49 SetID (lldb::break_id_t bp_id, lldb::break_id_t loc_id) in SetID() function
DWatchpoint.h239 void SetID(lldb::watch_id_t id) { m_loc_id = id; } in SetID() function
/external/lldb/include/lldb/Core/
DUserID.h71 SetID (lldb::user_id_t uid) { m_uid = uid; } in SetID() function
/external/chromium_org/extensions/common/
Dextension_builder.cc56 ExtensionBuilder& ExtensionBuilder::SetID(const std::string& id) { in SetID() function in extensions::ExtensionBuilder
/external/lldb/include/lldb/Symbol/
DSymbol.h108 SetID(uint32_t uid) in SetID() function
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller_interactive_uitest.cc110 void SetID(WebContents* web_contents, int id) { in SetID() function
/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model_unittest.cc192 void SetID(WebContents* contents, int id) { in SetID() function in TabStripModelTest