HomeSort by relevance Sort by last modified time
    Searched refs:frame (Results 201 - 225 of 1081) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/bluetooth/hcidump/parser/
hci.c 584 static inline void ext_inquiry_response_dump(int level, struct frame *frm)
656 static inline void bdaddr_command_dump(int level, struct frame *frm)
671 static inline void generic_command_dump(int level, struct frame *frm)
681 static inline void generic_write_mode_dump(int level, struct frame *frm)
689 static inline void inquiry_dump(int level, struct frame *frm)
698 static inline void periodic_inquiry_dump(int level, struct frame *frm)
708 static inline void create_conn_dump(int level, struct frame *frm)
729 static inline void disconnect_dump(int level, struct frame *frm)
740 static inline void add_sco_dump(int level, struct frame *frm)
757 static inline void accept_conn_req_dump(int level, struct frame *frm
    [all...]
  /dalvik/vm/hprof/
HprofStack.c 183 * [ID]*: ID for the stack frame
239 StackFrameEntry frame; local
242 frame.frame.method = method;
244 frame.frame.pc = 0; /* no saved PC for native methods */
249 frame.frame.pc = (int) (saveArea->xtra.currentPc -
253 // Canonicalize the frame and cache it in the hprof context
255 hprofLookupStackFrameId(&frame);
    [all...]
  /external/webkit/WebCore/accessibility/chromium/
AXObjectCacheChromium.cpp 38 Page* page = view->frame() ? view->frame()->page() : 0;
  /external/webkit/WebCore/bindings/js/
JSDataGridDataSource.h 39 class Frame;
44 static PassRefPtr<JSDataGridDataSource> create(JSC::JSValue dataSource, Frame* frame)
46 return adoptRef(new JSDataGridDataSource(dataSource, frame));
55 JSDataGridDataSource(JSC::JSValue, Frame*);
58 RefPtr<Frame> m_frame;
  /external/webkit/WebCore/bindings/v8/
V8DataGridDataSource.h 44 class Frame;
49 static PassRefPtr<V8DataGridDataSource> create(v8::Handle<v8::Value> dataSource, Frame* frame)
51 return adoptRef(new V8DataGridDataSource(dataSource, frame));
60 V8DataGridDataSource(v8::Handle<v8::Value>, Frame*);
63 RefPtr<Frame> m_frame;
  /external/webkit/WebCore/bindings/v8/custom/
V8CustomApplicationInstalledCallback.cpp 31 #include "Frame.h"
36 V8CustomApplicationInstalledCallback::V8CustomApplicationInstalledCallback(v8::Local<v8::Object> callback, Frame* frame)
38 , m_frame(frame)
61 // Protect the frame until the callback returns.
62 RefPtr<Frame> protector(m_frame);
V8CustomPositionCallback.cpp 29 #include "Frame.h"
35 V8CustomPositionCallback::V8CustomPositionCallback(v8::Local<v8::Object> callback, Frame* frame)
37 , m_frame(frame)
60 // Protect the frame until the callback returns.
61 RefPtr<Frame> protector(m_frame);
V8CustomPositionErrorCallback.cpp 29 #include "Frame.h"
35 V8CustomPositionErrorCallback::V8CustomPositionErrorCallback(v8::Local<v8::Object> callback, Frame* frame)
37 , m_frame(frame)
60 // Protect the frame until the callback returns.
61 RefPtr<Frame> protector(m_frame);
V8CustomSQLStatementCallback.cpp 37 #include "Frame.h"
44 V8CustomSQLStatementCallback::V8CustomSQLStatementCallback(v8::Local<v8::Object> callback, Frame* frame)
46 , m_frame(frame)
70 // Protect the frame until the callback returns.
71 RefPtr<Frame> protector(m_frame);
V8CustomSQLStatementErrorCallback.cpp 37 #include "Frame.h"
44 V8CustomSQLStatementErrorCallback::V8CustomSQLStatementErrorCallback(v8::Local<v8::Object> callback, Frame* frame)
46 , m_frame(frame)
70 // Protect the frame until the callback returns.
71 RefPtr<Frame> protector(m_frame);
V8CustomSQLTransactionCallback.cpp 37 #include "Frame.h"
43 V8CustomSQLTransactionCallback::V8CustomSQLTransactionCallback(v8::Local<v8::Object> callback, Frame* frame)
45 , m_frame(frame)
69 // Protect the frame until the callback returns.
70 RefPtr<Frame> protector(m_frame);
V8CustomSQLTransactionErrorCallback.cpp 37 #include "Frame.h"
43 V8CustomSQLTransactionErrorCallback::V8CustomSQLTransactionErrorCallback(v8::Local<v8::Object> callback, Frame* frame)
45 , m_frame(frame)
68 // Protect the frame until the callback returns.
69 RefPtr<Frame> protector(m_frame);
V8CustomVoidCallback.h 41 class Frame;
45 static PassRefPtr<V8CustomVoidCallback> create(v8::Local<v8::Value> value, Frame* frame)
48 return adoptRef(new V8CustomVoidCallback(value->ToObject(), frame));
55 V8CustomVoidCallback(v8::Local<v8::Object>, Frame*);
58 RefPtr<Frame> m_frame;
  /external/webkit/WebCore/css/
Media.cpp 30 #include "Frame.h"
37 Media::Media(Frame* frame)
38 : m_frame(frame)
  /external/webkit/WebCore/html/
HTMLBaseElement.cpp 28 #include "Frame.h"
77 if (!m_href.isEmpty() && (!document()->frame() || document()->frame()->script()->xssAuditor()->canSetBaseElementURL(m_hrefAttrValue)))
HTMLHtmlElement.cpp 29 #include "Frame.h"
70 if (!document()->frame())
73 DocumentLoader* documentLoader = document()->frame()->loader()->documentLoader();
HTMLViewSourceDocument.h 40 static PassRefPtr<HTMLViewSourceDocument> create(Frame* frame, const String& mimeType)
42 return adoptRef(new HTMLViewSourceDocument(frame, mimeType));
50 HTMLViewSourceDocument(Frame*, const String& mimeType);
  /external/webkit/WebCore/inspector/
InspectorDOMStorageResource.h 47 class Frame;
52 static PassRefPtr<InspectorDOMStorageResource> create(Storage* domStorage, bool isLocalStorage, Frame* frame)
54 return adoptRef(new InspectorDOMStorageResource(domStorage, isLocalStorage, frame));
68 bool isSameHostAndType(Frame*, bool isLocalStorage) const;
74 InspectorDOMStorageResource(Storage*, bool isLocalStorage, Frame*);
78 RefPtr<Frame> m_frame;
  /external/webkit/WebCore/page/
PrintContext.cpp 25 #include "Frame.h"
33 PrintContext::PrintContext(Frame* frame)
34 : m_frame(frame)
131 // FIXME: This will modify the rendering of the on-screen frame.
174 Frame* frame = element->document()->frame();
176 PrintContext printContext(frame);
191 int PrintContext::numberOfPages(Frame* frame, const FloatSize& pageSizeInPixels
    [all...]
  /external/webkit/WebCore/platform/mac/
PlatformScreenMac.mm 30 #import "Frame.h"
57 return toUserSpace([screenForWindow(window) frame], window);
82 userRect.setY(NSMaxY([screenForWindow(destination) frame]) - (userRect.y() + userRect.height())); // flip
93 deviceRect.setY(NSMaxY([screenForWindow(source) frame]) - (deviceRect.y() + deviceRect.height())); // flip
100 flippedPoint.y = NSMaxY([screen frame]) - flippedPoint.y;
  /external/webkit/WebKit/chromium/src/
DragClientImpl.cpp 36 #include "Frame.h"
74 Frame* frame,
77 // Add a ref to the frame just in case a load occurs mid-drag.
78 RefPtr<Frame> frameProtector = frame;
88 DragImageRef DragClientImpl::createDragImageForLink(KURL&, const String& label, Frame*)
WebAnimationControllerImpl.cpp 53 if (!m_frameImpl->frame())
55 return m_frameImpl->frame()->animation();
WebPageSerializer.cpp 48 bool WebPageSerializer::serialize(WebFrame* frame,
56 frame, recursive, client, links, localPaths, localDirectoryName);
  /external/webkit/WebKit/gtk/tests/
testwebdatasource.c 38 WebKitWebFrame* frame; local
44 frame = webkit_web_view_get_main_frame(view);
47 webkit_web_frame_load_request(frame, request);
50 dataSource = webkit_web_frame_get_provisional_data_source(frame);
61 WebKitWebFrame* frame = webkit_web_view_get_main_frame(view); local
71 WebKitWebDataSource* datasource = webkit_web_frame_get_data_source(frame);
82 WebKitWebFrame* frame = webkit_web_view_get_main_frame(view); local
83 WebKitWebDataSource* dataSource = webkit_web_frame_get_data_source(frame);
  /external/webkit/WebKit/mac/Plugins/
WebNetscapeContainerCheckPrivate.h 43 typedef uint32 (*WKN_CheckIfAllowedToLoadURLProcPtr)(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32, NPBool allowed, void* context), void* context);
47 uint32 WKN_CheckIfAllowedToLoadURL(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32, NPBool allowed, void* context), void* context);

Completed in 639 milliseconds

1 2 3 4 5 6 7 891011>>