Searched defs:frame (Results 51 - 75 of 1151) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DBarProp.cpp30 #include "core/frame/BarProp.h"
33 #include "core/frame/FrameHost.h"
34 #include "core/frame/LocalFrame.h"
38 BarProp::BarProp(LocalFrame* frame, Type type) argument
39 : DOMWindowProperty(frame)
H A DDOMWindowProperty.cpp28 #include "core/frame/DOMWindowProperty.h"
30 #include "core/frame/LocalDOMWindow.h"
31 #include "core/frame/LocalFrame.h"
35 DOMWindowProperty::DOMWindowProperty(LocalFrame* frame) argument
36 : m_frame(frame)
41 // FIXME: For now it *is* acceptable for a DOMWindowProperty to be created with a null frame.
H A DFrameConsole.h33 #include "core/frame/ConsoleTypes.h"
47 // FrameConsole takes per-frame console messages and routes them up through the FrameHost to the ChromeClient and Inspector.
52 static PassOwnPtrWillBeRawPtr<FrameConsole> create(LocalFrame& frame) argument
54 return adoptPtrWillBeNoop(new FrameConsole(frame));
75 LocalFrame& frame() const function in class:blink::FINAL
H A DFrameDestructionObserver.cpp27 #include "core/frame/FrameDestructionObserver.h"
29 #include "core/frame/LocalFrame.h"
33 FrameDestructionObserver::FrameDestructionObserver(LocalFrame* frame) argument
36 observeFrame(frame);
46 void FrameDestructionObserver::observeFrame(LocalFrame* frame) argument
51 m_frame = frame;
H A DNavigator.h24 #include "core/frame/DOMWindowProperty.h"
25 #include "core/frame/NavigatorCPU.h"
26 #include "core/frame/NavigatorID.h"
27 #include "core/frame/NavigatorLanguage.h"
28 #include "core/frame/NavigatorOnLine.h"
56 static PassRefPtrWillBeRawPtr<Navigator> create(LocalFrame* frame) argument
58 return adoptRefWillBeNoop(new Navigator(frame));
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCache.h31 #include "core/frame/DOMWindowProperty.h"
47 static PassRefPtrWillBeRawPtr<ApplicationCache> create(LocalFrame* frame) argument
49 return adoptRefWillBeNoop(new ApplicationCache(frame));
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DPrivateScriptTest.cpp9 #include "core/frame/LocalFrame.h"
14 PrivateScriptTest::PrivateScriptTest(LocalFrame* frame) argument
16 v8::Handle<v8::Value> classObject = PrivateScriptRunner::installClassIfNeeded(frame, "PrivateScriptTest");
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceNavigation.cpp34 #include "core/frame/LocalFrame.h"
40 PerformanceNavigation::PerformanceNavigation(LocalFrame* frame) argument
41 : DOMWindowProperty(frame)
/external/chromium_org/third_party/WebKit/Source/modules/donottrack/
H A DNavigatorDoNotTrack.cpp34 #include "core/frame/LocalFrame.h"
35 #include "core/frame/Navigator.h"
40 NavigatorDoNotTrack::NavigatorDoNotTrack(LocalFrame* frame) argument
41 : DOMWindowProperty(frame)
62 supplement = new NavigatorDoNotTrack(navigator.frame());
75 if (!frame() || !frame()->loader().client())
77 return frame()->loader().client()->doNotTrackValue();
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotificationPermissionClient.cpp10 #include "core/frame/LocalFrame.h"
25 ASSERT(document->frame());
27 if (!document->frame()->isLocalFrame())
30 return static_cast<NotificationPermissionClient*>(WillBeHeapSupplement<LocalFrame>::from(document->frame(), supplementName()));
33 void provideNotificationPermissionClientTo(LocalFrame& frame, PassOwnPtrWillBeRawPtr<NotificationPermissionClient> client) argument
35 frame.provideSupplement(NotificationPermissionClient::supplementName(), client);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrameStub.cpp46 // Creates a blank/empty frame (interpolate() must later be called).
55 FFTFrame::FFTFrame(const FFTFrame& frame) argument
56 : m_FFTSize(frame.m_FFTSize)
57 , m_log2FFTSize(frame.m_log2FFTSize)
/external/chromium_org/third_party/WebKit/Source/web/
H A DStorageClientImpl.cpp48 bool StorageClientImpl::canAccessStorage(LocalFrame* frame, StorageType type) const argument
50 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFakeWebPlugin.cpp38 FakeWebPlugin::FakeWebPlugin(WebFrame* frame, const WebPluginParams& params) argument
39 : m_frame(frame)
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideorenderer.h40 // Called when a new frame is available for display.
41 virtual bool RenderFrame(const VideoFrame *frame) { argument
/external/chromium_org/third_party/opus/src/silk/
H A DLP_variable_cutoff.c102 opus_int16 *frame, /* I/O Low-pass filtered output signal */
128 /* Update transition frame number for next frame */
133 silk_biquad_alt( frame, B_Q28, A_Q28, psLP->In_LP_State, frame, frame_length, 1);
100 silk_LP_variable_cutoff( silk_LP_state *psLP, opus_int16 *frame, const opus_int frame_length ) argument
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capture_frame_queue.cc30 // Verify that the frame is not shared, i.e. that consumer has released it
35 void ScreenCaptureFrameQueue::ReplaceCurrentFrame(DesktopFrame* frame) { argument
36 frames_[current_].reset(SharedDesktopFrame::Wrap(frame));
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dbrighten.cc18 int32_t Brighten(I420VideoFrame* frame, int delta) { argument
19 assert(frame);
20 if (frame->IsZeroSize()) {
23 if (frame->width() <= 0 || frame->height() <= 0) {
27 int num_pixels = frame->width() * frame->height();
35 uint8_t* temp_ptr = frame->buffer(kYPlane);
H A Dcolor_enhancement.cc19 int32_t ColorEnhancement(I420VideoFrame* frame) { argument
20 assert(frame);
25 if (frame->IsZeroSize()) {
28 if (frame->width() == 0 || frame->height() == 0) {
33 ptr_u = frame->buffer(kUPlane);
34 ptr_v = frame->buffer(kVPlane);
35 int size_uv = ((frame->width() + 1) / 2) * ((frame->height() + 1) / 2);
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dbrightness_detection_test.cc59 uint8_t* frame = video_frame_.buffer(kYPlane); local
63 yTmp = frame[yIdx] << 1;
68 frame[yIdx] = static_cast<uint8_t>(yTmp);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dexternal_media_test.cc58 webrtc::AudioFrame frame; local
59 EXPECT_EQ(-1, voe_xmedia_->GetAudioFrame(channel_, 0, &frame));
79 webrtc::AudioFrame frame; local
83 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, 0, &frame));
84 EXPECT_LT(0, frame.sample_rate_hz_);
85 EXPECT_LT(0, frame.samples_per_channel_);
94 webrtc::AudioFrame frame; local
100 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, f, &frame))
102 EXPECT_EQ(f, frame.sample_rate_hz_);
103 EXPECT_EQ(f / 100, frame
113 webrtc::AudioFrame frame; local
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-deopt.cc18 JavaScriptFrame* frame = it.frame(); local
19 return args.GetReturnValue().Set(frame->is_optimized());
H A Dtest-run-inlining.cc19 JavaScriptFrame* topmost = it.frame();
21 JavaScriptFrame* frame = it.frame(); local
23 frame->function()->shared()->DebugName()->ToCString().get(),
24 frame->GetInlineCount());
/external/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cc25 char frame[FRAME_SIZE]; local
26 g = &frame[0];
/external/libopus/silk/
H A DLP_variable_cutoff.c102 opus_int16 *frame, /* I/O Low-pass filtered output signal */
128 /* Update transition frame number for next frame */
133 silk_biquad_alt( frame, B_Q28, A_Q28, psLP->In_LP_State, frame, frame_length, 1);
100 silk_LP_variable_cutoff( silk_LP_state *psLP, opus_int16 *frame, const opus_int frame_length ) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DExceptionExtensions.cs60 public static string getMethodName(StackFrame frame) { argument
61 return frame.GetMethod().Name;
65 public static string getClassName(StackFrame frame) { argument
66 return frame.GetMethod().DeclaringType.Name;

Completed in 7777 milliseconds

1234567891011>>