Home
last modified time | relevance | path

Searched refs:IsSelected (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_annot.h57 bool IsSelected();
Dcpdfsdk_annot.cpp80 bool CPDFSDK_Annot::IsSelected() { in IsSelected() function in CPDFSDK_Annot
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp163 if (nChar == FWL_VKEY_Delete && m_pEdit->IsSelected()) in OnKeyDown()
255 if (m_pEdit->IsSelected() && word == FWL_VKEY_Back) in OnChar()
353 if (!IsFocused() || m_pEdit->IsSelected()) in SetCaret()
DPWL_Edit.cpp124 return !IsReadOnly() && m_pEdit->IsSelected(); in CanClear()
129 m_pEdit->IsSelected(); in CanCopy()
477 if (m_pEdit->IsSelected()) { in GetSelectWordRange()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp44 bool CFX_ListItem::IsSelected() const { in IsSelected() function in CFX_ListItem
714 if (pListItem->IsSelected()) in GetFirstSelected()
724 if (pListItem->IsSelected()) in GetLastSelected()
756 return pListItem->IsSelected(); in IsItemSelected()
Dfxet_list.h115 bool IsSelected() const;
Dfxet_edit.h404 bool IsSelected() const;
Dfxet_edit.cpp1264 bool CFX_Edit::IsSelected() const { in IsSelected() function in CFX_Edit
/external/chromium-trace/catapult/telemetry/telemetry/story/
Dstory_filter.py71 def IsSelected(cls, story): member in StoryFilter
Dstory_filter_unittest.py41 return [story_filter_module.StoryFilter.IsSelected(p) for p in self.pages]
/external/chromium-trace/catapult/telemetry/telemetry/internal/
Dstory_runner.py196 stories = filter(story_module.StoryFilter.IsSelected, story_set)