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

12

/external/chromium_org/chrome_frame/infobars/
H A Dinfobar_content.h21 class Frame { class in class:InfobarContent
23 virtual ~Frame() {}
30 }; // class Frame
38 virtual bool InstallInFrame(Frame* frame) = 0;
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/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)
458 return Frame(fin=fin, rsv1=rsv1, rsv2=rsv2, rsv3=rsv3,
H A Dmux.py54 from mod_pywebsocket._stream_hybi import Frame namespace
844 frame = Frame(fin=end, opcode=opcode, payload=payload)
/external/eigen/demos/opengl/
H A Dcamera.h17 class Frame class
22 inline Frame(const Eigen::Vector3f& pos = Eigen::Vector3f::Zero(), function in class:Frame
26 Frame lerp(float alpha, const Frame& other) const
28 return Frame((1.f-alpha)*position + alpha * other.position,
66 void setFrame(const Frame& f);
67 const Frame& frame(void) const { return mFrame; }
102 Frame mFrame;
/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/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrame.cpp31 #include "core/frame/Frame.h"
79 DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, frameCounter, ("Frame"));
81 static inline Frame* parentFromOwnerElement(HTMLFrameOwnerElement* ownerElement)
88 static inline float parentPageZoomFactor(Frame* frame)
90 Frame* parent = frame->tree().parent();
96 static inline float parentTextZoomFactor(Frame* frame)
98 Frame* parent = frame->tree().parent();
104 inline Frame::Frame(PassRefPtr<FrameInit> frameInit) function in class:WebCore::Frame
137 PassRefPtr<Frame> Fram
[all...]
H A DFrame.h78 // For creating a dummy Frame
111 class Frame : public RefCounted<Frame> { class in namespace:WebCore
113 static PassRefPtr<Frame> create(PassRefPtr<FrameInit>);
121 ~Frame();
162 // ======== All public functions below this point are candidates to move out of Frame into another class. ========
216 Frame(PassRefPtr<FrameInit>);
250 inline void Frame::init()
255 inline FrameLoader& Frame::loader() const
260 inline NavigationScheduler& Frame
[all...]
/external/chromium_org/net/quic/
H A Dquic_stream_sequencer_test.cc500 typedef pair<int, string> Frame; typedef in class:net::test::__anon9634::QuicSequencerRandomTest
501 typedef vector<Frame> FrameList;
/external/chromium_org/net/websockets/
H A Dwebsocket_frame_test.cc408 typedef WebSocketFrameHeader Frame; typedef
411 EXPECT_TRUE(Frame::IsKnownDataOpCode(Frame::kOpCodeContinuation));
412 EXPECT_TRUE(Frame::IsKnownDataOpCode(Frame::kOpCodeText));
413 EXPECT_TRUE(Frame::IsKnownDataOpCode(Frame::kOpCodeBinary));
416 EXPECT_FALSE(Frame::IsKnownDataOpCode(Frame::kOpCodeClose));
417 EXPECT_FALSE(Frame
437 typedef WebSocketFrameHeader Frame; typedef
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delfcore.h93 #define BP uregs[11] /* Frame pointer */
118 typedef struct Frame { struct
122 } Frame; typedef in typeref:struct:Frame
123 #define FRAME(f) Frame f; \
171 typedef struct Frame { struct
175 } Frame; typedef in typeref:struct:Frame
176 #define FRAME(f) Frame f; \
236 typedef struct Frame { struct
240 } Frame; typedef in typeref:struct:Frame
241 #define FRAME(f) Frame
267 typedef struct Frame { struct
271 } Frame; typedef in typeref:struct:Frame
332 typedef struct Frame { struct
334 } Frame; typedef in typeref:struct:Frame
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delfcore.h93 #define BP uregs[11] /* Frame pointer */
118 typedef struct Frame { struct
122 } Frame; typedef in typeref:struct:Frame
123 #define FRAME(f) Frame f; \
171 typedef struct Frame { struct
175 } Frame; typedef in typeref:struct:Frame
176 #define FRAME(f) Frame f; \
236 typedef struct Frame { struct
240 } Frame; typedef in typeref:struct:Frame
241 #define FRAME(f) Frame
267 typedef struct Frame { struct
271 } Frame; typedef in typeref:struct:Frame
332 typedef struct Frame { struct
334 } Frame; typedef in typeref:struct:Frame
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp158 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, argument
160 maybeAddLineAndColumn(Frame.Range, OS);
161 formatErrorString(contextTypeToFormatString(Frame.Type), Frame.Args, OS);
/external/chromium_org/apps/
H A Dshell_window.h90 enum Frame { enum in class:apps::ShellWindow
154 Frame frame;
/external/llvm/lib/MC/
H A DMCNullStreamer.cpp107 virtual void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
108 RecordProcEnd(Frame);
H A DMCObjectStreamer.cpp119 void MCObjectStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { argument
120 RecordProcStart(Frame);
123 void MCObjectStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
124 RecordProcEnd(Frame);
H A DMCStreamer.cpp217 MCDwarfFrameInfo Frame; local
218 EmitCFIStartProcImpl(Frame);
220 FrameInfos.push_back(Frame);
223 void MCStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { argument
226 void MCStreamer::RecordProcStart(MCDwarfFrameInfo &Frame) { argument
227 Frame.Function = LastSymbol;
232 Frame.Begin = LastSymbol;
234 Frame.Begin = getContext().CreateTempSymbol();
235 EmitLabel(Frame.Begin);
245 void MCStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
248 RecordProcEnd(MCDwarfFrameInfo &Frame) argument
383 setCurrentW64UnwindInfo(MCWin64EHUnwindInfo *Frame) argument
398 MCWin64EHUnwindInfo *Frame = new MCWin64EHUnwindInfo; local
416 MCWin64EHUnwindInfo *Frame = new MCWin64EHUnwindInfo; local
[all...]
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp418 unsigned Frame = 0; local
422 OS << Indent << '#' << Frame++ << ' '; local
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py138 class Frame(object): class in inherits:object
212 return Frame(self.eval_ctx, self)
272 """A visitor for `Frame.inspect`."""
610 `extra_vars` is passed to `Frame.find_shadowed`.
800 frame = Frame(eval_ctx)
829 block_frame = Frame(eval_ctx)
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp151 ReturnVisitor(const StackFrameContext *Frame, bool Suppressed) argument
152 : StackFrame(Frame), Mode(Initial), EnableNullFPSuppression(Suppressed) {}
/external/libvpx/libwebm/
H A Dmkvparser.hpp103 struct Frame struct in class:mkvparser::Block
111 const Frame& GetFrame(int frame_index) const;
118 Frame* m_frames;
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c47 typedef struct Frame { struct
58 struct Frame* next_;
59 } Frame; typedef in typeref:struct:Frame
75 Frame* frames_;
76 Frame** frames_tail_;
190 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) {
191 const Frame* const last_frame = *dmux->frames_tail_;
202 MemBuffer* const mem, Frame* const frame) {
285 // Creates a new Frame if 'actual_size' is within bounds and 'mem' contains
287 // Returns PARSE_OK on success with *frame pointing to the new Frame
[all...]

Completed in 951 milliseconds

12