OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalFrame
(Results
1 - 25
of
420
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameDestructionObserver.h
31
class
LocalFrame
;
35
explicit FrameDestructionObserver(
LocalFrame
*);
40
LocalFrame
* frame() const { return m_frame; }
44
void observeFrame(
LocalFrame
*);
46
LocalFrame
* m_frame;
DOMWindowProperty.h
32
class
LocalFrame
;
36
explicit DOMWindowProperty(
LocalFrame
*);
41
LocalFrame
* frame() const { return m_frame; }
46
LocalFrame
* m_frame;
BarProp.h
40
class
LocalFrame
;
46
static PassRefPtrWillBeRawPtr<BarProp> create(
LocalFrame
* frame, Type type)
56
BarProp(
LocalFrame
*, Type);
Screen.h
42
class
LocalFrame
;
47
static PassRefPtrWillBeRawPtr<Screen> create(
LocalFrame
* frame)
64
explicit Screen(
LocalFrame
*);
/external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h
36
class
LocalFrame
;
44
virtual void respondToChangedSelection(
LocalFrame
*, SelectionType) = 0;
46
virtual bool canCopyCut(
LocalFrame
*, bool defaultValue) const = 0;
47
virtual bool canPaste(
LocalFrame
*, bool defaultValue) const = 0;
CreateWindow.h
36
class
LocalFrame
;
40
LocalFrame
* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
41
LocalDOMWindow& callingWindow,
LocalFrame
& firstFrame,
LocalFrame
& openerFrame, LocalDOMWindow::PrepareDialogFunction = 0, void* functionContext = 0);
43
void createWindowForRequest(const FrameLoadRequest&,
LocalFrame
& openerFrame, NavigationPolicy, ShouldSendReferrer);
ScopedPageLoadDeferrer.h
28
class
LocalFrame
;
38
Vector<RefPtr<
LocalFrame
>, 16> m_deferredFrames;
TouchDisambiguation.h
39
class
LocalFrame
;
43
void findGoodTouchTargets(const IntRect& touchBox,
LocalFrame
* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node> >& highlightNodes);
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaValues.h
16
class
LocalFrame
;
35
static PassRefPtr<MediaValues> createDynamicIfFrameExists(
LocalFrame
*);
69
int calculateViewportWidth(
LocalFrame
*) const;
70
int calculateViewportHeight(
LocalFrame
*) const;
71
int calculateDeviceWidth(
LocalFrame
*) const;
72
int calculateDeviceHeight(
LocalFrame
*) const;
73
bool calculateStrictMode(
LocalFrame
*) const;
74
float calculateDevicePixelRatio(
LocalFrame
*) const;
75
int calculateColorBitsPerComponent(
LocalFrame
*) const;
76
int calculateMonochromeBitsPerComponent(
LocalFrame
*) const
[
all
...]
StyleMedia.h
37
class
LocalFrame
;
41
static PassRefPtrWillBeRawPtr<StyleMedia> create(
LocalFrame
* frame) { return adoptRefWillBeNoop(new StyleMedia(frame));}
49
explicit StyleMedia(
LocalFrame
*);
/external/chromium_org/third_party/WebKit/Source/core/loader/
BeaconLoader.h
21
class
LocalFrame
;
23
// Issue asynchronous beacon transmission loads independent of
LocalFrame
31
static bool sendBeacon(
LocalFrame
*, int, const KURL&, const String&, int&);
32
static bool sendBeacon(
LocalFrame
*, int, const KURL&, PassRefPtr<WTF::ArrayBufferView>&, int&);
33
static bool sendBeacon(
LocalFrame
*, int, const KURL&, PassRefPtrWillBeRawPtr<Blob>&, int&);
34
static bool sendBeacon(
LocalFrame
*, int, const KURL&, PassRefPtrWillBeRawPtr<DOMFormData>&, int&);
37
static void prepareRequest(
LocalFrame
*, ResourceRequest&);
38
static void issueRequest(
LocalFrame
*, ResourceRequest&);
ProgressTracker.h
38
class
LocalFrame
;
50
static PassOwnPtr<ProgressTracker> create(
LocalFrame
*);
65
ProgressTracker(
LocalFrame
*);
69
LocalFrame
* m_frame;