Searched defs:Frame (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/heap/
H A DHandleStack.h42 class Frame { class in class:JSC::HandleStack
50 void enterScope(Frame&);
51 void leaveScope(Frame&);
59 void zapTo(Frame&);
66 Frame m_frame;
69 inline void HandleStack::enterScope(Frame& lastFrame)
80 inline void HandleStack::zapTo(Frame& lastFrame)
105 inline void HandleStack::leaveScope(Frame& lastFrame)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DContextMenuClientAndroid.cpp41 void ContextMenuClientAndroid::searchWithGoogle(const Frame*) { notImplemented(); } argument
42 void ContextMenuClientAndroid::lookUpInDictionary(Frame*) { notImplemented(); }
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DContextMenuClientHaiku.cpp58 void ContextMenuClientHaiku::lookUpInDictionary(Frame*)
79 void ContextMenuClientHaiku::searchWithGoogle(const Frame*) argument
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DContextMenuClientQt.cpp60 void ContextMenuClientQt::lookUpInDictionary(Frame*)
81 void ContextMenuClientQt::searchWithGoogle(const Frame*) argument
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstream.py41 from mod_pywebsocket._stream_hybi import Frame namespace
H A D_stream_hybi.py58 class Frame(object): class in inherits:object
78 length: Frame length. Must be less than 2^63.
153 frame = Frame(fin=fin, opcode=opcode, payload=message)
342 frame = Frame(opcode=opcode, payload=body)
468 return Frame(fin=fin, rsv1=rsv1, rsv2=rsv2, rsv3=rsv3,
H A Dmux.py53 from mod_pywebsocket._stream_hybi import Frame namespace
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DContextMenuClientWinCE.cpp65 void ContextMenuClientWinCE::searchWithGoogle(const Frame*) argument
70 void ContextMenuClientWinCE::lookUpInDictionary(Frame*)
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DContextMenuClientWx.cpp66 void ContextMenuClientWx::searchWithGoogle(const Frame*) argument
71 void ContextMenuClientWx::lookUpInDictionary(Frame*)
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFrame.java23 public class Frame { class
36 public Frame(int locals, int stack) { method in class:Frame
150 public Frame copy() {
151 Frame frame = new Frame(locals.length, stack.length);
164 public Frame copyStack() {
165 Frame frame = new Frame(locals.length, stack.length);
178 public boolean mergeStack(Frame frame) {
208 public boolean merge(Frame fram
[all...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DContextMenuClientGtk.cpp180 void ContextMenuClient::searchWithGoogle(const Frame*) argument
185 void ContextMenuClient::lookUpInDictionary(Frame*)
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp108 void MCObjectStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { argument
109 RecordProcStart(Frame);
112 void MCObjectStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
113 RecordProcEnd(Frame);
H A DMCNullStreamer.cpp99 virtual void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
100 RecordProcEnd(Frame);
H A DMCStreamer.cpp201 MCDwarfFrameInfo Frame; local
202 EmitCFIStartProcImpl(Frame);
204 FrameInfos.push_back(Frame);
207 void MCStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { argument
210 void MCStreamer::RecordProcStart(MCDwarfFrameInfo &Frame) { argument
211 Frame.Function = LastSymbol;
216 Frame.Begin = LastSymbol;
218 Frame.Begin = getContext().CreateTempSymbol();
219 EmitLabel(Frame.Begin);
229 void MCStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
232 RecordProcEnd(MCDwarfFrameInfo &Frame) argument
370 setCurrentW64UnwindInfo(MCWin64EHUnwindInfo *Frame) argument
385 MCWin64EHUnwindInfo *Frame = new MCWin64EHUnwindInfo; local
403 MCWin64EHUnwindInfo *Frame = new MCWin64EHUnwindInfo; local
[all...]
H A DMCAsmStreamer.cpp64 virtual void EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame);
65 virtual void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame);
875 void MCAsmStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { argument
877 RecordProcStart(Frame);
885 void MCAsmStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
887 RecordProcEnd(Frame);
891 // Put a dummy non-null value in Frame.End to mark that this frame has been
893 Frame.End = (MCSymbol *) 1;
H A DMCDwarf.cpp1060 const MCDwarfFrameInfo &Frame) {
1087 uint32_t Encoding = Frame.CompactUnwindEncoding;
1091 if (Frame.Lsda)
1100 Streamer.EmitSymbolValue(Frame.Function, Size);
1103 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin,
1104 *Frame.End, 0);
1118 if (Frame.Personality)
1119 Streamer.EmitSymbolValue(Frame.Personality, Size);
1124 Size = getSizeForEncoding(Streamer, Frame.LsdaEncoding);
1126 if (Frame
1059 EmitCompactUnwind(MCStreamer &Streamer, const MCDwarfFrameInfo &Frame) argument
1391 const MCDwarfFrameInfo &Frame = Streamer.getFrameInfo(i); local
1408 const MCDwarfFrameInfo &Frame = FrameArray[i]; local
[all...]
/external/webkit/Source/WebCore/page/
H A DFrame.cpp30 #include "Frame.h"
123 static WTF::RefCountedLeakCounter frameCounter("Frame");
126 static inline Frame* parentFromOwnerElement(HTMLFrameOwnerElement* ownerElement)
133 static inline float parentPageZoomFactor(Frame* frame)
135 Frame* parent = frame->tree()->parent();
141 static inline float parentTextZoomFactor(Frame* frame)
143 Frame* parent = frame->tree()->parent();
149 inline Frame::Frame(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* frameLoaderClient) function in class:WebCore::Frame
160 , m_lifeSupportTimer(this, &Frame
[all...]
H A DFrame.h82 class Frame : public RefCounted<Frame>, public TiledBackingStoreClient { class in namespace:WebCore
84 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
92 ~Frame();
126 // ======== All public functions below this point are candidates to move out of Frame into another class. ========
145 static Frame* frameForWidget(const Widget*);
210 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
213 void lifeSupportTimerFired(Timer<Frame>*);
240 Timer<Frame> m_lifeSupportTimer;
261 // FIXME: The tiled backing store belongs in FrameView, not Frame
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp136 ReturnVisitor(const StackFrameContext *Frame) argument
137 : StackFrame(Frame), Satisfied(false) {}
/external/libvpx/mkvparser/
H A Dmkvparser.hpp103 struct Frame struct in class:mkvparser::Block
111 const Frame& GetFrame(int frame_index) const;
118 Frame* m_frames;
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h53 Viewless element needs to create a dummy Page->Frame->FrameView tree for use in parsing or executing JavaScript.
107 virtual void focusedFrameChanged(Frame*) { }
109 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) { return 0; }
132 virtual bool runBeforeUnloadConfirmPanel(const String&, Frame*) { return true; }
136 virtual void runJavaScriptAlert(Frame*, const String&) { }
137 virtual bool runJavaScriptConfirm(Frame*, const String&) { return false; }
138 virtual bool runJavaScriptPrompt(Frame*, const String&, const String&, String&) { return false; }
174 virtual void contentsSizeChanged(Frame*, const IntSize&) const { }
181 virtual void print(Frame*) { }
184 virtual void exceededDatabaseQuota(Frame*, cons
557 searchWithGoogle(const Frame*) argument
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp420 // We will eventually hit BottomFrame, which has Index 1, so Frame can't
422 CallStackFrame *Frame = CurrentCall; local
423 while (Frame->Index > CallIndex)
424 Frame = Frame->Caller;
425 return (Frame->Index == CallIndex) ? Frame : 0;
589 static void describeCall(CallStackFrame *Frame, llvm::raw_ostream &Out) { argument
591 bool IsMemberCall = isa<CXXMethodDecl>(Frame->Callee) &&
592 !isa<CXXConstructorDecl>(Frame
1421 EvaluateVarDeclInit(EvalInfo &Info, const Expr *E, const VarDecl *VD, CallStackFrame *Frame, APValue &Result) argument
1730 CallStackFrame *Frame = 0; local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10273 SDValue Frame = DAG.getCopyFromReg(DAG.getEntryNode(), dl, local
10278 SDValue StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), Frame,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 5311 milliseconds

12