HomeSort by relevance Sort by last modified time
    Searched refs:frame (Results 126 - 150 of 3741) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_chromeos.cc 5 #include "chrome/browser/chromeos/frame/browser_frame_chromeos.h"
8 #include "chrome/browser/ui/views/frame/browser_view.h"
9 #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
15 chromeos::BrowserFrameChromeos* frame = local
17 frame->InitBrowserFrame();
18 return frame;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.h 34 // decoration's frame, in the cell's coordinates.
35 NSPoint GetBubblePointInFrame(NSRect frame);
42 virtual NSRect GetDragImageFrame(NSRect frame);
43 virtual bool OnMousePressed(NSRect frame);
location_bar_decoration.h 39 // Draw the decoration in the frame provided. The frame will be
41 virtual void DrawInFrame(NSRect frame, NSView* control_view);
59 // Return the place within the decoration's frame where the
61 // appears correctly under the mouse while dragging. |frame|
62 // matches the frame passed to |DrawInFrame()|.
63 virtual NSRect GetDragImageFrame(NSRect frame);
70 virtual bool OnMousePressed(NSRect frame);
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_icon_decoration.h 26 virtual NSRect GetDragImageFrame(NSRect frame) OVERRIDE;
29 // decoration's frame, in the |owner_|'s coordinates.
30 NSPoint GetBubblePointInFrame(NSRect frame);
33 virtual bool OnMousePressed(NSRect frame) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/
rect_path_utils.h 18 const NSRect frame,
24 const NSRect frame,
31 const NSRect frame,
  /external/chromium_org/media/cast/test/
video_utility.cc 30 void PopulateVideoFrame(VideoFrame* frame, int start_value) {
31 int width = frame->coded_size().width();
32 int height = frame->coded_size().height();
35 uint8* y_plane = frame->data(VideoFrame::kYPlane);
36 uint8* u_plane = frame->data(VideoFrame::kUPlane);
37 uint8* v_plane = frame->data(VideoFrame::kVPlane);
55 bool PopulateVideoFrameFromFile(VideoFrame* frame, FILE* video_file) {
56 int width = frame->coded_size().width();
57 int height = frame->coded_size().height();
61 uint8* y_plane = frame->data(VideoFrame::kYPlane)
    [all...]
  /external/chromium_org/remoting/codec/
video_encoder_verbatim.cc 20 const webrtc::DesktopFrame& frame) {
21 CHECK(frame.data());
28 if (!frame.size().equals(screen_size_)) {
29 screen_size_ = frame.size();
36 for (webrtc::DesktopRegion::Iterator iter(frame.updated_region());
44 const int in_stride = frame.stride();
47 for (webrtc::DesktopRegion::Iterator iter(frame.updated_region());
51 const uint8_t* in = frame.data() + rect.top() * in_stride +
66 packet->set_capture_time_ms(frame.capture_time_ms());
69 if (!frame.dpi().is_zero())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLFrameElementCustom.cpp 47 HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder()); local
51 if (protocolIsJavaScript(stripLeadingAndTrailingHTMLSpaces(locationValue)) && !BindingSecurity::shouldAllowAccessToFrame(frame->contentFrame(), exceptionState)) {
56 frame->setLocation(locationValue);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorMediaStream.cpp 30 #include "core/frame/Frame.h"
31 #include "core/frame/Navigator.h"
53 UserMediaController* userMedia = UserMediaController::from(navigator->frame() ? navigator->frame()->page() : 0);
59 RefPtr<UserMediaRequest> request = UserMediaRequest::create(navigator->frame()->document(), userMedia, options, successCallback, errorCallback, exceptionState);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideocapturer.h 95 cricket::CapturedFrame frame; local
96 frame.width = width;
97 frame.height = height;
98 frame.fourcc = fourcc;
99 frame.data_size = size;
100 frame.elapsed_time = next_timestamp_;
101 frame.time_stamp = initial_unix_timestamp_ + next_timestamp_;
105 frame.data = data.get();
107 // the frame is all duplicate.
108 memset(frame.data, 1, size / 2)
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FinalPort.java 32 protected synchronized void setFieldFrame(Frame frame, boolean isAssignment) {
34 checkFrameType(frame, isAssignment);
38 super.setFieldFrame(frame, isAssignment);
  /frameworks/base/media/mca/filterfw/jni/
jni_vertex_frame.cpp 38 VertexFrame* frame = ConvertFromJava<VertexFrame>(env, thiz); local
39 if (frame && ints) {
43 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr),
55 VertexFrame* frame = ConvertFromJava<VertexFrame>(env, thiz); local
56 if (frame && floats) {
60 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(float_ptr),
74 VertexFrame* frame = ConvertFromJava<VertexFrame>(env, thiz); local
75 if (frame && data) {
78 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset),
88 VertexFrame* frame = ConvertFromJava<VertexFrame>(env, thiz) local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameSlotSource.java 32 .addOutputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
43 Frame frame = getFrameManager().fetchFrame(mSlotName); local
44 getConnectedOutputPort("frame").pushFrame(frame);
45 frame.release();
  /external/chromium_org/content/renderer/
render_frame_impl.cc 484 blink::WebFrame* frame,
503 return new WebPluginImpl(frame, params, info.path, render_view_->AsWeakPtr(),
512 blink::WebFrame* frame,
515 loadURLExternally(frame, request, policy);
521 blink::WebFrame* frame,
525 this, frame, params, &plugin)) {
531 render_view_, frame);
539 routing_id_, params.url, frame->top()->document().url(),
546 return CreatePlugin(frame, info, params_to_use);
553 blink::WebFrame* frame,
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
content_watcher.cc 42 // Tell each frame's document about the new set of watched selectors. These
50 for (blink::WebFrame* frame = view->GetWebView()->mainFrame(); frame;
51 frame = frame->traverseNext(/*wrap=*/false))
52 frame->document().watchCSSSelectors(css_selectors_);
63 void ContentWatcher::DidCreateDocumentElement(blink::WebFrame* frame) {
64 frame->document().watchCSSSelectors(css_selectors_);
68 blink::WebFrame* frame,
71 std::set<std::string>& frame_selectors = matching_selectors_[frame];
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 19 * Represents the stack frame and local variable table at a particular point in time.
23 public class Frame {
31 * Create a new frame with the specified local variable table size, and max stack size
36 public Frame(int locals, int stack) {
145 * Makes a shallow copy of this frame, i.e. the type instances will
150 public Frame copy() {
151 Frame frame = new Frame(locals.length, stack.length); local
152 System.arraycopy(locals, 0, frame.locals, 0, locals.length)
165 Frame frame = new Frame(locals.length, stack.length); local
    [all...]
  /external/chromium_org/net/quic/
quic_connection_logger.cc 77 base::Value* NetLogQuicStreamFrameCallback(const QuicStreamFrame* frame,
80 dict->SetInteger("stream_id", frame->stream_id);
81 dict->SetBoolean("fin", frame->fin);
82 dict->SetString("offset", base::Uint64ToString(frame->offset));
83 dict->SetInteger("length", frame->data.TotalBufferSize());
87 base::Value* NetLogQuicAckFrameCallback(const QuicAckFrame* frame,
93 base::Uint64ToString(frame->sent_info.least_unacked));
98 base::Uint64ToString(frame->received_info.largest_observed));
102 frame->received_info.missing_packets;
111 const QuicCongestionFeedbackFrame* frame,
    [all...]
  /external/chromium_org/chrome/renderer/
content_settings_observer.cc 110 GURL GetOriginOrURL(const WebFrame* frame) {
111 WebString top_origin = frame->top()->document().securityOrigin().toString();
115 return frame->top()->document().url();
121 const WebFrame* frame,
131 const GURL& primary_url = GetOriginOrURL(frame);
209 WebFrame* frame, bool is_new_navigation) {
210 if (frame->parent())
214 frame->dataSource());
226 GURL url = frame->document().url();
229 DCHECK(frame->document().securityOrigin().toString() == "null" |
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ResourceTreeModel.js 92 WebInspector.inspectedPageURL = mainFramePayload.frame.url;
111 * @param {!WebInspector.ResourceTreeFrame} frame
114 _addFrame: function(frame, aboutToNavigate)
116 this._frames[frame.id] = frame;
117 if (frame.isMainFrame())
118 this.mainFrame = frame;
119 this.dispatchEventToListeners(WebInspector.ResourceTreeModel.EventTypes.FrameAdded, frame);
121 this._addSecurityOrigin(frame.securityOrigin);
122 if (frame.isMainFrame()
    [all...]
  /art/runtime/arch/mips/
portable_entrypoints_mips.S 25 # Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
54 sw $a0, 0($sp) # place proxy method at bottom of frame
60 addiu $sp, $sp, 64 # pop frame
  /external/chromium_org/cc/output/
direct_renderer.h 74 void InitializeViewport(DrawingFrame* frame,
80 bool NeedDeviceClip(const DrawingFrame* frame) const;
81 gfx::Rect DeviceClipRectInWindowSpace(const DrawingFrame* frame) const;
82 static gfx::RectF ComputeScissorRectForRenderPass(const DrawingFrame* frame);
83 void SetScissorStateForQuad(const DrawingFrame* frame, const DrawQuad& quad);
85 const DrawingFrame* frame,
89 void SetScissorTestRectInDrawSpace(const DrawingFrame* frame,
94 void DrawRenderPass(DrawingFrame* frame,
97 bool UseRenderPass(DrawingFrame* frame, const RenderPass* render_pass);
99 virtual void BindFramebufferToOutputSurface(DrawingFrame* frame) = 0
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
constrained_window_gtk.cc 26 // Unlike other users of CreateBorderBin, we need a dedicated frame around
29 GtkWidget* frame = gtk_frame_new(NULL); local
30 gtk_frame_set_shadow_type(GTK_FRAME(frame), GTK_SHADOW_OUT);
42 gtk_container_add(GTK_CONTAINER(frame), alignment);
43 gtk_container_add(GTK_CONTAINER(border), frame); local
  /external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.cc 5 #include "chrome/browser/ui/views/frame/top_container_view.h"
7 #include "chrome/browser/ui/views/frame/browser_frame.h"
8 #include "chrome/browser/ui/views/frame/browser_view.h"
9 #include "chrome/browser/ui/views/frame/immersive_mode_controller.h"
35 height = std::max(height, browser_view_->frame()->GetTopInset());
46 // Top-views depend on parts of the frame (themes, window title,
48 // been set to the bounds of this view, so just paint the frame.
49 views::View* frame = browser_view_->frame()->GetFrameView(); local
50 frame->Paint(canvas)
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
mock_browser_plugin.h 15 blink::WebFrame* frame);
  /external/chromium_org/content/shell/renderer/
shell_render_view_observer.h 26 virtual void DidClearWindowObject(blink::WebFrame* frame) OVERRIDE;

Completed in 1079 milliseconds

1 2 3 4 56 7 8 91011>>