OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalFrame
(Results
251 - 275
of
444
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h
212
LocalFrame
* m_frame;
214
LocalFrame
* frame() const { return m_frame; }
WebPagePopupImpl.cpp
36
#include "core/frame/
LocalFrame
.h"
96
virtual void addMessageToConsole(
LocalFrame
*, MessageSource, MessageLevel, const String& message, unsigned lineNumber, const String&, const String&) OVERRIDE
238
RefPtrWillBeRawPtr<
LocalFrame
> frame =
LocalFrame
::create(emptyFrameLoaderClient, &m_page->frameHost(), 0);
374
LocalFrame
& frame = *toLocalFrame(m_page->mainFrame());
ContextMenuClientImpl.cpp
89
static WebURL urlFromFrame(
LocalFrame
* frame)
113
static String selectMisspelledWord(
LocalFrame
* selectedFrame)
156
static String selectMisspellingAsync(
LocalFrame
* selectedFrame, String& description, uint32_t& hash)
195
LocalFrame
* selectedFrame = r.innerNodeFrame();
396
LocalFrame
* selectedFrame = r.innerNodeFrame();
WebViewImpl.h
402
LocalFrame
*,
589
virtual void handleMouseLeave(
LocalFrame
&, const WebMouseEvent&) OVERRIDE;
590
virtual void handleMouseDown(
LocalFrame
&, const WebMouseEvent&) OVERRIDE;
591
virtual void handleMouseUp(
LocalFrame
&, const WebMouseEvent&) OVERRIDE;
592
virtual bool handleMouseWheel(
LocalFrame
&, const WebMouseWheelEvent&) OVERRIDE;
598
WebPlugin* focusedPluginIfInputMethodSupported(
LocalFrame
*);
WebViewImpl.cpp
54
#include "core/frame/
LocalFrame
.h"
482
void WebViewImpl::handleMouseLeave(
LocalFrame
& mainFrame, const WebMouseEvent& event)
488
void WebViewImpl::handleMouseDown(
LocalFrame
& mainFrame, const WebMouseEvent& event)
574
LocalFrame
* targetLocalFrame = toLocalFrame(targetFrame);
587
void WebViewImpl::handleMouseUp(
LocalFrame
& mainFrame, const WebMouseEvent& event)
599
bool WebViewImpl::handleMouseWheel(
LocalFrame
& mainFrame, const WebMouseWheelEvent& event)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8EventListener.cpp
37
#include "core/frame/
LocalFrame
.h"
80
LocalFrame
* frame = toDocument(scriptState()->executionContext())->frame();
ScriptEventListener.cpp
43
#include "core/frame/
LocalFrame
.h"
59
if (
LocalFrame
* frame = node->document().frame()) {
73
PassRefPtr<V8LazyEventListener> createAttributeEventListener(
LocalFrame
* frame, const QualifiedName& name, const AtomicString& value, const AtomicString& eventParameterName)
145
ScriptState* eventListenerHandlerScriptState(
LocalFrame
* frame, EventListener* listener)
V8Initializer.cpp
46
#include "core/frame/
LocalFrame
.h"
58
static
LocalFrame
* findFrame(v8::Local<v8::Object> host, v8::Local<v8::Value> data, v8::Isolate* isolate)
139
LocalFrame
* frame = enteredWindow->document()->frame();
161
LocalFrame
* target = findFrame(host, data, isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CustomXPathNSResolver.cpp
39
#include "core/frame/
LocalFrame
.h"
70
LocalFrame
* frame = callingDOMWindow(m_isolate)->frame();
V8WindowCustom.cpp
54
#include "core/frame/
LocalFrame
.h"
153
LocalFrame
* frame = V8Window::toImpl(info.Holder())->frame();
174
LocalFrame
* frame = V8Window::toImpl(info.Holder())->frame();
404
LocalFrame
* frame = window->frame();
466
LocalFrame
* target = targetWindow->frame();
509
LocalFrame
* target = targetWindow->frame();
540
LocalFrame
* frame = window->frame();
/external/chromium_org/third_party/WebKit/Source/core/frame/
History.cpp
32
#include "core/frame/
LocalFrame
.h"
45
History::History(
LocalFrame
* frame)
Navigator.cpp
29
#include "core/frame/
LocalFrame
.h"
54
Navigator::Navigator(
LocalFrame
* frame)
PinchViewport.cpp
36
#include "core/frame/
LocalFrame
.h"
360
LocalFrame
* frame = mainFrame();
370
LocalFrame
* frame = mainFrame();
418
LocalFrame
* PinchViewport::mainFrame() const
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportTreeRoot.cpp
10
#include "core/frame/
LocalFrame
.h"
59
if (
LocalFrame
* frame = m_document->frame())
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp
30
#include "core/frame/
LocalFrame
.h"
109
// stopAllLoaders can detach the
LocalFrame
, so protect it.
110
RefPtrWillBeRawPtr<
LocalFrame
> protect(m_document->frame());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessageStorage.cpp
23
ConsoleMessageStorage::ConsoleMessageStorage(
LocalFrame
* frame)
InspectorApplicationCacheAgent.cpp
29
#include "core/frame/
LocalFrame
.h"
79
void InspectorApplicationCacheAgent::updateApplicationCacheStatus(
LocalFrame
* frame)
102
LocalFrame
* mainFrame = m_pageAgent->mainFrame();
125
LocalFrame
* frame = m_pageAgent->assertFrame(errorString, frameId);
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentWriter.cpp
36
#include "core/frame/
LocalFrame
.h"
109
RefPtrWillBeRawPtr<
LocalFrame
> protect(m_document->frame());
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.cpp
33
#include "core/frame/
LocalFrame
.h"
39
ApplicationCache::ApplicationCache(
LocalFrame
* frame)
/external/chromium_org/third_party/WebKit/Source/core/page/
PageAnimator.cpp
10
#include "core/frame/
LocalFrame
.h"
77
void PageAnimator::updateLayoutAndStyleForPainting(
LocalFrame
* rootFrame)
Page.cpp
36
#include "core/frame/
LocalFrame
.h"
86
WillBeHeapVector<RefPtrWillBeMember<
LocalFrame
> > frames;
104
float deviceScaleFactor(
LocalFrame
* frame)
187
PassRefPtrWillBeRawPtr<ClientRectList> Page::nonFastScrollableRects(const
LocalFrame
* frame)
207
// is called in the base constructor for both
LocalFrame
and RemoteFrame,
268
WillBeHeapVector<RefPtrWillBeMember<
LocalFrame
> > framesNeedingReload;
569
void Page::didCommitLoad(
LocalFrame
* frame)
582
WillBeHeapVector<RefPtrWillBeMember<
LocalFrame
> > frames;
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMPlugin.cpp
27
DOMPlugin::DOMPlugin(PluginData* pluginData,
LocalFrame
* frame, unsigned index)
/external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm
46
#include "core/frame/
LocalFrame
.h"
119
LocalFrame
* frame = result.innerNode()->document().frame();
153
LocalFrame
* frame = toWebLocalFrameImpl(webFrame)->frame();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp
38
#include "core/frame/
LocalFrame
.h"
176
if (
LocalFrame
* frame = document().frame()) {
187
if (
LocalFrame
* frame = document().frame())
255
if (
LocalFrame
* frame = document().frame())
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.cpp
35
#include "core/frame/
LocalFrame
.h"
215
if (
LocalFrame
* frame = document().frame())
273
LocalFrame
* frame = document().frame();
404
if (
LocalFrame
* frame = document().frame()) {
472
LocalFrame
* frame = document().frame();
545
LocalFrame
* frame = document().frame();
Completed in 971 milliseconds
<<
11
12
13
14
15
16
17
18