Searched defs:History (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DHistory.h41 class History : public RefCounted<History> { class in namespace:WebCore
43 static PassRefPtr<History> create(Frame* frame) { return adoptRef(new History(frame)); }
64 History(Frame*);
H A DHistory.cpp27 #include "History.h"
40 History::History(Frame* frame) function in class:WebCore::History
45 Frame* History::frame() const
50 void History::disconnectFrame()
55 unsigned History::length() const
64 void History::back()
69 void History::back(ScriptExecutionContext* context)
74 void History::forward()
79 void History
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1024 // History contains relevant DBG_VALUE instructions for Var and instructions
1026 SmallVectorImpl<const MachineInstr*> &History = DbgValues[Var]; local
1027 if (History.empty())
1029 const MachineInstr *MInsn = History.front();
1051 assert(MInsn->isDebugValue() && "History must begin with debug value");
1060 if (History.size() <= 1 || (History.size() == 2 &&
1061 MInsn->isIdenticalTo(History.back()))) {
1070 HI = History.begin(), HE = History
1295 SmallVectorImpl<const MachineInstr*> &History = DbgValues[Var]; local
1314 << "\\t" << *History[History.size() - 2] << "\\n"); local
1368 SmallVectorImpl<const MachineInstr*> &History = HistI->second; local
1390 SmallVectorImpl<const MachineInstr*> &History = I->second; local
[all...]

Completed in 84 milliseconds