HomeSort by relevance Sort by last modified time
    Searched refs:DocumentState (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/content/public/renderer/
document_state.cc 11 DocumentState::DocumentState()
26 DocumentState::~DocumentState() {}
28 void DocumentState::set_navigation_state(NavigationState* navigation_state) {
document_state.h 24 class CONTENT_EXPORT DocumentState
43 DocumentState();
44 virtual ~DocumentState();
46 static DocumentState* FromDataSource(blink::WebDataSource* ds) {
47 return static_cast<DocumentState*>(ds->extraData());
content_renderer_client.h 53 class DocumentState;
187 DocumentState* document_state,
content_renderer_client.cc 98 DocumentState* document_state,
  /external/chromium_org/chrome/renderer/
page_load_histograms.h 12 class DocumentState;
45 void LogPageLoadTime(const content::DocumentState* load_times,
page_load_histograms.cc 43 using content::DocumentState;
165 DocumentState* document_state =
166 DocumentState::FromDataSource(frame->dataSource());
225 DocumentState* document_state,
483 DocumentState* document_state =
484 DocumentState::FromDataSource(frame->dataSource());
582 DocumentState::LoadType load_type = document_state->load_type();
591 DocumentState::kLoadTypeMax);
649 case DocumentState::UNDEFINED_LOAD:
653 case DocumentState::RELOAD
    [all...]
loadtimes_extension_bindings.cc 18 using content::DocumentState;
105 DocumentState* document_state =
106 DocumentState::FromDataSource(data_source);
174 DocumentState* document_state =
175 DocumentState::FromDataSource(data_source);
content_settings_observer.cc 38 using content::DocumentState;
235 DocumentState* document_state = DocumentState::FromDataSource(
  /external/chromium_org/android_webview/renderer/
aw_render_frame_ext.cc 22 content::DocumentState* document_state =
23 content::DocumentState::FromDataSource(frame->dataSource());
aw_content_renderer_client.h 45 content::DocumentState* document_state,
aw_content_renderer_client.cc 68 content::DocumentState* document_state,
  /external/chromium_org/content/renderer/
internal_document_state_data.cc 14 // Key InternalDocumentStateData is stored under in DocumentState.
33 return FromDocumentState(static_cast<DocumentState*>(ds->extraData()));
38 DocumentState* ds) {
internal_document_state_data.h 21 class DocumentState;
29 static InternalDocumentStateData* FromDocumentState(DocumentState* ds);
render_frame_impl.cc     [all...]
render_view_impl.cc     [all...]
render_view_impl.h 130 class DocumentState;
    [all...]
render_view_browsertest.cc 355 DocumentState state;
394 DocumentState state;
427 DocumentState state;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.h 77 class DocumentState FINAL : public RefCountedWillBeGarbageCollected<DocumentState> {
78 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DocumentState);
80 static PassRefPtrWillBeRawPtr<DocumentState> create();
107 DocumentState* formElementsState() const;
122 RefPtrWillBeMember<DocumentState> m_documentState;
FormController.cpp 380 PassRefPtrWillBeRawPtr<DocumentState> DocumentState::create()
382 return adoptRefWillBeNoop(new DocumentState);
385 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DocumentState)
387 void DocumentState::trace(Visitor* visitor)
392 void DocumentState::addControl(HTMLFormControlElementWithState* control)
398 void DocumentState::removeControl(HTMLFormControlElementWithState* control)
413 Vector<String> DocumentState::toStateVector()
444 : m_documentState(DocumentState::create())
459 DocumentState* FormController::formElementsState() cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryItem.h 40 class DocumentState;
78 const Vector<String>& documentState();
80 void setDocumentState(DocumentState*);
114 RefPtrWillBePersistent<DocumentState> m_documentState;
HistoryItem.cpp 149 void HistoryItem::setDocumentState(DocumentState* state)
154 const Vector<String>& HistoryItem::documentState()
163 return FormController::getReferencedFilePaths(documentState());
  /external/chromium_org/chrome/renderer/prerender/
prerender_helper.cc 16 using content::DocumentState;
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate.cc 28 using content::DocumentState;
154 DocumentState* document_state = DocumentState::FromDataSource(
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 46 using content::DocumentState;
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 683 content::DocumentState* document_state =
684 content::DocumentState::FromDataSource(
    [all...]

Completed in 884 milliseconds

1 2