Searched refs:frame (Results 126 - 150 of 5378) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/codec/
H A Dvideo_encoder_helper_unittest.cc21 BasicDesktopFrame frame(DesktopSize(32, 32));
22 frame.set_dpi(DesktopVector(96, 97));
23 frame.set_capture_time_ms(20);
24 frame.mutable_updated_region()->SetRect(DesktopRect::MakeLTRB(0, 0, 16, 16));
27 frame.set_shape(shape.release());
30 scoped_ptr<VideoPacket> packet(helper.CreateVideoPacket(frame));
49 BasicDesktopFrame frame(DesktopSize(32, 32));
53 scoped_ptr<VideoPacket> packet(helper.CreateVideoPacket(frame));
64 BasicDesktopFrame frame(DesktopSize(32, 32));
67 scoped_ptr<VideoPacket> packet(helper.CreateVideoPacket(frame));
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
H A Dquality_scaler.cc45 const I420VideoFrame& frame) {
60 res.width = frame.width();
61 res.height = frame.height();
75 const I420VideoFrame& frame) {
76 Resolution res = GetScaledResolution(frame);
77 if (res.width == frame.width())
78 return frame;
80 scaler_.Set(frame.width(),
81 frame.height(),
87 if (scaler_.Scale(frame,
44 GetScaledResolution( const I420VideoFrame& frame) argument
74 GetScaledFrame( const I420VideoFrame& frame) argument
[all...]
/external/chromium_org/gin/
H A Dtry_catch.cc39 v8::Handle<v8::StackFrame> frame = trace->GetFrame(i); local
40 ss << V8ToString(frame->GetScriptName()) << ":"
41 << frame->GetLineNumber() << ":"
42 << frame->GetColumn() << ": "
43 << V8ToString(frame->GetFunctionName())
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DNavigatorGeolocation.cpp27 #include "core/frame/LocalFrame.h"
28 #include "core/frame/Navigator.h"
33 NavigatorGeolocation::NavigatorGeolocation(LocalFrame* frame) argument
34 : DOMWindowProperty(frame)
49 supplement = new NavigatorGeolocation(navigator.frame());
62 if (!m_geolocation && frame())
63 m_geolocation = Geolocation::create(frame()->document());
/external/chromium_org/third_party/WebKit/Source/modules/presentation/
H A DNavigatorPresentation.cpp9 #include "core/frame/LocalFrame.h"
10 #include "core/frame/Navigator.h"
16 NavigatorPresentation::NavigatorPresentation(LocalFrame* frame) argument
17 : DOMWindowProperty(frame)
36 supplement = new NavigatorPresentation(navigator.frame());
51 if (!frame())
53 m_presentation = Presentation::create(frame()->document());
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-with.js45 assertEquals(2, exec_state.frame(0).evaluate('a').value());
46 assertEquals(2, exec_state.frame(0).evaluate('b').value());
49 assertEquals(3, exec_state.frame(0).evaluate('a').value());
50 assertEquals(1, exec_state.frame(0).evaluate('b').value());
53 assertEquals('local', exec_state.frame(0).evaluate('foo').value());
H A Ddebug-evaluate-locals-optimized-double.js72 var frame = exec_state.frame(i);
79 for (var j = 0; j < frame.localCount(); j++) {
80 locals[frame.localName(j)] = frame.localValue(j).value();
86 assertEquals(expected_args.names[j], frame.argumentName(j));
88 frame.argumentValue(j).value());
92 assertEquals(2, frame.scopeCount());
93 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType());
94 assertEquals(debug.ScopeType.Global, frame
[all...]
H A Ddebug-evaluate-locals-optimized.js63 var frame = exec_state.frame(i);
70 for (var j = 0; j < frame.localCount(); j++) {
71 locals[frame.localName(j)] = frame.localValue(j).value();
77 assertEquals(expected_args.names[j], frame.argumentName(j));
79 frame.argumentValue(j).value());
83 assertEquals(2, frame.scopeCount());
84 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType());
85 assertEquals(debug.ScopeType.Global, frame
[all...]
/external/lldb/test/python_api/default-constructor/
H A Dsb_thread.py20 frame = lldb.SBFrame()
21 obj.StepOutOfFrame(frame)
24 obj.StepOverUntil(frame, filespec, 1234)
36 for frame in obj:
37 print frame
/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer_impl_unittest.cc140 LayerTreeHostImpl::FrameData frame; local
141 EXPECT_EQ(DRAW_SUCCESS, host_impl_->PrepareToDraw(&frame));
145 ASSERT_EQ(5u, frame.render_passes.size());
148 // to the frame.
149 EXPECT_EQ(4, frame.render_passes[1]->id.layer_id);
150 EXPECT_EQ(1, frame.render_passes[1]->id.index);
151 EXPECT_EQ(4, frame.render_passes[2]->id.layer_id);
152 EXPECT_EQ(2, frame.render_passes[2]->id.index);
154 EXPECT_NE(4, frame.render_passes[0]->id.layer_id);
155 EXPECT_EQ(0, frame
174 LayerTreeHostImpl::FrameData frame; local
209 LayerTreeHostImpl::FrameData frame; local
237 LayerTreeHostImpl::FrameData frame; local
271 LayerTreeHostImpl::FrameData frame; local
303 LayerTreeHostImpl::FrameData frame; local
317 LayerTreeHostImpl::FrameData frame; local
337 LayerTreeHostImpl::FrameData frame; local
361 LayerTreeHostImpl::FrameData frame; local
400 LayerTreeHostImpl::FrameData frame; local
437 LayerTreeHostImpl::FrameData frame; local
463 LayerTreeHostImpl::FrameData frame; local
640 VerifyRenderPasses( const LayerTreeHostImpl::FrameData& frame, size_t num_render_passes, const SharedQuadState** root_delegated_shared_quad_state, const SharedQuadState** contrib_delegated_shared_quad_state) argument
693 LayerTreeHostImpl::FrameData frame; local
748 LayerTreeHostImpl::FrameData frame; local
809 LayerTreeHostImpl::FrameData frame; local
857 LayerTreeHostImpl::FrameData frame; local
904 LayerTreeHostImpl::FrameData frame; local
1102 LayerTreeHostImpl::FrameData frame; local
1131 LayerTreeHostImpl::FrameData frame; local
1160 LayerTreeHostImpl::FrameData frame; local
1190 LayerTreeHostImpl::FrameData frame; local
1221 LayerTreeHostImpl::FrameData frame; local
1250 LayerTreeHostImpl::FrameData frame; local
1280 LayerTreeHostImpl::FrameData frame; local
1308 LayerTreeHostImpl::FrameData frame; local
1371 LayerTreeHostImpl::FrameData frame; local
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_media_stream_video_track.cc99 pp::VideoFrame frame = cc.output(); local
100 ASSERT_FALSE(frame.is_null());
101 ASSERT_TRUE(frame.GetFormat() == PP_VIDEOFRAME_FORMAT_YV12 ||
102 frame.GetFormat() == PP_VIDEOFRAME_FORMAT_I420);
105 ASSERT_TRUE(frame.GetSize(&size));
109 ASSERT_GE(frame.GetTimestamp(), timestamp);
110 timestamp = frame.GetTimestamp();
112 ASSERT_GT(frame.GetDataBufferSize(), 0U);
113 ASSERT_TRUE(frame.GetDataBuffer() != NULL);
115 video_track_.RecycleFrame(frame);
166 pp::VideoFrame frame = cc2.output(); local
214 pp::VideoFrame frame = cc2.output(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DPingLoader.cpp38 #include "core/frame/LocalFrame.h"
59 void PingLoader::loadImage(LocalFrame* frame, const KURL& url) argument
61 if (!frame->document()->securityOrigin()->canDisplay(url)) {
62 FrameLoader::reportLocalLoadFailed(frame, url.string());
69 frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
70 frame->loader().fetchContext().setFirstPartyForCookies(request);
74 PingLoader::start(frame, request, initiatorInfo);
78 void PingLoader::sendLinkAuditPing(LocalFrame* frame, const KURL& pingURL, const KURL& destinationURL) argument
86 frame
107 sendViolationReport(LocalFrame* frame, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType type) argument
122 start(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed) argument
133 PingLoader(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed) argument
[all...]
H A DBeaconLoader.cpp12 #include "core/frame/LocalFrame.h"
22 void BeaconLoader::prepareRequest(LocalFrame* frame, ResourceRequest& request) argument
28 frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
29 frame->loader().fetchContext().setFirstPartyForCookies(request);
32 void BeaconLoader::issueRequest(LocalFrame* frame, ResourceRequest& request) argument
37 PingLoader::start(frame, request, initiatorInfo);
40 bool BeaconLoader::sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, const String& data, int& payloadLength) argument
43 prepareRequest(frame, request);
53 issueRequest(frame, reques
58 sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, PassRefPtr<ArrayBufferView>& data, int& payloadLength) argument
80 sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, PassRefPtrWillBeRawPtr<Blob>& data, int& payloadLength) argument
108 sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, PassRefPtrWillBeRawPtr<DOMFormData>& data, int& payloadLength) argument
[all...]
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py106 # frames or because they are special for the frame)
145 # a toplevel frame is the root + soft frames such as if conditions.
148 # the root frame is basically just the outermost frame, so no if
158 # this for example affects {% filter %} or {% macro %}. If a frame
169 # the parent of this frame
211 """Return an inner frame."""
215 """Return a soft frame. A soft frame may not be modified as
216 standalone thing as it shares the resources with the frame i
[all...]
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-x86-linux.c75 /*--- Signal frame layouts ---*/
81 // Linux has 2 signal frame structures: one for normal signal
87 // frame is. Unfortunately, things like gcc's exception unwinding
88 // make assumptions about the locations of various parts of the frame,
91 /* Valgrind-specific parts of the signal frame */
408 VG_(printf)("frame=%#lx seg=%#lx-%#lx\n",
431 /* For tracking memory events, indicate the entire frame has been
440 /* Build the Valgrind-specific part of a signal frame. */
442 static void build_vg_sigframe(struct vg_sigframe *frame, argument
447 frame
468 struct sigframe *frame; local
526 struct rt_sigframe *frame; local
625 restore_vg_sigframe( ThreadState *tst, struct vg_sigframe *frame, Int *sigNo ) argument
676 restore_sigframe( ThreadState *tst, struct sigframe *frame, Int *sigNo ) argument
686 restore_rt_sigframe( ThreadState *tst, struct rt_sigframe *frame, Int *sigNo ) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe_unittest.cc48 cricket::WebRtcTextureVideoFrame frame(&handle, 640, 480, 100, 200);
49 EXPECT_EQ(&handle, frame.GetNativeHandle());
50 EXPECT_EQ(640u, frame.GetWidth());
51 EXPECT_EQ(480u, frame.GetHeight());
52 EXPECT_EQ(100, frame.GetElapsedTime());
53 EXPECT_EQ(200, frame.GetTimeStamp());
54 frame.SetElapsedTime(300);
55 EXPECT_EQ(300, frame.GetElapsedTime());
56 frame.SetTimeStamp(400);
57 EXPECT_EQ(400, frame
[all...]
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp76 UnwindMacOSXFrameBackchain::DoCreateRegisterContextForFrame (StackFrame *frame) argument
79 uint32_t concrete_idx = frame->GetConcreteFrameIndex ();
112 Frame_i386 frame = { static_cast<uint32_t>(cursor.fp), static_cast<uint32_t>(cursor.pc) }; local
116 const size_t k_frame_size = sizeof(frame);
118 while (frame.fp != 0 && frame.pc != 0 && ((frame.fp & 7) == 0))
121 if (process->ReadMemory (frame.fp, &frame.fp, k_frame_size, error) != k_frame_size)
123 if (frame
211 Frame_x86_64 frame = { cursor.fp, cursor.pc }; local
[all...]
/external/chromium_org/media/base/
H A Dvideo_frame_pool.cc20 // Returns a frame from the pool that matches the specified
21 // parameters or creates a new frame if no suitable frame exists in
22 // the pool. The pool is drained if no matching frame is found.
29 // Shuts down the frame pool and releases all frames in |frames_|.
40 // Called when the frame wrapper gets destroyed.
41 // |frame| is the actual frame that was wrapped and is placed
43 void FrameReleased(const scoped_refptr<VideoFrame>& frame);
67 scoped_refptr<VideoFrame> frame; local
99 FrameReleased( const scoped_refptr<VideoFrame>& frame) argument
[all...]
/external/chromium_org/extensions/renderer/
H A Dscript_injection_manager.cc44 virtual void DidCreateDocumentElement(blink::WebLocalFrame* frame) OVERRIDE;
45 virtual void DidFinishDocumentLoad(blink::WebLocalFrame* frame) OVERRIDE;
46 virtual void DidFinishLoad(blink::WebLocalFrame* frame) OVERRIDE;
47 virtual void DidStartProvisionalLoad(blink::WebLocalFrame* frame) OVERRIDE;
48 virtual void FrameDetached(blink::WebFrame* frame) OVERRIDE;
60 void RunIdle(blink::WebFrame* frame);
62 // Indicate that the given |frame| is no longer valid because it is starting
64 void InvalidateFrame(blink::WebFrame* frame);
70 // a set of those that are valid, so we don't notify that an invalid frame
103 blink::WebLocalFrame* frame) {
102 DidCreateDocumentElement( blink::WebLocalFrame* frame) argument
107 DidFinishDocumentLoad( blink::WebLocalFrame* frame) argument
126 DidFinishLoad( blink::WebLocalFrame* frame) argument
140 DidStartProvisionalLoad( blink::WebLocalFrame* frame) argument
146 FrameDetached(blink::WebFrame* frame) argument
185 RunIdle(blink::WebFrame* frame) argument
194 InvalidateFrame( blink::WebFrame* frame) argument
241 InvalidateForFrame(blink::WebFrame* frame) argument
254 InjectScripts( blink::WebFrame* frame, UserScript::RunLocation run_location) argument
[all...]
/external/lldb/source/API/
H A DSBFrame.cpp117 StackFrame *frame = NULL; local
125 frame = exe_ctx.GetFramePtr();
126 if (frame)
128 sb_sym_ctx.SetSymbolContext(&frame->GetSymbolContext (resolve_scope));
133 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
145 frame, resolve_scope, sb_sym_ctx.get());
159 StackFrame *frame = NULL; local
167 frame = exe_ctx.GetFramePtr();
168 if (frame)
170 module_sp = frame
201 StackFrame *frame = NULL; local
241 StackFrame *frame = NULL; local
281 StackFrame *frame = NULL; local
320 StackFrame *frame = NULL; local
358 StackFrame *frame = NULL; local
398 StackFrame *frame = NULL; local
435 StackFrame *frame = exe_ctx.GetFramePtr(); local
454 StackFrame *frame = NULL; local
494 StackFrame *frame = NULL; local
535 StackFrame *frame = NULL; local
575 StackFrame *frame = NULL; local
615 StackFrame *frame = exe_ctx.GetFramePtr(); local
656 StackFrame *frame = exe_ctx.GetFramePtr(); local
681 StackFrame *frame = NULL; local
721 StackFrame *frame = exe_ctx.GetFramePtr(); local
750 StackFrame *frame = NULL; local
810 StackFrame *frame = exe_ctx.GetFramePtr(); local
837 StackFrame *frame = NULL; local
1017 StackFrame *frame = NULL; local
1058 StackFrame *frame = exe_ctx.GetFramePtr(); local
1081 StackFrame *frame = NULL; local
1177 StackFrame *frame = NULL; local
1227 StackFrame *frame = NULL; local
1284 StackFrame *frame; local
1321 StackFrame *frame = exe_ctx.GetFramePtr(); local
1377 StackFrame *frame = NULL; local
1439 StackFrame *frame = NULL; local
1477 StackFrame *frame = NULL; local
[all...]
/external/chromium_org/content/public/renderer/
H A Drender_view_observer.h44 // notified of changes to the frame.
55 virtual void DidFinishDocumentLoad(blink::WebLocalFrame* frame) {} argument
56 virtual void DidFailLoad(blink::WebLocalFrame* frame, argument
58 virtual void DidFinishLoad(blink::WebLocalFrame* frame) {} argument
59 virtual void DidStartProvisionalLoad(blink::WebLocalFrame* frame) {} argument
60 virtual void DidFailProvisionalLoad(blink::WebLocalFrame* frame, argument
62 virtual void DidCommitProvisionalLoad(blink::WebLocalFrame* frame, argument
64 virtual void DidClearWindowObject(blink::WebLocalFrame* frame) {} argument
65 virtual void DidCreateDocumentElement(blink::WebLocalFrame* frame) {} argument
67 blink::WebFrame* frame) {}
66 FrameCreated(blink::WebLocalFrame* parent, blink::WebFrame* frame) argument
68 FrameDetached(blink::WebFrame* frame) argument
69 FrameWillClose(blink::WebFrame* frame) argument
70 DidMatchCSS( blink::WebLocalFrame* frame, const blink::WebVector<blink::WebString>& newly_matching_selectors, const blink::WebVector<blink::WebString>& stopped_matching_selectors) argument
74 WillSendSubmitEvent(blink::WebLocalFrame* frame, const blink::WebFormElement& form) argument
76 WillSubmitForm(blink::WebLocalFrame* frame, const blink::WebFormElement& form) argument
78 DidCreateDataSource(blink::WebLocalFrame* frame, blink::WebDataSource* ds) argument
80 PrintPage(blink::WebLocalFrame* frame, bool user_initiated) argument
82 DidChangeScrollOffset(blink::WebLocalFrame* frame) argument
83 DraggableRegionsChanged(blink::WebFrame* frame) argument
[all...]
/external/chromium_org/ash/frame/
H A Dframe_border_hit_test_controller.cc5 #include "ash/frame/frame_border_hit_test_controller.h"
8 #include "ash/frame/caption_buttons/frame_caption_button_container_view.h"
22 FrameBorderHitTestController::FrameBorderHitTestController(views::Widget* frame) argument
23 : frame_window_(frame->GetNativeWindow()) {
46 // Check the frame first, as we allow a small area overlapping the contents
48 views::Widget* frame = view->GetWidget();
49 bool can_ever_resize = frame->widget_delegate()->CanResize();
53 frame->IsMaximized() || frame->IsFullscreen() ? 0 :
64 int client_component = frame
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_decoration.h40 // Draw the decoration in the frame provided. The frame will be
42 virtual void DrawInFrame(NSRect frame, NSView* control_view);
44 // Draw the decoration in the frame provided, possibly including a
45 // background that fills |background_frame|. The frame will be
50 NSRect frame,
69 // Return the place within the decoration's frame where the
71 // appears correctly under the mouse while dragging. |frame|
72 // matches the frame passed to |DrawInFrame()|.
73 virtual NSRect GetDragImageFrame(NSRect frame);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DPrivateScriptTestTest.cpp26 , m_privateScriptTest(PrivateScriptTest::create(frame()))
34 LocalFrame* frame() const { return &m_dummyPageHolder->frame(); } function in class:blink::__anon11176::PrivateScriptTestTest
49 success = V8PrivateScriptTest::PrivateScript::addIntegerForPrivateScriptOnlyMethod(frame(), privateScriptTest(), 100, 200, &result);
58 success = V8PrivateScriptTest::PrivateScript::stringAttributeForPrivateScriptOnlyAttributeGetter(frame(), privateScriptTest(), &result);
61 success = V8PrivateScriptTest::PrivateScript::stringAttributeForPrivateScriptOnlyAttributeSetter(frame(), privateScriptTest(), "foo");
63 success = V8PrivateScriptTest::PrivateScript::stringAttributeForPrivateScriptOnlyAttributeGetter(frame(), privateScriptTest(), &result);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DNavigatorServiceWorker.cpp9 #include "core/frame/LocalDOMWindow.h"
10 #include "core/frame/LocalFrame.h"
11 #include "core/frame/Navigator.h"
17 : DOMWindowProperty(navigator.frame())
25 if (!document.frame() || !document.frame()->domWindow())
27 Navigator& navigator = document.frame()->domWindow()->navigator();
60 if (!m_serviceWorker && frame()) {
61 ASSERT(frame()->domWindow());
62 m_serviceWorker = ServiceWorkerContainer::create(frame()
[all...]

Completed in 2086 milliseconds

1234567891011>>