Searched defs:frame (Results 76 - 100 of 725) sorted by relevance

1234567891011>>

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DDocumentStartUserScriptAlertCrash.cpp37 static void runJavaScriptAlert(WKPageRef page, WKStringRef alertText, WKFrameRef frame, const void* clientInfo) argument
39 TEST_ASSERT(frame);
40 TEST_ASSERT(WKFrameGetPage(frame) == page);
/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;
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_chromeos.cc5 #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/gtk/
H A Dchrome_gtk_frame.cc30 "frame-color",
32 "The color that the chrome frame will be. (If unspecified, "
40 "inactive-frame-color",
42 "The color that the inactive chrome frame will be. (If"
50 "incognito-frame-color",
52 "The color that the incognito frame will be. (If unspecified,"
53 " Chrome will take the frame color and tint it by Chrome's default"
60 "incognito-inactive-frame-color",
62 "The color that the inactive incognito frame will be. (If"
63 " unspecified, Chrome will take the frame colo
144 chrome_gtk_frame_init(ChromeGtkFrame* frame) argument
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dprofile_tag_view.cc7 #include "chrome/browser/ui/views/frame/browser_frame.h"
23 ProfileTagView::ProfileTagView(BrowserFrame* frame, argument
26 frame_(frame),
/external/chromium/webkit/glue/
H A Dalt_error_page_resource_fetcher.cc23 WebFrame* frame,
26 : frame_(frame),
30 url, frame, WebURLRequest::TargetIsMainFrame, kDownloadTimeoutSec,
21 AltErrorPageResourceFetcher( const GURL& url, WebFrame* frame, const WebURLError& original_error, Callback* callback) argument
H A Dimage_resource_fetcher.cc21 WebFrame* frame,
31 image_url, frame, target_type,
19 ImageResourceFetcher( const GURL& image_url, WebFrame* frame, int id, int image_size, WebURLRequest::TargetType target_type, Callback* callback) argument
H A Dmimetype_unittest.cc30 WebFrame* frame = test_shell_->webView()->mainFrame(); local
31 EXPECT_EQ(expected, UTF16ToASCII(webkit_glue::DumpDocumentText(frame)));
H A Dwebframe_unittest.cc24 WebFrame* frame = view->mainFrame(); local
29 frame->loadHTMLString(simple_source, test_url);
34 string16 text = frame->contentAsText(std::numeric_limits<size_t>::max());
39 text = frame->contentAsText(len);
44 frame->loadHTMLString(outer_frame_source, test_url);
48 WebFrame* subframe = frame->findChildByExpression(
54 text = frame->contentAsText(std::numeric_limits<size_t>::max());
57 // Get the frame text where the subframe separator falls on the boundary of
59 text = frame->contentAsText(12);
65 WebFrame* frame local
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java32 * A utility class for printing a merged view of the frame state and the
75 * Prints the instructions and the frame states of the given method.
106 Frame frame = frames[pos];
107 if (frame == null) {
111 printStack(frame);
114 printLocals(frame);
119 private void printStack(Frame frame) { argument
121 int top = frame.getTopIndex();
125 Type type = frame.getStack(i);
131 private void printLocals(Frame frame) { argument
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DRayTrace.java53 private JFrame frame; field in class:RayTrace
63 frame = new JFrame("HDR View");
65 frame.getContentPane().add(label);
66 frame.setLayout(new FlowLayout());
67 frame.pack();
68 frame.setVisible(true);
/external/libvpx/libvpx/vp8/common/
H A Ddebugmodes.c16 void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int frame) argument
26 fprintf(mvs, "Mb Modes for Frame %d\n", frame);
45 fprintf(mvs, "Mb mv ref for Frame %d\n", frame);
65 fprintf(mvs, "UV Modes for Frame %d\n", frame);
85 fprintf(mvs, "Mbs for Frame %d\n", frame);
113 fprintf(mvs, "MVs for Frame %d\n", frame);
133 fprintf(mvs, "MVs for Frame %d\n", frame);
/external/opencv/cvaux/src/
H A Dcvvideo.cpp51 CvMat frame_stub, *frame = (CvMat*)framearr; local
57 CV_CALL( frame = cvGetMat( frame, &frame_stub ));
61 if( !CV_ARE_TYPES_EQ( frame, even ) || !CV_ARE_TYPES_EQ( frame, odd ))
64 if( frame->cols != even->cols || frame->cols != odd->cols ||
65 frame->rows != even->rows*2 || odd->rows != even->rows )
74 frame->data.ptr + frame
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAnimationDrawable.java18 public void addFrame(Drawable frame, int duration) { argument
19 frames.add(frame);
/external/webkit/Source/WebCore/bindings/generic/
H A DBindingSecurityBase.cpp40 DOMWindow* BindingSecurityBase::getDOMWindow(Frame* frame) argument
42 return frame->domWindow();
47 return node->document()->frame();
72 // Helper to check if the current execution context can access a target frame.
101 // detached context of the same frame as the blank page.
102 if (targetSecurityOrigin->isEmpty() && activeWindow->frame() == targetWindow->frame())
/external/webkit/Source/WebCore/bindings/js/
H A DJSDataGridDataSource.h44 static PassRefPtr<JSDataGridDataSource> create(JSC::JSValue dataSource, Frame* frame) argument
46 return adoptRef(new JSDataGridDataSource(dataSource, frame));
H A DScriptCachedFrameData.cpp46 ScriptCachedFrameData::ScriptCachedFrameData(Frame* frame) argument
51 ScriptController* scriptController = frame->script();
74 void ScriptCachedFrameData::restore(Frame* frame) argument
78 ScriptController* scriptController = frame->script();
89 windowShell->setWindow(frame->domWindow());
91 if (Page* page = frame->page()) {
H A DScriptEventListener.cpp63 if (Frame* frame = node->document()->frame()) {
64 ScriptController* scriptController = frame->script();
75 PassRefPtr<JSLazyEventListener> createAttributeEventListener(Frame* frame, Attribute* attr) argument
77 if (!frame)
87 ScriptController* scriptController = frame->script();
92 sourceURL = frame->document()->url().string();
93 JSObject* wrapper = toJSDOMWindow(frame, mainThreadNormalWorld());
94 return JSLazyEventListener::create(attr->localName().string(), eventParameterName(frame->document()->isSVGDocument()), attr->value(), 0, sourceURL, lineNumber, wrapper, mainThreadNormalWorld());
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DataGridDataSource.h49 static PassRefPtr<V8DataGridDataSource> create(v8::Handle<v8::Value> dataSource, Frame* frame) argument
51 return adoptRef(new V8DataGridDataSource(dataSource, frame));
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8AudioContextCustom.cpp46 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); local
47 if (!frame)
48 return throwError("AudioContext constructor associated frame is unavailable", V8Proxy::ReferenceError);
50 Document* document = frame->document();
H A DV8CustomApplicationInstalledCallback.cpp36 V8CustomApplicationInstalledCallback::V8CustomApplicationInstalledCallback(v8::Local<v8::Object> callback, Frame* frame) argument
38 , m_frame(frame)
61 // Protect the frame until the callback returns.
H A DV8NavigatorCustom.cpp84 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); local
85 return V8CustomApplicationInstalledCallback::create(value, frame);
/external/webkit/Source/WebCore/bindings/v8/specialization/
H A DV8BindingState.cpp65 Frame* frame = V8Proxy::retrieveFrameForCallingContext(); local
66 if (!frame) {
72 frame = V8Proxy::retrieveFrameForEnteredContext();
74 return frame;
92 bool State<V8Binding>::allowsAccessFromFrame(Frame* frame) argument
94 return ScriptController::isSafeScript(frame);
/external/webkit/Source/WebCore/dom/
H A DTouch.cpp36 static int contentsX(Frame* frame) argument
38 if (!frame)
40 FrameView* frameView = frame->view();
43 return frameView->scrollX() / frame->pageZoomFactor();
46 static int contentsY(Frame* frame) argument
48 if (!frame)
50 FrameView* frameView = frame->view();
53 return frameView->scrollY() / frame->pageZoomFactor();
56 Touch::Touch(Frame* frame, EventTarget* target, unsigned identifier, int screenX, int screenY, int pageX, int pageY) argument
59 , m_clientX(pageX - contentsX(frame))
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.h38 static PassRefPtr<HTMLDocument> create(Frame* frame, const KURL& url) argument
40 return adoptRef(new HTMLDocument(frame, url));

Completed in 3737 milliseconds

1234567891011>>