Searched defs:frame (Results 1 - 25 of 725) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_non_client_frame_view_factory_chromeos.cc5 #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
7 #include "chrome/browser/chromeos/frame/browser_frame_view_chromeos.h"
8 #include "chrome/browser/ui/views/frame/browser_view.h"
9 #include "chrome/browser/ui/views/frame/popup_non_client_frame_view.h"
14 BrowserFrame* frame, BrowserView* browser_view) {
18 return new chromeos::BrowserFrameViewChromeos(frame, browser_view);
13 CreateBrowserNonClientFrameView( BrowserFrame* frame, BrowserView* browser_view) argument
/external/chromium/chrome/browser/ui/touch/frame/
H A Dbrowser_non_client_frame_view_factory_touch.cc5 #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
7 #include "chrome/browser/ui/touch/frame/touch_browser_frame_view.h"
8 #include "chrome/browser/ui/views/frame/browser_view.h"
13 BrowserFrame* frame, BrowserView* browser_view) {
19 return new TouchBrowserFrameView(frame, browser_view);
12 CreateBrowserNonClientFrameView( BrowserFrame* frame, BrowserView* browser_view) argument
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_factory_gtk.cc5 #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
7 #include "chrome/browser/ui/views/frame/browser_view.h"
8 #include "chrome/browser/ui/views/frame/opaque_browser_frame_view.h"
9 #include "chrome/browser/ui/views/frame/popup_non_client_frame_view.h"
14 BrowserFrame* frame, BrowserView* browser_view) {
18 return new OpaqueBrowserFrameView(frame, browser_view);
13 CreateBrowserNonClientFrameView( BrowserFrame* frame, BrowserView* browser_view) argument
H A Dbrowser_non_client_frame_view_factory_win.cc5 #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
7 #include "chrome/browser/ui/views/frame/app_panel_browser_frame_view.h"
8 #include "chrome/browser/ui/views/frame/browser_view.h"
9 #include "chrome/browser/ui/views/frame/opaque_browser_frame_view.h"
14 BrowserFrame* frame, BrowserView* browser_view) {
16 return new AppPanelBrowserFrameView(frame, browser_view);
18 return new OpaqueBrowserFrameView(frame, browser_view);
13 CreateBrowserNonClientFrameView( BrowserFrame* frame, BrowserView* browser_view) argument
/external/clang/test/CodeGen/
H A D2003-08-21-BinOp-Type-Mismatch.c7 unsigned int frame, focus; local
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
/external/webkit/Source/WebCore/editing/chromium/
H A DEditorChromium.cpp40 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame* frame) argument
42 return ClipboardChromium::create(Clipboard::CopyAndPaste, ChromiumDataObject::create(Clipboard::CopyAndPaste), policy, frame);
/external/webkit/Source/WebCore/page/
H A DMemoryInfo.cpp40 MemoryInfo::MemoryInfo(Frame* frame) argument
45 if (frame && frame->settings() && frame->settings()->memoryInfoEnabled()) {
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameNetworkingContext.h24 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame) argument
26 return adoptRef(new WebFrameNetworkingContext(frame));
30 WebFrameNetworkingContext(WebCore::Frame* frame) argument
31 : WebCore::FrameNetworkingContext(frame)
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
H A Dqtwebkit_bridge_snippets.cpp7 QWebFrame *frame = myWebPage->mainFrame(); local
8 frame->addToJavaScriptWindowObject("someNameForMyObject", myObject);
/external/webkit/Tools/wx/browser/
H A Dbrowser.cpp54 wxWebBrowserShell *frame = new wxWebBrowserShell(_T("wxWebKit Test App")); local
57 frame->ShowDebugMenu(true);
60 wxWebSettings settings = frame->webview->GetWebSettings();
64 frame->webview->SetDatabasesEnabled(true);
66 frame->CentreOnScreen();
67 frame->Show(true);
/external/sonivox/jet_tools/JetCreator/
H A DJetHelp.py28 frame = wx.Frame(None, -1, JetDefs.MAIN_HELPTITLE, size=(800,600)) variable
29 html1 = wx.html.HtmlWindow(frame, -1)
31 frame.Center()
32 frame.Show()
/external/webkit/Source/WebCore/html/
H A DTextDocument.cpp32 TextDocument::TextDocument(Frame* frame, const KURL& url) argument
33 : HTMLDocument(frame, url)
/external/webkit/Source/WebCore/page/win/
H A DFrameCairoWin.cpp37 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText) argument
/external/webkit/Source/WebCore/platform/win/
H A DEditorWin.cpp42 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame* frame) argument
50 return ClipboardWin::create(Clipboard::CopyAndPaste, clipboardData.get(), policy, frame);
/external/webkit/Source/WebKit/chromium/src/
H A DFrameNetworkingContextImpl.h29 static PassRefPtr<FrameNetworkingContextImpl> create(WebCore::Frame* frame) argument
31 return adoptRef(new FrameNetworkingContextImpl(frame));
35 FrameNetworkingContextImpl(WebCore::Frame* frame) argument
36 : WebCore::FrameNetworkingContext(frame)
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameNetworkingContext.h31 WebFrameNetworkingContext(WebCore::Frame* frame, const WTF::String& userAgent) argument
32 : WebCore::FrameNetworkingContext(frame)
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFormSubmissionListenerProxy.cpp31 WebFormSubmissionListenerProxy::WebFormSubmissionListenerProxy(WebFrameProxy* frame, uint64_t listenerID) argument
32 : WebFrameListenerProxy(frame, listenerID)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
H A DWebFrameNetworkingContext.h40 WebFrameNetworkingContext(WebCore::Frame* frame) argument
41 : WebCore::FrameNetworkingContext(frame)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebFrameNetworkingContext.h29 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame) argument
31 return adoptRef(new WebFrameNetworkingContext(frame));
35 WebFrameNetworkingContext(WebCore::Frame* frame) argument
36 : WebCore::FrameNetworkingContext(frame)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebFrameNetworkingContext.h29 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame) argument
31 return adoptRef(new WebFrameNetworkingContext(frame));
35 WebFrameNetworkingContext(WebCore::Frame* frame) argument
36 : WebCore::FrameNetworkingContext(frame)
/external/valgrind/main/none/tests/
H A Dstackgrowth.c9 volatile char frame[FRAME]; local
11 memset((char *)frame, 0xff, sizeof(frame));
/external/webkit/Source/WebCore/bindings/js/
H A DJSDataGridDataSource.cpp43 JSDataGridDataSource::JSDataGridDataSource(JSC::JSValue dataSource, Frame* frame) argument
45 , m_frame(frame)
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DataGridDataSource.cpp45 V8DataGridDataSource::V8DataGridDataSource(v8::Handle<v8::Value> dataSource, Frame* frame) argument
47 , m_frame(frame)
H A DV8Helpers.cpp43 return V8Proxy::mainWorldContext(object->rootObject->frame());
49 Frame* frame = object->rootObject->frame(); local
50 return V8Proxy::retrieve(frame);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLDataGridElementCustom.cpp61 Frame *frame = imp->document()->frame(); local
62 dataSource = V8DataGridDataSource::create(value, frame);

Completed in 1547 milliseconds

1234567891011>>