HomeSort by relevance Sort by last modified time
    Searched refs:m_frame (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /external/webkit/WebCore/bindings/v8/custom/
V8CustomPositionErrorCallback.cpp 37 , m_frame(frame)
50 v8::Handle<v8::Context> context = V8Proxy::context(m_frame.get());
61 RefPtr<Frame> protector(m_frame);
V8CustomSQLStatementCallback.cpp 46 , m_frame(frame)
59 v8::Handle<v8::Context> context = V8Proxy::context(m_frame.get());
71 RefPtr<Frame> protector(m_frame);
V8CustomSQLStatementErrorCallback.cpp 46 , m_frame(frame)
59 v8::Handle<v8::Context> context = V8Proxy::context(m_frame.get());
71 RefPtr<Frame> protector(m_frame);
V8CustomSQLTransactionCallback.cpp 45 , m_frame(frame)
59 v8::Handle<v8::Context> context = V8Proxy::context(m_frame.get());
70 RefPtr<Frame> protector(m_frame);
V8CustomSQLTransactionErrorCallback.cpp 45 , m_frame(frame)
58 v8::Handle<v8::Context> context = V8Proxy::context(m_frame.get());
69 RefPtr<Frame> protector(m_frame);
  /external/webkit/WebCore/storage/
Storage.h 56 Frame* frame() { return m_frame; }
57 void disconnectFrame() { m_frame = 0; }
62 Frame* m_frame; member in class:WebCore::Storage
  /external/webkit/WebKitTools/QtLauncher/
urlloader.cpp 35 : m_frame(frame)
49 m_frame->load(url);
53 disconnect(m_frame, 0, this, 0);
urlloader.h 53 QWebFrame* m_frame; member in class:UrlLoader
  /external/webkit/WebCore/loader/win/
FrameLoaderWin.cpp 40 FrameWin* frameWin = static_cast<FrameWin*>(m_frame);
56 FrameWin* frameWin = static_cast<FrameWin*>(m_frame);
  /external/webkit/WebCore/page/
Location.h 45 Frame* frame() const { return m_frame; }
66 Frame* m_frame; member in class:WebCore::Location
EventHandler.cpp 151 : m_frame(frame)
242 m_frame->setSelectionGranularity(WordGranularity);
244 if (result.event().clickCount() == 2 && m_frame->editor()->isSelectTrailingWhitespaceEnabled())
248 if (m_frame->shouldChangeSelection(newSelection))
249 m_frame->selection()->setSelection(newSelection);
268 m_frame->setSelectionGranularity(WordGranularity);
272 if (m_frame->shouldChangeSelection(newSelection))
273 m_frame->selection()->setSelection(newSelection);
282 if (m_frame->selection()->isRange())
311 m_frame->setSelectionGranularity(ParagraphGranularity)
    [all...]
PrintContext.cpp 34 : m_frame(frame)
58 if (!m_frame->document() || !m_frame->view() || !m_frame->document()->renderer())
61 RenderView* root = toRenderView(m_frame->document()->renderer());
85 RenderView* root = toRenderView(m_frame->document()->renderer());
105 m_frame->view()->adjustPageHeight(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight);
133 m_frame->setPrinting(true, minLayoutWidth, maxLayoutWidth, true);
145 m_frame->view()->paintContents(&ctx, pageRect);
151 m_frame->setPrinting(false, 0, 0, true)
    [all...]
FrameView.cpp 117 : m_frame(frame)
176 if (m_frame) {
177 ASSERT(m_frame->view() != this || !m_frame->contentRenderer());
178 RenderPart* renderer = m_frame->ownerRenderer();
225 m_frame = 0;
248 Element* ownerElement = m_frame && m_frame->document() ? m_frame->document()->ownerElement() : 0;
264 if (!m_frame)
    [all...]
Geolocation.cpp 214 , m_frame(frame)
223 if (!m_frame)
225 ASSERT(m_frame->document());
226 m_frame->document()->setUsingGeolocation(true);
229 if (m_frame->domWindow())
230 m_frame->domWindow()->addEventListener(eventNames().unloadEvent, this, false);
237 if (m_frame && m_frame->domWindow())
238 m_frame->domWindow()->removeEventListener(eventNames().unloadEvent, this, false);
245 if (m_frame) {
    [all...]
  /external/webkit/WebCore/platform/chromium/
WidgetChromium.cpp 77 return m_frame;
82 m_frame = rect;
  /external/webkit/WebCore/plugins/
MimeTypeArray.h 40 void disconnectFrame() { m_frame = 0; }
51 Frame* m_frame; member in class:WebCore::MimeTypeArray
PluginArray.h 40 void disconnectFrame() { m_frame = 0; }
53 Frame* m_frame; member in class:WebCore::PluginArray
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 271 // Spools the printed page, a subrect of m_frame. Skip the scale step.
283 m_frame->view()->paintContents(&ctx, pageRect);
363 return m_frame->tree()->name();
368 m_frame->tree()->clearName();
381 FrameLoader* frameLoader = m_frame->loader();
394 FrameLoader* frameLoader = m_frame->loader();
396 && m_frame->document() && m_frame->document()->head()
397 && !m_frame->tree()->parent()) {
398 HTMLHeadElement* head = m_frame->document()->head()
    [all...]
  /external/webkit/WebCore/editing/
Editor.cpp 83 VisibleSelection selection = m_frame->selection()->selection();
101 if (Page* page = m_frame->page())
120 return m_frame->selection()->isContentEditable();
125 return m_frame->selection()->isContentRichlyEditable();
135 return !m_frame->selection()->isInPasswordField() && !dispatchCPPEvent(eventNames().beforecutEvent, ClipboardNumb);
140 return !m_frame->selection()->isInPasswordField() && !dispatchCPPEvent(eventNames().beforecopyEvent, ClipboardNumb);
174 if (imageElementFromImageDocument(m_frame->document()))
176 SelectionController* selection = m_frame->selection();
187 SelectionController* selection = m_frame->selection();
219 return client() && client()->smartInsertDeleteEnabled() && m_frame->selectionGranularity() == WordGranularity
    [all...]
  /external/webkit/WebCore/inspector/
InspectorDOMStorageResource.cpp 56 , m_frame(frame)
65 return equalIgnoringCase(m_frame->document()->securityOrigin()->host(), frame->document()->securityOrigin()->host()) && m_isLocalStorage == isLocalStorage;
74 jsonObject.set("host", m_frame->document()->securityOrigin()->host());
86 m_frame->domWindow()->removeEventListener(eventNames().storageEvent, this, true);
96 m_frame->domWindow()->addEventListener(eventNames().storageEvent, this, true);
  /external/webkit/WebCore/editing/mac/
EditorMac.mm 114 ASSERT(m_frame->document());
115 FrameView* view = m_frame->view();
118 DocLoader* loader = m_frame->document()->docLoader();
  /external/webkit/WebCore/loader/icon/
IconLoader.cpp 47 : m_frame(frame)
70 RefPtr<SubresourceLoader> loader = SubresourceLoader::create(m_frame, this, m_frame->loader()->iconURL());
72 LOG_ERROR("Failed to start load for icon at url %s", m_frame->loader()->iconURL().string().ascii().data());
155 m_frame->loader()->commitIconURLToIconDatabase(iconURL);
160 m_frame->loader()->client()->dispatchDidReceiveIcon();
  /external/webkit/WebCore/page/chromium/
EventHandlerChromium.cpp 61 IntPoint p = m_frame->view()->windowToContents(mev.event().pos());
62 if (m_frame->selection()->contains(p)) {
66 if (m_frame->shouldChangeSelection(newSelection))
67 m_frame->selection()->setSelection(newSelection);
137 Page* page = m_frame->page();
140 page->focusController()->setFocusedFrame(m_frame);
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 144 : m_frame(0)
161 m_frame = frame;
188 (m_frame->loader()->policyChecker()->*function)(action);
208 ASSERT(m_frame);
217 m_frame->createView(m_webFrame->page()->viewportSize(),
234 FrameView* view = m_frame->view();
264 printf("%s - didHandleOnloadEventsForFrame\n", qPrintable(drtDescriptionSuitableForTestResult(m_frame)));
272 printf("%s - didReceiveServerRedirectForProvisionalLoadForFrame\n", qPrintable(drtDescriptionSuitableForTestResult(m_frame)));
281 printf("%s - didCancelClientRedirectForFrame\n", qPrintable(drtDescriptionSuitableForTestResult(m_frame)));
290 printf("%s - willPerformClientRedirectToURL: %s \n", qPrintable(drtDescriptionSuitableForTestResult(m_frame)), qPrintable(drtDescriptionSuitableForTestResult(url)))
    [all...]
  /external/webkit/WebCore/platform/haiku/
WidgetHaiku.cpp 52 return m_frame;
57 m_frame = rect;

Completed in 474 milliseconds

12 3 4 5 6 7 8