HomeSort by relevance Sort by last modified time
    Searched refs:page_action_value (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/api/extension_action/
page_action_handler.cc 28 const base::DictionaryValue* page_action_value = NULL; local
41 // a page_actions key in the manifest. Don't set |page_action_value|.
43 if (!list_value->GetDictionary(0, &page_action_value)) {
53 &page_action_value)) {
65 // If page_action_value is not NULL, then there was a valid page action.
66 if (page_action_value) {
67 page_action_info = ActionInfo::Load(extension, page_action_value, error);
  /external/chromium/chrome/common/extensions/
extension.cc 2080 DictionaryValue* page_action_value = NULL; local
    [all...]

Completed in 709 milliseconds