Searched refs:History (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/page/
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...]
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.idl37 ] History {
H A DDOMWindow.h54 class History;
120 History* history() const;
346 History* optionalHistory() const { return m_history.get(); }
459 mutable RefPtr<History> m_history;
H A DDOMWindow.cpp66 #include "History.h"
533 History* DOMWindow::history() const
536 m_history = History::create(m_frame);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HistoryCustom.cpp35 #include "History.h"
63 History* history = V8History::toNative(args.Holder());
64 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec);
87 History* history = V8History::toNative(args.Holder());
88 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);
95 History* history = V8History::toNative(host);
102 History* history = V8History::toNative(host);
/external/mesa3d/docs/
H A DMESA_window_pos.spec122 Revision History
H A DMESA_pixmap_colormap.spec88 Revision History
H A DMESA_resize_buffers.spec79 Revision History
H A DMESA_set_3dfx_mode.spec83 Revision History
H A DMESA_shader_debug.spec258 Revision History
H A DMESA_swap_control.spec124 Revision History
H A DMESA_ycbcr_texture.spec197 Revision History
H A DMESA_swap_frame_usage.spec198 Revision History
H A DMESA_texture_array.spec799 Revision History
/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...]
/external/webkit/Source/WebCore/loader/
H A DHistoryController.cpp272 LOG(History, "WebCoreHistory: Updating History for back/forward navigation in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
288 LOG(History, "WebCoreHistory: Updating History for reload in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
311 LOG(History, "WebCoreHistory: Updating History for Standard Load in frame %s", m_frame->loader()->documentLoader()->url().string().ascii().data());
350 LOG(History, "WebCoreHistory: Updating History for redirect load in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
392 LOG(History, "WebCoreHistory: Updating History fo
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend132 ATTRIBUTE Ascend-Seconds-Of-History 238 integer
133 ATTRIBUTE Ascend-History-Weigh-Type 239 integer
201 VALUE Ascend-History-Weigh-Type History-Constant 0
202 VALUE Ascend-History-Weigh-Type History-Linear 1
203 VALUE Ascend-History-Weigh-Type History-Quadratic 2
/external/webkit/Source/WebCore/bindings/js/
H A DJSHistoryCustom.cpp33 #include "History.h"
57 // When accessing History cross-domain, functions are always the native built-in ones.
182 impl()->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec);
206 impl()->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);
H A DJSDOMWindowCustom.cpp26 #include "History.h"
444 History* history = impl()->history();
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec223 Revision History
H A DMESA_program_debug.spec298 Revision History
/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.mm296 LOG(History, "Updating global history entry %@", entry);
304 LOG(History, "Adding new global history entry for %@", url);
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php754 Version History
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.cpp139 History* history = V8History::toNative(host);

Completed in 342 milliseconds

12