Searched defs:frame (Results 201 - 225 of 716) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h36 SDL_BView(BRect frame) : argument
37 BView(frame, "SDL View", B_FOLLOW_ALL_SIDES,
/external/skia/third_party/glu/libtess/
H A Ddict-list.h51 #define dictNewDict(frame,leq) __gl_dictListNewDict(frame,leq)
72 void *frame,
73 int (*leq)(void *frame, DictKey key1, DictKey key2) );
103 void *frame; member in struct:Dict
104 int (*leq)(void *frame, DictKey key1, DictKey key2);
H A Ddict.h53 #define dictNewDict(frame,leq) __gl_dictListNewDict(frame,leq)
74 void *frame,
75 int (*leq)(void *frame, DictKey key1, DictKey key2) );
105 void *frame; member in struct:Dict
106 int (*leq)(void *frame, DictKey key1, DictKey key2);
/external/srec/srec/clib/
H A Dcnorm_tr.c61 imeldata *outframe, imeldata *frame,
67 ASSERT(frame);
71 outframe[ii] = MAKEBYTE(frame[ii] + channorm->imelda_adjust[ii]);
60 apply_channel_normalization_in_imelda(norm_info *channorm, imeldata *outframe, imeldata *frame, int dimen) argument
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c52 Produce a frame with layout entirely of our own choosing. */
58 in the frame and snarf it again later.
92 /* For tracking memory events, indicate the entire frame has been
94 overlaps the previous frame's redzone. */
104 /* Create a signal frame for thread 'tid'. Make a 3-arg frame
120 struct hacky_sigframe* frame; local
134 frame = (struct hacky_sigframe *) rsp;
137 VG_(memset)(&frame->lower_guardzone, 0, 512);
138 VG_(memset)(&frame
197 struct hacky_sigframe* frame; local
[all...]
/external/webkit/Source/WebCore/bindings/generic/
H A DBindingSecurity.h52 // Check if the active execution context can access the target frame.
90 // The subject is detached from a frame, deny accesses.
122 Frame* frame = state->firstFrame();
123 ASSERT(frame);
124 Settings* settings = frame->settings();
129 bool BindingSecurity<Binding>::allowSettingFrameSrcToJavascriptUrl(State<Binding>* state, HTMLFrameElementBase* frame, String value) argument
132 Node* contentDoc = frame->contentDocument();
148 bool BindingSecurity<Binding>::shouldAllowNavigation(State<Binding>* state, Frame* frame) argument
151 return activeFrame && activeFrame->loader()->shouldAllowNavigation(frame);
/external/webkit/Source/WebCore/bindings/gobject/
H A DDOMObjectCache.cpp31 WebCore::Frame* frame; member in struct:WebKit::__anon14490
51 return document->frame();
68 void DOMObjectCache::clearByFrame(WebCore::Frame* frame) argument
79 if ((!frame || data->frame == frame) && data->timesReturned)
133 data->frame = 0;
149 data->frame = getFrameFromHandle(objectHandle);
/external/webkit/Source/WebCore/bindings/v8/
H A DPageScriptDebugServer.cpp136 Frame* frame = retrieveFrame(context); local
137 if (!frame)
139 return m_listenersMap.get(frame->page());
145 Frame* frame = retrieveFrame(context); local
146 m_pausedPage = frame->page();
H A DScriptCallStackFactory.cpp46 static ScriptCallFrame toScriptCallFrame(v8::Handle<v8::StackFrame> frame) argument
49 v8::Local<v8::String> sourceNameValue(frame->GetScriptNameOrSourceURL());
54 v8::Local<v8::String> functionNameValue(frame->GetFunctionName());
58 int sourceLineNumber = frame->GetLineNumber();
59 int sourceColumn = frame->GetColumn();
H A DScriptState.cpp97 ScriptState* mainWorldScriptState(Frame* frame) argument
100 V8Proxy* proxy = frame->script()->proxy();
H A DV8Utilities.cpp107 bool shouldAllowNavigation(Frame* frame) argument
109 return V8BindingSecurity::shouldAllowNavigation(V8BindingState::Only(), frame);
124 if (Frame* frame = V8Proxy::retrieveFrameForCurrentContext())
125 return frame->document()->scriptExecutionContext();
/external/webkit/Source/WebCore/dom/
H A DTouch.h41 static PassRefPtr<Touch> create(Frame* frame, EventTarget* target, argument
44 return adoptRef(new Touch(frame, target, identifier, screenX,
58 Touch(Frame* frame, EventTarget* target, unsigned identifier,
/external/webkit/Source/WebCore/editing/
H A DEditCommand.cpp48 ASSERT(m_document->frame());
49 setStartingSelection(avoidIntersectionWithNode(m_document->frame()->selection()->selection(), m_document->frame()->editor()->deleteButtonController()->containerElement()));
60 ASSERT(m_document->frame());
62 Frame* frame = m_document->frame(); local
90 DeleteButtonController* deleteButtonController = frame->editor()->deleteButtonController();
100 frame->editor()->appliedEditing(this);
109 ASSERT(m_document->frame());
111 Frame* frame local
134 Frame* frame = m_document->frame(); local
[all...]
/external/webkit/Source/WebCore/history/
H A DCachedFrame.h73 static PassRefPtr<CachedFrame> create(Frame* frame) { return adoptRef(new CachedFrame(frame)); } argument
/external/webkit/Source/WebCore/html/
H A DHTMLPlugInElement.cpp77 if (Frame* frame = document()->frame())
78 frame->eventHandler()->setCapturingMouseEventsNode(0);
87 Frame* frame = document()->frame(); local
88 if (!frame)
97 m_instance = frame->script()->createScriptInstanceForWidget(widget);
179 ASSERT(document()->frame());
181 m_NPObject = document()->frame()->script()->createScriptObjectForPluginElement(this);
H A DPluginDocument.cpp77 if (document()->frame() && document()->frame()->loader())
78 document()->frame()->loader()->dispatchDocumentElementAvailable();
114 Frame* frame = document()->frame(); local
115 if (!frame)
117 Settings* settings = frame->settings();
118 if (!settings || !frame->loader()->subframeLoader()->allowPlugins(NotAboutToInstantiatePlugin))
128 frame->view()->flushAnyPendingPostLayoutTasks();
132 frame
143 PluginDocument(Frame* frame, const KURL& url) argument
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorApplicationCacheAgent.cpp64 void InspectorApplicationCacheAgent::updateApplicationCacheStatus(Frame* frame) argument
66 ApplicationCacheHost::Status status = frame->loader()->documentLoader()->applicationCacheHost()->status();
/external/webkit/Source/WebCore/loader/
H A DNetscapePlugInStreamLoader.cpp37 NetscapePlugInStreamLoader::NetscapePlugInStreamLoader(Frame* frame, NetscapePlugInStreamLoaderClient* client) argument
38 : ResourceLoader(frame, true, true)
47 PassRefPtr<NetscapePlugInStreamLoader> NetscapePlugInStreamLoader::create(Frame* frame, NetscapePlugInStreamLoaderClient* client, const ResourceRequest& request) argument
49 RefPtr<NetscapePlugInStreamLoader> loader(adoptRef(new NetscapePlugInStreamLoader(frame, client)));
H A DPolicyChecker.cpp43 PolicyChecker::PolicyChecker(Frame* frame) argument
44 : m_frame(frame)
/external/webkit/Source/WebCore/loader/icon/
H A DIconLoader.cpp48 IconLoader::IconLoader(Frame* frame) argument
49 : m_frame(frame)
54 PassOwnPtr<IconLoader> IconLoader::create(Frame* frame) argument
56 return adoptPtr(new IconLoader(frame));
/external/webkit/Source/WebCore/page/win/
H A DFrameCGWin.cpp53 static HBITMAP imageFromRect(const Frame* frame, IntRect& ir) argument
55 PaintBehavior oldPaintBehavior = frame->view()->paintBehavior();
56 frame->view()->setPaintBehavior(oldPaintBehavior | PaintBehaviorFlattenCompositingLayers);
72 drawRectIntoContext(ir, frame->view(), &gc);
78 frame->view()->setPaintBehavior(oldPaintBehavior);
83 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText) argument
85 frame->document()->updateLayout();
87 frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackText : 0));
88 FloatRect fr = frame->selection()->bounds();
91 HBITMAP image = imageFromRect(frame, i
[all...]
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight) argument
57 ASSERT(frame);
62 if (!frame->document() || !frame->view() || !frame->document()->renderer())
65 RenderView* root = toRenderView(frame->document()->renderer());
99 frame->view()->adjustPageHeightDeprecated(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight);
107 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText) argument
109 if (!frame->view())
112 frame
[all...]
/external/webkit/Source/WebCore/platform/audio/mac/
H A DFFTFrameMac.cpp57 // Setup frame data
62 // Creates a blank/empty frame (interpolate() must later be called)
76 FFTFrame::FFTFrame(const FFTFrame& frame) argument
77 : m_FFTSize(frame.m_FFTSize)
78 , m_log2FFTSize(frame.m_log2FFTSize)
79 , m_FFTSetup(frame.m_FFTSetup)
80 , m_realData(frame.m_FFTSize)
81 , m_imagData(frame.m_FFTSize)
83 // Setup frame data
87 // Copy/setup frame dat
97 multiply(const FFTFrame& frame) argument
[all...]
/external/webkit/Source/WebCore/platform/brew/
H A DPasteboardBrew.cpp55 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) argument
65 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) argument
81 String Pasteboard::plainText(Frame* frame) argument
87 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/Source/WebCore/platform/chromium/
H A DDragDataChromium.cpp119 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const argument
141 RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(frame->document(),

Completed in 353 milliseconds

1234567891011>>